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

As a user, I can save my sessions to a database, so that I can access all sessions created on my account (regardless of device) #3

Open
4 tasks
pawelgrimm opened this issue Sep 23, 2020 · 0 comments
Labels
story Represents a user story
Milestone

Comments

@pawelgrimm
Copy link
Owner

pawelgrimm commented Sep 23, 2020

Acceptance criteria:

  • A PostreSQL database is set up to save user sessions
    • Columns include: id, user_id, start_unix, end_unix, project, description, edited
    • Generated columns: duration, date, start_time, end_time
  • A DB service is created with add and update operations
  • UI actions (stop/edit) create sessions in the database

Sub-tasks:

@pawelgrimm pawelgrimm added s:13 Gigantic issue story Represents a user story labels Sep 23, 2020
@pawelgrimm pawelgrimm added this to the Release v1 milestone Sep 23, 2020
@pawelgrimm pawelgrimm removed the s:13 Gigantic issue label Sep 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
story Represents a user story
Projects
None yet
Development

No branches or pull requests

1 participant