Skip to content

New features - Editors blocks, Publish and Share Dashboards, Custom p…#470

Merged
danciaclara merged 1 commit into
masterfrom
new-features-3-07-26
Jul 3, 2026
Merged

New features - Editors blocks, Publish and Share Dashboards, Custom p…#470
danciaclara merged 1 commit into
masterfrom
new-features-3-07-26

Conversation

@danciaclara

@danciaclara danciaclara commented Jul 3, 2026

Copy link
Copy Markdown
Contributor

Publish Dashboard
Share Private Dashboard
Work Item Types Table widget
Date block
Status block
Embed dashboard widget in pages
Rich text custom property
Formula custom property

Description

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • Feature (non-breaking change which adds functionality)
  • Improvement (change that would cause existing functionality to not work as expected)
  • Code refactoring
  • Performance improvements
  • Documentation update

Screenshots and Media (if applicable)

Test Scenarios

References

@vercel

vercel Bot commented Jul 3, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
docs Ready Ready Preview, Comment Jul 3, 2026 4:56pm

Request Review

@coderabbitai

coderabbitai Bot commented Jul 3, 2026

Copy link
Copy Markdown

Review Change Stack

📝 Walkthrough

Walkthrough

Documentation updates across five files: cycles.md adds manual cycle override documentation, editor-blocks.md documents new Embed Dashboard, Date, and Status blocks, dashboards.md adds Work Items Table widget and sharing/publishing sections, and both work-item-types docs rewrite property type tables into detailed per-type descriptions.

Changes

Documentation updates

Layer / File(s) Summary
Cycle control documentation
docs/core-concepts/cycles.md
Renamed "Start and stop cycles" heading and added "Override scheduled cycles" (Enterprise Grid) subsection covering enablement and behavior.
New editor blocks
docs/core-concepts/pages/editor-blocks.md
Added Embed Dashboard widget section, adjusted "Action types" heading level, and documented new Date block and Status block (Enterprise Grid).
Dashboard widgets and sharing
docs/dashboards.md
Added Work Items Table widget documentation and a Share a dashboard section covering member sharing, Shared tab visibility, and publish/unpublish/access controls (Enterprise Grid).
Property type documentation rewrite
docs/work-items/project-work-item-types.md, docs/work-items/workspace-work-item-types.md
Replaced compact property type tables with detailed per-type descriptions including constraints for mandatory/read-only fields.

Estimated code review effort: 2 (Simple) | ~10 minutes

Suggested reviewers: sriramveeraghanta

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title matches the main documentation additions across editor blocks, dashboard sharing, and custom properties.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch new-features-3-07-26

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@docs/core-concepts/pages/editor-blocks.md`:
- Line 187: The subsection headings like Action types are using the wrong
heading level under the surrounding ## sections and should be changed to ###
throughout the page. Update the matching markdown headings in the editor-blocks
content, including the ones identified by the other affected occurrences, so the
hierarchy stays consistent and avoids MD001 warnings.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 085b6095-e774-439b-a75a-911c12c77dc6

📥 Commits

Reviewing files that changed from the base of the PR and between 05010cc and f4ec9f6.

📒 Files selected for processing (5)
  • docs/core-concepts/cycles.md
  • docs/core-concepts/pages/editor-blocks.md
  • docs/dashboards.md
  • docs/work-items/project-work-item-types.md
  • docs/work-items/workspace-work-item-types.md

Type `/ai` to insert an AI Block. The block appears with a prompt input area and a dropdown to select the action type.

### Action types
#### Action types

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📐 Maintainability & Code Quality | 🟡 Minor | ⚡ Quick win

Use ### for these subsection headings.

These headings skip a level under the surrounding ## sections and trigger the MD001 warning. Keeping them at ### preserves the hierarchy.

♻️ Suggested fix
-#### Action types
+### Action types

-#### Insert a date block
+### Insert a date block

-#### Pick a date
+### Pick a date

-#### In read-only pages
+### In read-only pages

-#### Insert a status block
+### Insert a status block

-#### Edit the label
+### Edit the label

-#### In read-only pages
+### In read-only pages

Also applies to: 211-211, 217-217, 223-223, 231-231, 237-237, 247-247

🧰 Tools
🪛 markdownlint-cli2 (0.22.1)

[warning] 187-187: Heading levels should only increment by one level at a time
Expected: h3; Actual: h4

(MD001, heading-increment)

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@docs/core-concepts/pages/editor-blocks.md` at line 187, The subsection
headings like Action types are using the wrong heading level under the
surrounding ## sections and should be changed to ### throughout the page. Update
the matching markdown headings in the editor-blocks content, including the ones
identified by the other affected occurrences, so the hierarchy stays consistent
and avoids MD001 warnings.

Source: Linters/SAST tools

@danciaclara danciaclara merged commit 223d473 into master Jul 3, 2026
5 checks passed
@danciaclara danciaclara deleted the new-features-3-07-26 branch July 3, 2026 17:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants