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

/phases/:phaseNumber/standup #296

Open
jaredatron opened this issue Sep 21, 2017 · 0 comments
Open

/phases/:phaseNumber/standup #296

jaredatron opened this issue Sep 21, 2017 · 0 comments
Labels

Comments

@jaredatron
Copy link
Contributor

jaredatron commented Sep 21, 2017

a virtual standup feat

User Stories

  • as a learner I can report my standup status on my phase's standup page
  • as an SEP I can view the standup status reports of my learners in my phase's standup page

Technical Notes

  • add a table standup_status_updates with columns:
    • id integer SERIAL PRIMARY KEY
    • user_id integer NOT NULL
    • phase_number integer NOT NULL
    • status text NOT NULL
    • created_at Datetime NOT NULL
@jaredatron jaredatron created this issue from a note in DEPRECATED (development) (Icebox) Sep 21, 2017
@jaredatron jaredatron changed the title /standup /phases/:phaseNumber/standup Sep 21, 2017
@jaredatron jaredatron removed this from Icebox in DEPRECATED (development) Sep 22, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant