-
Notifications
You must be signed in to change notification settings - Fork 43
Open
Labels
Description
User Stories
- As a user in phase 4
- I can go to
/phases/4/status
- and report my current status.
- and see the latest status reports of each user in phase 4.
- I can go to
* user - includes both learner and SEP
Technical Notes
-
create a table called
phase_4_status
with the following columns:- user_id
- status
- updated_at
-
when a phase 4 user reports their status
- insert a log row into the
events_log
tableinsert({type: 'phase_4_status_update', user_id, metadata:{status}})
- upsert their status row in the
phase_4_status
table
- insert a log row into the
-
this page should include both name, handle and avatar for each learner in phase 4