Files
recipe-app/docs/MVP_CHECKLISTA.md
Nils-Johan Gynther 9e513c2f5e
Test Suite / backend-pr-quick (push) Has been skipped
Test Suite / quick-import-pr-quick (push) Has been skipped
Test Suite / backend-full (push) Successful in 2m57s
Test Suite / flutter-quality (push) Failing after 1m16s
chore(docs): consolidate legacy documentation into new structure
- Removed outdated documentation files (MVP_CHECKLISTA.md, NEXT_STEPS.md, README.md, TEKNISK_BESKRIVNING.md, filanalys.md, flyerimporter.md, kilo.json, plan-dokumentation.md)
- Added new centralized documentation structure under docs/ directory
- Added .kilo/ directory for Kilo AI agent configuration and plans

BREAKING CHANGE: Legacy documentation files removed and replaced with new centralized structure
2026-05-25 08:14:35 +02:00

1.4 KiB

MVP-checklista: Recipe App (maj 2026)

1. Funktionell sluttestning (produktion/lik miljö)

  • Testa inventarie: skapa, ändra, ta bort, ändra kategori, filtrera, konsumera, historik.
  • Testa baslager: lägg till/ta bort, ändra kategori, filtrera, grupperad vy.
  • Testa receptimport: länk, PDF, bild, Markdown. Kontrollera parser, fallback, och matchning.
  • Testa produktadmin: merge, bulk-kategorisering, AI-kategorisering, dubblett-hantering, statuskö.
  • Testa alias: skapa, ta bort, user/global, badge i UI.
  • Testa seed-data: kontrollera att nya kategorier finns efter deploy.
  • Testa navigation: admin-knapp i profilmeny, alla länkar och vyer.

2. Säkerhet och access

  • Verifiera user-scope och IDOR-skydd på alla endpoints. (86 tests, PASS)
  • Testa rollbaserad access (admin/user). (86 tests, PASS)
  • Kontrollera JWT, throttling, och inputvalidering. (86 tests, PASS)

3. Regression och buggrättning

[ ] Fixa eventuella UI-buggar (scroll, dropdown, state).

[ ] Slutgiltig README och teknisk beskrivning.

  • Kontrollera .env-exempel och seed-instruktioner.

5. UI/UX-polish

  • Loading states, felmeddelanden, mobilanpassning.
  • Extra tester för bulk-operationer, AI-förslag, aliasradering.

6. Release

  • Tagga release i git.
  • Deploy till produktion.
  • Bekräfta drift och funktion i live-miljö.