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

Implement work session template and recurrency #32

Open
nunomazer opened this issue Jul 15, 2024 · 0 comments
Open

Implement work session template and recurrency #32

nunomazer opened this issue Jul 15, 2024 · 0 comments
Labels
enhancement New feature or request need more details

Comments

@nunomazer
Copy link
Contributor

For those sessions that need to be done every day, for example, dailies.

It need to have a CRUD management in settings Group navigation

Migration:

table: work_session_templates

fields:

  • id: pk
  • title:
  • description: nullable
  • company_id: tenant (as other models do
  • client_id: nullable - fk
  • project_id: nullable - fk
  • task_id: nullable - fk
  • start_time: time (date will be set in real work session when created from template
  • end_time: time
  • rate: integer, deafult 0
  • currency: see work session deafult
@nunomazer nunomazer added need more details enhancement New feature or request labels Jul 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request need more details
Projects
None yet
Development

No branches or pull requests

1 participant