Razeeman / Android-SimpleTimeTracker

Simple app that tracks time.
GNU General Public License v3.0
656 stars 79 forks source link

Selecting Existing Tags (Additional to Untagged and Add record tag) #220

Open krishnakanthb13 opened 2 months ago

krishnakanthb13 commented 2 months ago

And a another small suggestion. If you can add a short cut within tag selector to add from the existing ones, it would be great. Currently we can select the once which are already assigned, and create a new one. Having a option to create or use a one which is already existing, will be very useful. Avoids duplication of tags. Efficient right 👍😁😊.

Solution: In Simple words:

Additionally to Untagged and Add record tag, give an option to select existing tags list.

Thanks. Have a good day ahead.

cogk commented 2 months ago

Hey :wave:, I'm not sure totally sure I understand. Existing tags should already appear in the tag selection screen, above the two buttons (Untagged and Create a new tag). What you want is a third button that allows you to pick a tag from another activity type?

olejorgenb commented 1 week ago

What you want is a third button that allows you to pick a tag from another activity type?

Yes, I assume that's what he want (I want it too).

I found the current UI for tags a bit confusing (https://github.com/Razeeman/Android-SimpleTimeTracker/issues/241). Such a button would have made me figure out how this work faster.

You can associate an existing tag with a new activity type, but the way I found to do this is quite convoluted

Avoids duplication of tags

In the current version you're not allowed to add a new tag with an used name.