hansi-b / SimplerTimes

A minimalistic JavaFX time tracker
0 stars 0 forks source link

Allow span editing #16

Closed hansi-b closed 11 months ago

hansi-b commented 1 year ago

Currently, spans cannot be changed once recorded. The user will want to be able to edit a created span:

Related: The user will also want to create new spans and delete existing ones.

For now, this functionality should be added on the span list.

hansi-b commented 11 months ago

Start time, end time, and project of spans in the table can now be edited. Time editing includes validation. Separate tickets: Proper synchronisation of edited spans with other views (e.g., stats).