esolutionsone / timesheet-app

A button component for logging to and representing entries on a timesheet table
1 stars 1 forks source link

Jon may want entry.total_time to be a float, instead of duration #140

Closed blingusblongus closed 1 year ago

blingusblongus commented 1 year ago

Don't do this without checking in with him - it's a simple change, but requires dumping our existing data to remake that field with the new field type.

If we do it,

blingusblongus commented 1 year ago

Did workaround by adding total_time_float field.

Opened #141, as it's set by business rules and probably should be a calculated field instead.