-
Notifications
You must be signed in to change notification settings - Fork 3
Home Page and Search Result Page Re-Design #398
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
Conversation
- Implemented dummy filter panel - Implemented filter section component - Implemented filter information control
|
[diff-counting] Significant lines: 3944. This diff might be too big! Developer leads are invited to review the code. |
- Implemented most loved and most reviewed sorting apartment functionalities - Implemented HomePage dummy apartment card rows
- Added new /api/search-with-query-and-filters endpoint for filtered search - Added support for filtering by location, price, bedrooms, and bathrooms - Displayed property details in apartment cards for testing - Fixed consistent-return linting issues in backend endpoints - Added missing price property to add building script
- Implemented NavBar redesign - Implemented homepage header redegisn - Implemented apartment card redegisn - Implemented new large apartment card - Implemented new home page apartment card row design
- Implemented the home page search bar, filter, apartment card rows - Implemented the search result page filters, apartment card grids, map
|
Great job, Casper, you’ve made impressive progress this semester with the new features! The home page, filtering, and search results page feature is a complex task which required altering many different parts of the codebase so a massive good job for this PR. Looking forward to seeing the completed mobile version and seeing the new features on the prod site! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work, Casper. This feature has been in the works for a while and represents a big milestone for CU Apts! There are a few bugs that we can work on in the new semester which relate to filtering and some UI issues. Overall though, great job on this massive feature!
Summary
This pull request is the implementation of the HomePage and SearchResult page redesign, including the frontend changes as well as the relevant backend structural changes.
Test Plan
PR_vid_1.mov
PR_vid_2.mov
These videos show the user experience flow of the new home page and search result page, demoing the use of the search bar, the filter, and new apartment cards, and the interactive map.
Notes
Breaking Changes