If I delete the most recent event for a stopwatch (e.g. "end code"), should the stopwatch resume using the remaining entries to figure out what time to set the stopwatch at?
Or if I delete an epinephrine administration, should the counter -= 1 and revert the stopwatch to the last administered time?
Can implement the logic into page_recorder.dart _deleteEntry(Entry e) but I'm not sure if this rabbit hole should be gone down...
If I delete the most recent event for a stopwatch (e.g. "end code"), should the stopwatch resume using the remaining entries to figure out what time to set the stopwatch at?
Or if I delete an epinephrine administration, should the counter -= 1 and revert the stopwatch to the last administered time?
Can implement the logic into page_recorder.dart _deleteEntry(Entry e) but I'm not sure if this rabbit hole should be gone down...