nextcloud / nextcloud/Android-SingleSignOn
Make import list filterable
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 74
- Forks
- 36
- Avg merge
- 1d 19h
- Merged PRs (30d)
- 17
Description
When the list of importable accounts is displayed, it would be great to be able to filter the ones out that are actually imported already.
workflow in 3rd party app like deck or news basically would be:
display dialog with filter = []
-> displays user A and user B
import user A
display dialog with filter = [A]
-> displays only user B
import user B;
cc @nextcloud/designers
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
Start by locating the dialog or list that displays importable accounts and inspect how imported accounts are tracked. Reproduce the workflow with accounts A and B, then verify that filtering by imported accounts leaves only unimported accounts and updates after each import.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, java
- Domain
- mobile
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100