-
Notifications
You must be signed in to change notification settings - Fork 0
General Task Overview
Nick Phura edited this page Jul 11, 2018
·
15 revisions
Initial thoughts on how we might approach this challenge. Feel free to update as anyone sees fit:
- High level break down of system (diagram of pieces and interactions)
- High level API design
- High level UI design
- What is the first thin vertical slice (MVP)
- What minimal UI needs to exist.
- What basic API needs to exist, what is request/response.
- Do we need to mock the response initially so the UI can be developed alongside the API?
- Repeat for further vertical slices as needed.