open-sauced / app

🍕 Insights into your entire open source ecosystem.
https://pizza.new
Apache License 2.0
425 stars 225 forks source link

Feature: Allow user to select multiple topics #1963

Open BekahHW opened 1 year ago

BekahHW commented 1 year ago

Type of feature

🍕 Feature

Current behavior

Currently, the user can only choose one topic on our Explore page.

Suggested solution

Allow users to select multiple topics.

There are a couple of reasons this would be useful.

  1. A user might want to narrow down the selection. For example, they may want to select hacktoberfest and react.
  2. A user might want to expand the selection. For example, they may want to select JS, react, and TS.

Additional context

No response

Code of Conduct

Contributing Docs

github-actions[bot] commented 1 year ago

Thanks for the issue, our team will look into it as soon as possible! If you would like to work on this issue, please wait for us to decide if it's ready. The issue will be ready to work on once we remove the "needs triage" label.

To claim an issue that does not have the "needs triage" label, please leave a comment that says ".take". If you have any questions, please reach out to us on Discord or follow up on the issue itself.

For full info on how to contribute, please check out our contributors guide.

nickytonline commented 1 year ago

For the frontend, this could be accomplished using the Multi-Select component.

For the backend, we'd need to verify if the API currently supports getting multiple topics.