-
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:
- What is our tech stack
- Node + Angular (reuse restify server from first code challenge?)
- Other?
- High level break down of system (whiteboard: diagram of pieces and interactions)
- High level API design
- High level UI design
- Organize user features
- Which are obtainable and/or need to be done first? See step 4.
- Stephen said they are in order of priority, roughly, so we can probably just tackle them in that order.
- Which are obtainable and/or need to be done first? See step 4.
- What is the first thin vertical slice (MVP)
- What functionality should this include (refer to user stories).
- 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?
- Updates to Dockerfile(s)?
- Repeat Step 4 for further vertical slices/features as needed