-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Add tag groups using "::" delimiter #205
Conversation
cogk
commented
Jul 19, 2024
.../main/java/com/example/util/simpletimetracker/core/interactor/RecordTagViewDataInteractor.kt
Show resolved
Hide resolved
core/src/main/java/com/example/util/simpletimetracker/core/mapper/CategoryViewDataMapper.kt
Show resolved
Hide resolved
Interesting idea. Couple of points come to mind. Need to check that tags like "tagName::" or "::tagName" does not create some weird empty groups. Also some new UI tests for this feature would be great. |
3df8549
to
aaed392
Compare
Okay I think I'm not good enough yet to write the UI tests for this feature haha |
Understand, that's ok, will add tests later after the merge. |
Thank you! |
Hi, Thanks. |
Hey @alkero, the feacture has not been released yet, but it will probably be available in the next version. https://github.com/Razeeman/Android-SimpleTimeTracker/releases |