ARK-Builders / ARK-Builders/Navigator
Tags editing and bulk operations
Open
feature
good first issue
- Dominant language
- Kotlin
- Stars
- 16
- Forks
- 14
- PR merge metrics
- No merged PRs in 30d
Description
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_.
Contributor guide
Research direction
Start by locating the tag-editing and resource-management entry points in the Android app, then trace how resources are labeled. The work is done when renaming a tag transfers its label from every affected resource to the new name and deleting a tag removes it from every affected resource.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, kotlin
- Domain
- mobile
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100