Markiza666 / Markiza666/Airbean-API
Som användare vill jag ha en dedikerad kundvagnsmodul för att granska mina val, uppdatera kvantiteter och bekräfta den totala kostnaden innan jag går vidare med beställningen.
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 2
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
FE: Designa en "Varukorgs"-sida eller modal som visar alla valda artiklar, kvantiteter, enskilda priser och totalsumman.
FE: Tillåt användare att öka/minska kvantiteter eller ta bort artiklar direkt i varukorgen.
BE: Se till att GET /api/cart-slutpunkten tillhandahåller alla nödvändiga detaljer (produktnamn, pris, kvantitet) för den aktuella användarens varukorg.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by inspecting the GET /api/cart endpoint to identify the product name, price, and quantity data it currently provides. Then locate the frontend entry point for cart views and verify that the cart page or modal supports quantity changes, item removal, and total-cost display; the work is done when these behaviors and endpoint details are available for the current user.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- api, full-stack
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100