-
-
Notifications
You must be signed in to change notification settings - Fork 847
Description
Emergent Requirement - Problem
Some projects are not displayed when the Languages/Technologies filter is used on the Projects page (and potentially other pages where this projects filtering feature is used).
Issue you discovered this emergent requirement in
Date discovered
3/26/23
Did you have to do something temporarily
- NO - does not affect the issue
Who was involved
What happens if this is not addressed
Some projects will not show up when they should when the Languages/Technologies filter is used. For example, if someone is searching for projects in the Program Area "Diversity / Equity / Inclusion" and that use CSS, the Write for All project will not be displayed even though it meets these two criteria.
Resources
N/A
Recommended Action Items
- Make a new issue
- Figure out which projects this bug affects (so far, it appears to affect at least the Write for All and Heart projects)
- Discuss with team
- Let a Team Lead know
Potential solutions [draft]
Some possible places where this bug may be occuring:
- The collection of projects: see .md files in the _projects folder without the
technologiesattribute do not allow filtering by Languages/Technology. - From Will:
In the /current-projects.js file line 27 the filter code is else if (filterName == 'technologies' ) use the filterTitle = 'languages / technologies' so if the card doesn't have the technologies attribute it is ignored. This might be an easy fix but it could also turn out to be a lot of refactoring.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status