https://www.figma.com/file/gxnJZxnfgyEOFxXr1c3V3v/Pill-popper?node-id=2%3A23
https://app.diagrams.net/#G11XnTpn527XG-SrhhKbyg9ziJlCg-m373
- medication data
- drug name
- recommended dose
- daily intervals
- warnings * maybe *
- with food?
- do not exceed!
- optional?
- refills
- end date optional
- automatically set intervals
- take medication
- refill medication
- get users/:id/medications;
- get users/:id/children
- post users/:id/children/new
- get /medications/:id
- post /medications/:childId/new
- delete medications/:id/delete
- edit medications/:id/edit
- calendar (Andrew)
- dayList (list of medications for the chosen day) (Olivia)
- dayList item (Olivia)
- childList (plus add child form)
- form (add medication) (Paul)
- nav bar (Paul)
- confirmation
- status