esolutionsone / timesheet-app

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

Protect against duplicate INSERTS on time_entry table #187

Closed blingusblongus closed 2 years ago

blingusblongus commented 2 years ago

So that if app gets desynced, it doesn't further pollute the data.

Before business rule to check if date, project_role, project_stage_role already exist

blingusblongus commented 2 years ago

Should be implemented by Merge Duplicates script