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

Improve Member Directory Filter 👥 #539

Open
tomas-salgado opened this issue Sep 28, 2024 · 2 comments · May be fixed by #570
Open

Improve Member Directory Filter 👥 #539

tomas-salgado opened this issue Sep 28, 2024 · 2 comments · May be fixed by #570
Assignees
Labels
Bloomberg This issue is reserved for the Bloomberg Mentorship Program Full-Stack 📚 Requires frontend and backend work. Improvement 💨 An improvement upon an existing feature.

Comments

@tomas-salgado
Copy link
Collaborator

Issue Reserved for Bloomberg Mentorship Program

Description

On the Directory tab of the Member Profile, we currently have a filter where you can filter through members based on Company, Graduation Year, Hometown, etc. However, to do the filtering you must first press on the filter icon, then select one filter (such as ‘Company’) then select the last filter (such as ‘Amazon’), and finally press ‘Add Filter’. This is a lot of steps, and we’d like to make the interface simpler for a couple of filters. In particular, ‘Company’ and ‘School’ are two filters that particularly relevant, so in addition to the existing filter with other options, we’d like to also have buttons for ‘Company’ and ‘School’ that we can select, see a list of schools/companies, select one of those, and then have the filtered view of members present.

image

Acceptance Criteria

  • Create dropdown elements for ‘School’ and ‘Company’ where, when selected, they will list all the schools or companies. Then, when one of the schools/companies is selected, the view should update to
  • Add these dropdown elements to be aligned with the current filter icon
  • Remove ‘Company’ and ‘School’ from the existing filter

Additional Context

See how the layout of the directory page is implemented here.

Examine the way the Filter Directory dropdown is implemented in the file here. This will be very useful in understanding how to have a filter that can be applied to modify the other contents on the page (i.e. which members are displayed).

@tomas-salgado tomas-salgado added Improvement 💨 An improvement upon an existing feature. Full-Stack 📚 Requires frontend and backend work. Bloomberg This issue is reserved for the Bloomberg Mentorship Program labels Sep 28, 2024
@arelymartinez16
Copy link
Contributor

I’m interested in working on this issue :)

@arelymartinez16
Copy link
Contributor

Update: Gonna start working on it with my mentor today

@arelymartinez16 arelymartinez16 linked a pull request Oct 22, 2024 that will close this issue
9 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bloomberg This issue is reserved for the Bloomberg Mentorship Program Full-Stack 📚 Requires frontend and backend work. Improvement 💨 An improvement upon an existing feature.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants