Mirror building details filter to home page #55
Labels
No labels
backend
beginner friendly
bug
chore
documentation
enhancement
frontend
priority/high
priority/low
priority/medium
size/L
size/M
size/S
size/XL
size/XS
stage/backlog
stage/done
stage/in progress
stage/ready
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
ScottyLabs/housing#55
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Overall Objective
The "All Building Options" page (apps/frontend/src/app/building-options/page.tsx) has a filter sidebar (BuildingFilter.tsx) that lets users filter by distance, atmosphere, accommodations, and amenities. The Home page currently has no filtering at all, just a fixed list of recommended buildings. This issue is about bringing that same filter sidebar to the Home page so users can get their recommendations from the survey they took.
If the user hasn't taken the survey it'll just be the default optitons which can be just alphabetized or whatever is easiest random ordering.
Suggested Approach
Help & Resources