UVicMartletplace / martletplace

Recreating FB Marketplace for Students - UVic SENG499 Capstone Project
1 stars 0 forks source link

𝗣𝗮𝗴𝗲: Create Search Page #77

Closed CaelumD25 closed 1 week ago

CaelumD25 commented 1 month ago

Feature Description

View Listings: Users should be able to input their current location and view available items with pagination within a 5KM radius. They should be able to filter the items based on price and status (SOLD, AVAILABLE) and sort them by price, listed time and distance. This page is for showing searched for listings that have been returned based on the parameters passed into the Search Request. With the results recieved, we should then expect a list of Listing Summary components(see #48) created, displaying the returned items and allowing users to page through results using the Pagination Component(see #56)

relates: #55, #54, #56, #48 blocked by: #48, #80, partially #56

Problem You're Trying to Solve

See Search Listings and Search Sellers for feature descriptions

Related External Resources

Image

Image