Paginate superuser projects and users list views
Nobody has claimed this yet.
- Dominant language
- Elixir
- Stars
- 296
- Forks
- 86
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 50
Description
The superuser list views for managing projects and users are not paginated, resulting in slow loading times and unnecessary loads on the server when showing the list of users or projects.
Expectation
Both project and users list views need pagination and sorting (at least) in order to improve the experience. What we would want (perhaps in this issue, or another) is the ability to search for users or projects by one or more fields (single search box searching on name/email for example).
Contributor guide
No contributing guide indexed for this repository
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 superuser project and user list views and reading how their current lists are loaded and rendered. Done means both views paginate and sort their results, with tests covering the resulting behavior; the proposed search box is described as possible future work rather than a required part of this issue.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- elixir
- Domain
- full-stack
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100