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.

Open
#8 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

good first issue
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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.