Draft
Conversation
Introduces the base schema for v9 stage entities with type discriminator and graph connectivity field (target), replacing the v8 baseStageSchema.
Adapts all 17 v8 stage schemas to v9 format (stageType discriminant, baseStageEntitySchema base) and creates the discriminated union index with StageEntity, StageType, and Prompt type exports.
Creates timelineSchema with start reference and entities array, updates entity.ts to use the real stageEntitySchema replacing the permissive placeholder, and introduces the v9 ProtocolSchema with timeline replacing stages.
…ity, termination)
…URRENT_SCHEMA_VERSION to 9
Create StageNode, BranchNode, CollectionNode, and InsertPoint components for rendering timeline entities. Add TimelineGraph component that composes the layout algorithm with entity rendering. Update Timeline.tsx to delegate entity rendering to TimelineGraph.
Adds Reorder.Group/Item drag-and-drop reordering for top-level timeline entities and branch slots, with pointer tracking in StageNode to distinguish clicks from drags. Extends moveEntity to support null afterEntityId (move to start) and adds reorderBranchSlots action.
…ference in StageHeading" This reverts commit a5e734e.
…rag-and-drop, remove center line
✅ Deploy Preview for nc-documentation ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
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.
Attempt to implement new timeline structure with branching etc. Data model work seems to have succeeded, but the visualisation is a failure. My next thought is to use the pedigree layout system to bootstrap it.