Example:
Let's assume we have one Task which we will call Task A. We also have 3 tags we intend to include with Task A.
These Tags are Tag A, Tag B, and Tag C. Add each of them starting with Tag A, B, and then C to yield.
| Task A |
| Tag A | Tag B | Tag C |
Problem
All added Tags are always displayed using the order in which they were added.
If we added another work unit for Task A but first chose Tag B, then Tag C, and lastly Tag A it would give this.
| Task A |
| Tag B | Tag C | Tag A |
Our Time Tracking would show
|Task A |
|Tag A |Tag B |Tag C |
|Task A |
|Tag B |Tag C |Tag A |
This starts to become an issue when your tags are colored because they won't align properly. As for a solution, I'd suggest having Tags be listed in Alphabetical Order left to right. Currently, you are unable to rearrange the Tag ordering without removing and adding each one, so to get a set order you may have to remove and reapply every single tag to each work unit you're modifying