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

As a visitor, I want to filter makers by skill #3

Open
lurnid opened this issue Dec 2, 2024 · 1 comment
Open

As a visitor, I want to filter makers by skill #3

lurnid opened this issue Dec 2, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@lurnid
Copy link
Member

lurnid commented Dec 2, 2024

On the profile listing page, a visitor must be able to filter makers by skill.

  • Add a search section to the top of the profiles listings page
  • The search section should contain a text input for skills
  • The text input will be a typeahead / autocomplete showing matching skills (only existing skills can be selected)
    • skills that are already selected for filtering will not appear in the selectable options
  • optional: If 3 or more characters are entered and there are no matching skills, the drop-down shows the text "No skills matching <input>"
  • When a skill is selected
    • the input box is cleared
    • the skills is shown as a tag under the search form
    • the profiles are filtered based on the selected skill
    • more than one skill can be selected for filtering. The filtering is cumulative
    • each skill tag selected for filtering will have a "remove" button/icon.
      • when the "remove" icon is clicked, the skill is removed from the list of filtered skills and the profile list is updated
@lurnid lurnid converted this from a draft issue Dec 2, 2024
@lurnid lurnid added the enhancement New feature or request label Dec 2, 2024
@hifzapu hifzapu moved this from Todo to In Progress in Maker profiles website Dec 3, 2024
@lurnid
Copy link
Member Author

lurnid commented Dec 3, 2024

@hifzapu I've updated the requirements in the description, adding these points:

  • skills that are already selected for filtering will not appear in the selectable options
  • When a skill is selected
    • the input box is cleared

@lurnid lurnid moved this from In Progress to Deployed in Maker profiles website Dec 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Deployed
Development

No branches or pull requests

2 participants