[x] we need the specific routing laid out for us by design / product. I thought it was in the Figma, but now I'm not seeing it?
Description
Entry Point: 3.4, 3.5, 3.6
Exit Points: Complex, see Design Tiles diagram for more info
Adds 3 pages. the first two are just placeholders, there is no routing. The third is the choice between the 4 types of PTSD. This choice informs routing on the next page.
note There may or may not be any DB interaction here. We are not creating events, just routing users to the correct page based on their choices. Developer should determine if it's necessary to write anything to the form based on this choice, but my gut says no.
Acceptance Criteria
As a user visiting 3.4, I see a placeholder with navigation (Continue to 3.5)
As a user navigating to 3.5 I see a placeholder with navigation (Continue to 3.6)
As a user navigating to 3.6 I see four choices for event type
I make a selection
Continue button has conditional routing based on selections made (See Design Tiles for details)
Expected Deployments
FE:
form elements to create the appropriate routing based on user input
NEEDS REFINEMENT
Description
Entry Point: 3.4, 3.5, 3.6
Exit Points: Complex, see Design Tiles diagram for more info
Adds 3 pages. the first two are just placeholders, there is no routing. The third is the choice between the 4 types of PTSD. This choice informs routing on the next page.
note There may or may not be any DB interaction here. We are not creating events, just routing users to the correct page based on their choices. Developer should determine if it's necessary to write anything to the form based on this choice, but my gut says no.
Acceptance Criteria
Expected Deployments
See the Planning Doc for more info