Markiza666 / Markiza666/Airbean-API
Som användare vill jag se den aktuella statusen för mina aktiva beställningar på "Orderstatus"-sidan så att jag vet när mitt kaffe kommer.
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 2
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
FE: Utveckla "Orderstatus"-sidan för att hämta och visa status för aktiva beställningar (t.ex. "Förbereds", "På väg för leverans", "Levererad").
BE: Skapa en API-slutpunkt (GET /api/orders/{id}/status eller GET /api/orders/active) för att hämta status för en specifik beställning eller alla aktiva beställningar för användaren.
BE: Implementera interna mekanismer (t.ex. bakgrundsjobb, admin-gränssnitt) för att uppdatera orderstatusar när de fortskrider genom leveranskedjan.
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 mapping the Orderstatus page requirements to the proposed GET /api/orders/{id}/status or GET /api/orders/active endpoints. Then inspect the existing order flow and determine how status updates, background jobs, or an admin interface fit together. Done means active orders display statuses such as preparing, out for delivery, and delivered, with a working update mechanism.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- api, backend, full-stack
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100