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

Dynamic Tag List #4

Closed thehale closed 8 months ago

thehale commented 10 months ago

Currently the app hard-codes a set of tags (specifically what I used a few months ago).

We want the app to update live alongside changes to tags in Razeeman's app. See #3 for a list of strategies for accomplishing this.

thehale commented 8 months ago

With the new communication layer in place (see #8), the data required for this UI can be obtained by implementing DomainAPI.queryTagsForActivity, WearRPCClient.queryTagsForActivity, and WearRPCServer.onQueryTagsForActivity

thehale commented 8 months ago

With commit ef3384f30cbfe2c967b26e03bc22b009c2f79bad, the tag data can now be queried from the phone.

The next step is to configure navigation so that choosing an activity launches a new screen where tags can be selected. That functionality is tracked in #5 , so this ticket can be closed as complete.