-
Notifications
You must be signed in to change notification settings - Fork 114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement search, pagination, filtering and ordering in UI #606
Comments
Hey @JamieSlome, I would like to work on this issue. just wanted to confirm if it's currently assigned to anyone else? Also, is there a deadline or timeline set for completing this task? |
@tarnveerSingh - absolutely! No deadline 👍 I will assign the ticket to you. Thank you for offering your support and looking forward to your pull request! |
I'll be happy to take this on! |
@tarnveerSingh, @tt-gideonaryeetey has offered to take this one on and to start the implementation. Shall we find you another issue to work on? 👍 |
@JamieSlome Yes jamie, that'll be alright. I'll find another one. |
@tarnveerSingh - thoughts on #627? |
@JamieSlome I won't be able to work on it atm, but I'll definitely keep an eye out for any developments or opportunities to contribute later. |
Hi @JamieSlome , I am participating in the Citi Hackathon. Can I take up this issue? |
@darkhorse-420 - of course 👍 I'll assign it to you! |
hi @JamieSlome , i have added pagination and search component and implemented it in Users and Repositories page as of now , tested it using dummy data as the original data contains info of only one repository and one user. |
Instead of dummy data in code update/add entries as much you want in in-memory database. Also, let me know if you need any help I am interested in contributing. |
@laukik-target thanks! |
hi @JamieSlome , to which branch should i send a pull request? |
To the main branch 👍 |
@JamieSlome Can you add me as an assignee, I would like to contribute here along with @darkhorse-420 |
@JamieSlome, Can i work on this Task? |
Is your feature request related to a problem? Please describe.
Currently, all tables are presented in the UI without any form of search, pagination, filtering or ordering capability. This makes it very difficult to find items in the UI and makes it a pain to use.
Describe the solution you'd like
Each of the following views should be updated to include all of search, pagination, filtering and ordering:
Ideally this should be implemented as a component that can be written once and applied multiple times to our different data sources, i.e. repositories, users. It also helps with future proofing as we will soon be introducing more data constructs like licenses (#604).
This task is well suited to anyone who loves a bit of frontend design 🖌️ 🎨 Also happy to support and work with anyone on this issue too who wants to try their hand at something new ❤️
The text was updated successfully, but these errors were encountered: