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

Add time tracking #58

Open
leandertolksdorf opened this issue Apr 14, 2022 · 0 comments
Open

Add time tracking #58

leandertolksdorf opened this issue Apr 14, 2022 · 0 comments

Comments

@leandertolksdorf
Copy link
Owner

leandertolksdorf commented Apr 14, 2022

As a freelancer, I want to be able to track the time spent on different tasks.

Description

Every timespan tracked must be assigned to a project and can be assigned to a task.
Tracking can be done on the go, pressing a start and a stop button, or afterwards, by entering a start and an end time.

Database

Create a table timetracking with columns:

  • id: uuid
  • project: fk
  • task: fk | null
  • description: string | null
  • start: timestamp
  • end: timestamp | null

Rules:

  • start < end
  • task must be assigned to project

Frontend

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

No branches or pull requests

1 participant