esolutionsone / timesheet-app

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

Make zero placeholder instead of actual value #179

Closed blingusblongus closed 1 year ago

blingusblongus commented 1 year ago

From Zoe:

If we click on something that's zero, we definitely want to replace it with a value...it's extra work to remove the zero and replace it.

Using a placeholder zero might work...but we should double check that zeros are still being stored in the database (or, slightly less safe, but make sure that empty strings don't break things.