hansi-b / SimplerTimes

A minimalistic JavaFX time tracker
0 stars 0 forks source link

Make project deletion consistent #9

Closed hansi-b closed 9 months ago

hansi-b commented 1 year ago

Currently, a user can just remove (sub)projects which already have recorded spans. This leads to an error when the former projects' spans are deserialized.

A user will want to delete projects, and this needs to delete the spans as well. Should come with a warning.

hansi-b commented 9 months ago

Implemented as callback on removal.