docs(intent): a calendar view adds a page; a document's line items on a calendar - #168
Open
delchev wants to merge 2 commits into
Open
docs(intent): a calendar view adds a page; a document's line items on a calendar#168delchev wants to merge 2 commits into
delchev wants to merge 2 commits into
Conversation
… a calendar The DSL reference listed `view: calendar` / `view: range` without saying what happens to the entity's own pages - and the implementation replaced them, which cost a document master its document editor. Document the additive rule (the routing table, the switch between the two browse pages, and `view: slots` as the exception) and the previously undocumented line-items case: a document's items child declaring `view: calendar` makes the items pane the calendar. Platform change: eclipse-dirigible/dirigible#6624 (issues #6547, #6482). Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
…layout `view: slots` is no longer the exception: a picker is how a record is created and the list/document page is how it is worked with afterwards, so it rides alongside the layout exactly as the calendar does. 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.
Documents the semantics change in eclipse-dirigible/dirigible#6624 (issues #6547 and #6482).
The DSL reference listed
view: calendar/view: rangewith a snippet but never said what happens to the entity's own pages — and the implementation replaced them, so declaring a calendar on afunction: Documentmaster silently cost it the document editor (line items, Print, inline process tasks). Now that the calendar is an additional page, the reference says so:/<Entity>the calendar,/<Entity>/listthe entity's own browse page, create/edit unchanged), the switch between the two browse pages, and the My-surface mirror;view: slotscalled out as the exception (an authoring surface, not a second way to browse);view: calendarmakes the items pane the calendar — with the event/empty-day interactions and the mutual exclusion withdocumentItemsLayout: chat.The
viewrow of the construct index is reworded to match.