JiayangYing / CITS3403_PRO

MIT License
2 stars 0 forks source link

Implement Backend Filtering for Product Listings #92

Closed loklokyx closed 5 months ago

loklokyx commented 6 months ago

Overview: The current backend lacks the capability to filter product listings based on user input. This limits users' ability to narrow down search results and find relevant products efficiently.

Proposed Solution: Implement backend filtering functionality to allow users to filter product listings based on their input criteria. Apply appropriate filtering mechanisms to query the database and retrieve filtered product listings that match the user's criteria. Additionally, validate user inputs and handle edge cases gracefully to provide a seamless filtering experience for users.

lwb611266 commented 6 months ago

issue addressed #100, please review.