[FEATURE REQUEST] Improvement: accurate message in snackbar when copying/moving
Open
Nobody has claimed this yet.
Contributions are welcome
Feature request
File list
- Dominant language
- Kotlin
- Stars
- 4.2k
- Forks
- 3.1k
- Avg merge
- 1d 12h
- Merged PRs (30d)
- 7
Description
That comes from https://github.com/owncloud/android/pull/4802#issuecomment-4207478466.
Current: generic message Items(s) copied/moved correctly
Improvement would be showing:
- Kind of item: file/folder/item (if both)
- Plurals
- Adding same setup to removal operation
(Idea of @mykh-hailo, thanks!!)
TASKS
- Research (if needed)
- Create branch feature/feature_name
- Development tasks
- Implement whatever
- ...
- Implement unit tests (if needed)
- Code review and apply changes requested
- Design test plan
- QA
- Merge branch feature/feature_name into master
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Read the linked pull request #4802 discussion for the original context, then locate the snackbar entry points for copying, moving, and removal. Done means messages identify file, folder, or mixed items with correct singular and plural wording for each operation, with tests or QA covering those cases.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, kotlin
- Domain
- mobile
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100