Skip to content
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

Contributors Page: filtering functionality and dynamic loading of contributors #36

Closed
mtran-affirma opened this issue May 4, 2022 · 1 comment · Fixed by #93
Closed
Assignees
Milestone

Comments

@mtran-affirma
Copy link
Collaborator

mtran-affirma commented May 4, 2022

filter contributors based on the accelerator they contributed to

should get list of repos "accelerators" by searching for contributors part of git repos tagged with "dstoolkit" and then use this to filter the list of contributors displayed (see comments from issue #42 )

to store information about the list of contributors and accelerators, try leveraging the web storage API (https://developer.mozilla.org/en-US/docs/Web/API/Web_Storage_API/Using_the_Web_Storage_API) or IndexedDB API (https://developer.mozilla.org/en-US/docs/Web/API/IndexedDB_API) for client-side session storage

@mtran-affirma mtran-affirma added this to the V1 milestone May 10, 2022
@mtran-affirma mtran-affirma removed this from the V1 milestone May 12, 2022
@mtran-affirma mtran-affirma changed the title Contributors Page: add new filter for contributors (pendingInfo) Contributors Page: add new filter for contributors May 19, 2022
@mtran-affirma mtran-affirma changed the title (pendingInfo) Contributors Page: add new filter for contributors Contributors Page: add new filter for contributors May 19, 2022
@mtran-affirma mtran-affirma added this to the V1 milestone May 19, 2022
@mtran-affirma
Copy link
Collaborator Author

mtran-affirma commented Jun 14, 2022

to enable filtering, this requires a database or some data structure of some kind to contain the data of contributors and the git repo they're associated with.

potential workaround: https://www.w3schools.com/howto/howto_js_filter_elements.asp

@mtran-affirma mtran-affirma linked a pull request Jun 21, 2022 that will close this issue
@mtran-affirma mtran-affirma changed the title Contributors Page: add new filter for contributors Contributors Page: filtering functionality and dynamic loading of contributors Jun 22, 2022
@mtran-affirma mtran-affirma removed a link to a pull request Jun 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants