thehale / SimpleTimeTracker-WearOS

A fork of Simple Time Tracker with WearOS support. (Now integrated upstream)
GNU General Public License v3.0
14 stars 4 forks source link

In the watch app, choose the activity separately from tags #5

Closed thehale closed 8 months ago

thehale commented 10 months ago

Currently, the watch shows a list of activities and tag pairs. That works fine for the subset of users who only ever attach a maximum of one tag to an activity, but many users (myself included) often want to attach more than one tag to an activity.

The best solution here would be to split the single list of activity/tag pairs in two to better mirror the experience in the Android app. The user would first see the list of activities. After selecting one, the user would be shown a checklist of possible tags. After choosing zero or more tags, the user could "save" his/her choice and the selected activity/tag(s) would be sent to the Android app like normal.

NOTE: Not yet in scope is supporting simultaneous activities ("multitasking" as Razeeman calls it).