Commit Graph

6 Commits

Author SHA1 Message Date
Trevor Vallender 0a265fbbce Use standard Redmine progress bars
Proper HTML ones would be nicer, but this increases consistency with the
rest of Redmine which is more important here. Maybe a PR is in the
offing…
2023-11-27 08:55:57 +00:00
Trevor Vallender d83c3b3e48 Update paths
Use the much nicer /project/:project_id/jobs format
2023-11-26 20:52:05 +00:00
Trevor Vallender 4b83753e71 Time budgets per activity
Add a TimeBudget model which allows a job to have a time budget for each
activity type. We’re allowing nil as a holder for a generic budget,
though there’s currently no way to use that.

We automatically delete any time budgets which are set to zero.
2023-11-24 15:05:38 +00:00
Trevor Vallender 9294216abc Restyle views
This increases consistency with the rest of Redmine.
2023-11-22 19:52:50 +00:00
Trevor Vallender 1d4744f108 Show logged time on jobs 2023-11-21 14:37:11 +00:00
Trevor Vallender dbeaf3973d Initial commit 2023-11-21 10:48:46 +00:00