-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
🚀 Feature Summary
I implemented the frontend for the "Scraped Deals" section of the app. The key functionality includes:
- A UI that allows users to enter one or multiple deal URLs for scraping.
- URLs are added to a queue; the system scrapes the first-entered URL first (FIFO order).
- Display of scraped deal cards in a grid.
- Bulk actions for viewing and managing scraped deals.
- Minor updates to layout and schema files to support the feature.
🗂️ Modified Files
M app/(protected)/layout.tsx
M auth.ts
M components/DealCard.tsx
M components/Dialogs/menu-dialog.tsx
M components/Header.tsx
M lib/schemas.ts
A app/(protected)/scraped-deals/ # folder with route logic
A app/actions/save-scraped-deals.ts
A app/actions/start-scrape-deal.ts
A app/layout.tsx
A components/MiniDealCard.tsx
A components/ScrapeDashboard.tsx
A components/ScrapedDealContainer.tsx
A components/ScrapedGridContainer.tsx
Metadata
Metadata
Assignees
Labels
No labels