Igalia / phpreport

Web tool for project time tracking and project management.
http://igalia.github.io/phpreport/
GNU General Public License v3.0
30 stars 12 forks source link

Add allocation model and endpoints #769

Closed anarute closed 10 months ago

anarute commented 10 months ago

The creation is a simple method but to get the allocation ready for the fronted, they are grouped by user and weeks instead of being returned raw as the DB model.

This is to avoid too many calculations in the frontend to display the data in a timeline.

In this phase of the project there are still too many business rules missing like what to do with overlapping allocations and overbooking, but this will be done in a later stage.

We also still need to add the permissions logic to allow only Project Managers to manage allocations.