andrew-bierman / PackRat

PackRat is a versatile adventure planner tailored for outdoor enthusiasts. It simplifies the process of organizing trips from a simple day hike to cross-country journeys.
https://packrat.world/
Other
23 stars 36 forks source link

Global items redesign #1292

Open taronaleksanian opened 3 weeks ago

taronaleksanian commented 3 weeks ago

We are redesigning the items feature of our app, focusing on improving how global items are displayed. The data scraping from multiple sources is already functional, so the redesign will involve optimizing the backend to enhance item retrieval, filtering, and sorting. We will implement new API endpoints, ensure efficient data handling, and update the front end with a modern, responsive UI that allows users to browse, search, and interact with items smoothly. This will include designing intuitive components for item lists, detail views, and user interactions, followed by thorough testing and deployment to ensure a seamless user experience.

taronaleksanian commented 3 weeks ago

Let's start from the item details page, we need to add some data from scrapers to our DB and also add those fields to our API

@mikib0 let's handle this please dm me for more details

taronaleksanian commented 3 weeks ago

https://scrnli.com/files/013nG1xrKo6Gt4

I made some structure as an example for this page so let's start implementing it's frontend with mock data @Isthisanmol let's start from the product main details section

taronaleksanian commented 3 weeks ago

Let's make branches from this branch, it's updated with the development branch, let's keep this feature on this branch. feat/items-redesign @Isthisanmol @mikib0 @MuhammadHassan03