Skip to content

phase 4 status report #315

@jaredatron

Description

@jaredatron

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.

* 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 table
      • insert({type: 'phase_4_status_update', user_id, metadata:{status}})
    • upsert their status row in the phase_4_status table
  • this page should include both name, handle and avatar for each learner in phase 4

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions