topcoder-platform / work-manager

This is the frontend application for creating and managing challenges.
13 stars 48 forks source link

Update duration editing to be hours *and* minutes #1518

Closed jmgasper closed 1 year ago

jmgasper commented 1 year ago

REF: https://topcoder.atlassian.net/browse/PROD-3400

Bug

If duration is under 30 minutes, WM changes it to 0 and challenge api resets it since 0 is not valid .

https://user-images.githubusercontent.com/21790/229699092-7faa20a9-d560-45ff-b541-c3944161f102.mov

Fix

I think we need to separate the fields for duration to be hours and minutes:

So, we'll have two text fields for duration: Duration: Hours Minutes

SCR-20230404-oafw

Testing

We need to ensure that the values are synced properly between WM and OR.