-
Notifications
You must be signed in to change notification settings - Fork 80
Description
Is there a plan to add tags?
They are some sort of modules. but we can add multiple tags to the same project/module like watson
does.
So we can add additional information to the task been tracked.
For instance, when I am doing dev work for a project and I want to track down more than just submodules.
timetrace start module1@client +dev +python
timetrace start module1@client +docs
timetrace start module2@client +dev +golang
timetrace start client2 +dev +golang
This should also help with reports, lets say I want to see a report with any tag for dev
for instance I can also work for an open-source project and want to know how many hours of dev
work I made that day or week whatever.
timetrace start timetrace@opensource +dev +golang
timetrace start timetrace@opensource +docs
I think tags give the option to add more information to the task at hand.
Maybe tags and modules have some kind of overlap