docs: a calendar view adds a page; a document's line-items calendar is the items pane - #8
Open
delchev wants to merge 2 commits into
Open
docs: a calendar view adds a page; a document's line-items calendar is the items pane#8delchev wants to merge 2 commits into
delchev wants to merge 2 commits into
Conversation
…s the items pane Renders the specification clarification (IntentFile/intent-specification#5) in the Presentation chapter: the additive routing table for view: calendar / range, the slots exception, and the document line-items calendar. The DSL reference row for `view` follows. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Follows the specification revision: `view: slots` is no longer carved out as the exception - a picker creates a record, the list/document page works with it afterwards, and an author needs both. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Renders the specification clarification in the Presentation chapter.
The chapter said
view:"renders an entity as a time-based page instead of a table" — which reads as, and was implemented as, replacing the entity's page family, costing a document master its document editor. This states the additive rule:/<Entity>is the calendar,/<Entity>/listthe entity's own browse page, create/edit stay the entity's own, so a document may be browsed on a calendar and still edited as a document.view: slotsis called out as the exception. It also documents the previously undocumented line-items case: a document's items child declaringview: calendarmakes the items pane the calendar, and cannot also be a chat thread.The
viewrow ofdocs/reference.mdis reworded to match.Follows IntentFile/intent-specification#5 (the normative source) — merge that first. Reference implementation: eclipse-dirigible/dirigible#6624.