-
Notifications
You must be signed in to change notification settings - Fork 0
General Task Overview
Nick Phura edited this page Jul 12, 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.
- Is it worth sizing stories/work? Do we know enough to do that? High level sizing maybe?
- 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
Dockerize an Angular App
I've been following this guide, which has been fairly helpful:
http://mherman.org/blog/2018/02/26/dockerizing-an-angular-app/