UVicMartletplace / martletplace

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

𝗣𝗮𝗴𝗲: Create Home/Main/Dashboard Page #71

Closed CaelumD25 closed 3 months ago

CaelumD25 commented 4 months 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 should be created to facilitate users who have just been authenicated(from #69), it will contain a page of recommended items based on results from recommendation engine built by Algorithms. This will require components of:

Note previously viewed listings will likely not be present on the main page as seen in the mockup below

relates: #45, #42, #55, #48 blocked by: #45, #42, #55, #48

Problem You're Trying to Solve

See "See Personal Recommendations" and "Indicate Disinterest" from the SRS for User Stories

Related External Resources

See Get Recommendations and Listing Summary Object from the OpenAPI spec

Image