ARK-Builders / ARK-Navigator

Android app for navigation through your data
MIT License
15 stars 15 forks source link

Tags editing and bulk operations #49

Open kirillt opened 3 years ago

kirillt commented 3 years ago

It must be possible to edit tags, i.e. rename or delete them.

Renaming a tag from A to B walks through all resources labeled with A, removes A from them and sets B instead. Deletion of a tag X just removes it from all resources labeled with X.

kirillt commented 2 years ago

Also we need to allow application of any of bulk operations to a tag, meaning that we just pass resources labeled by the tag instead of manually picked resources.

kirillt commented 2 years ago

All these operations should be included into tag's context menu.