Closed andrewtremblay closed 6 years ago
Using the wireframe, begin to block out the Issue List (located at /issues).
/issues
/issues/:id
Issue row selection can redirect to a blank page for now.
Mock the endpoint data locally (filter endpoints for /api/issues?current=true and /api/issues?archived=true are tbd) for now.
/api/issues?current=true
/api/issues?archived=true
Using the wireframe, begin to block out the Issue List (located at
/issues
).Requirements
/issues/:id
)Other Notes
Issue row selection can redirect to a blank page for now.
Mock the endpoint data locally (filter endpoints for
/api/issues?current=true
and/api/issues?archived=true
are tbd) for now.Design