Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

phase 4 status report #315

Open
jaredatron opened this issue Sep 26, 2017 · 2 comments
Open

phase 4 status report #315

jaredatron opened this issue Sep 26, 2017 · 2 comments

Comments

@jaredatron
Copy link
Contributor

jaredatron commented Sep 26, 2017

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants