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 user capacity to AppUser object #719

Closed dmtrek14 closed 11 months ago

dmtrek14 commented 11 months ago

This adds the 'capacities' list to the User object in front and back end. A capacity is defined here as the number of hours a user works per week for the provided timeframe. We use the capacity to do several of the calculations in the summary, so it makes sense to include it as part of the user payload.