Basic UI for stages#192
Conversation
kalilsn
left a comment
There was a problem hiding this comment.
A few issues but this looks like a great start!
Other than what I mentioned in the comments, it looks like the Moves to and Moves from sections aren't quite working in the edit form (or I don't understand them at least). The Moves to section renders unusable checkboxes, and Moves to seems to render links to the other tabs. Are either/both of these sections intended to be editable?
nope. they should not work rn. this is just the UI |
kalilsn
left a comment
There was a problem hiding this comment.
I still don't totally understand why the moves to and moves from sections are different but this looks good! I'll evaluate that once the form is fully wired up
i should have a list of all stages under moves to for each stage. the user will be able to define what stages they can move to. for the moves from, as we have it coded now, they are inferred by the move constraint sources. since the moves from are inferred, i render them as a list here to show what stages a stage can move back from. i'm not sure the list of moves from are necessary as is. i think some validation of the constraint and how it effects other stages is visually important though. |
f3cc5b9 to
75b11a5
Compare
Issue(s) Resolved
Solves part of #190
Test Plan
This is the basic UI for editing stages.
Screenshots (if applicable)
Screencast.from.11-28-2023.03.10.53.PM.webm
Optional
Notes/Context/Gotchas
This isnt wired up. Its just the UI portion
Supporting Docs