You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the type of the parameter capacity_per_day is 'int', but the user could fill that field with a float.
For instance with a 10 days iteration, if the user fills "4.9" in capacity per day, and that we want to use the api to calculate the total capacity for the iteration, the results from the api will be 40 instead of 49
Is there a way to change that?
The text was updated successfully, but these errors were encountered:
In v5_1/work/models.py
`
class Activity(Model):
"""Activity.
`
the type of the parameter capacity_per_day is 'int', but the user could fill that field with a float.
For instance with a 10 days iteration, if the user fills "4.9" in capacity per day, and that we want to use the api to calculate the total capacity for the iteration, the results from the api will be 40 instead of 49
Is there a way to change that?
The text was updated successfully, but these errors were encountered: