KennethWussmann / zeitraum

Time tracking with tags integrated in your workflow
MIT License
8 stars 0 forks source link

Prune unused tags from db #53

Open KennethWussmann opened 1 year ago

KennethWussmann commented 1 year ago

If you misspelled a tag, it will be forever in the DB. Instead, they could be pruned on update & delete of time spans so they get deleted when they are no longer assigned anywhere. Another option could be to offer update and delete operations for tags, but it sounds tedious to implement in clients for occasional use.