docs: lifecycle - the whole legal status graph - #15
Open
delchev wants to merge 1 commit into
Open
Conversation
…tus write Renders the spec change (IntentFile/intent-specification#16): the new entities-chapter section, the transitions cross-reference, the status-by-name site list, the reference index row, and the Planned list losing "a declarative state machine".
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 spec change proposed in IntentFile/intent-specification#16.
/spec/entitiesgains## lifecycle — the legal status graph: the gap (statuses are stated one edge at a time, so nothing says which moves are legal at all), the shape, and the two normative rules - every status write is validated against the graph (which puts enforcement in the layer every writer passes through, not in the transition endpoints), andtransitionsbecome presentation over its edges./spec/glue- thetransitionssection points at it./spec/data- alifecycleedge joins the list of sites where a status may be named rather than numbered./reference- a DSL-index row, and "a declarative state machine" leaves the Planned list.vitepress buildis clean (no dead links).Implemented in Eclipse Dirigible - eclipse-dirigible/dirigible#6714 (PR eclipse-dirigible/dirigible#6733).