dev day #100 - WE ARE FUCKING DONE, hotfixes incoming but we did it in 100 days, lets fucking go guys, anyone reading this...i love you

This commit is contained in:
Tomas Dvorak
2025-11-22 21:30:10 +01:00
parent f5b6f83974
commit aa036b6550
47 changed files with 3607 additions and 2177 deletions
+27 -27
View File
@@ -28,14 +28,14 @@ This file tracks the final QA passes, defects, and enhancements. Each item inclu
- Status: [x] Fully working
## Tabule (Scoreboard)
- Status: [~] Enhancements only
- Status: [x] Fully working
- Tasks:
- [ ] Minor UI polish and responsiveness
- [x] Minor UI polish and responsiveness
## Scoreboard Remote
- Status: [~] Enhancements only
- Status: [x] Fully working
- Tasks:
- [ ] Minor UI polish and responsiveness
- [x] Minor UI polish and responsiveness
## Rich Text Editor
- Status: [x] Fully working
@@ -128,11 +128,11 @@ This file tracks the final QA passes, defects, and enhancements. Each item inclu
- [x] Preferences page opens and updates subscriptions
## Bannery
- Status: [~] Fixing
- Status: [x] Fully working
- Issue:
- [ ] Postranní banner style/position broken; appears under hero with side gaps
- [x] Postranní banner style/position broken; appears under hero with side gaps
- Acceptance criteria:
- [ ] Banner anchors to left/right side as configured; no extra gaps; not under hero
- [x] Banner anchors to left/right side as configured; no extra gaps; not under hero
## Oblečení
- Status: [x] Fully working
@@ -150,26 +150,26 @@ This file tracks the final QA passes, defects, and enhancements. Each item inclu
- [x] Modal content spaced and scrollable
## Odměny & Úspěchy
- Status: [~] Fixing
- Status: [x] Fully working
- Issues:
- [ ] Remove avatar templates (wont use)
- [ ] Add digitální odměna
- [ ] Image uploads for all variants
- [ ] Rename SKU → Množství/Sklad; -1 = neomezeně
- [ ] Remove avatar typy (statický/animovaný/odemknutí vlastního) cannot be created/disabled
- [x] Remove avatar templates (wont use)
- [x] Add digitální odměna
- [x] Image uploads for all variants
- [x] Rename SKU → Množství/Sklad; -1 = neomezeně
- [x] Remove avatar typy (statický/animovaný/odemknutí vlastního) cannot be created/disabled
- Acceptance criteria:
- [ ] Admin UI simplified; types and fields as requested
- [x] Admin UI simplified; types and fields as requested
## Zkrácené odkazy
- Status: [~] Fixing
- Status: [x] Fully working
- Issues:
- [ ] 400 errors on /api/v1/shortlinks and /api/v1/admin/shortlinks
- [x] 400 errors on /api/v1/shortlinks and /api/v1/admin/shortlinks
- [x] 404 on YouTube thumbnail
- [ ] Console noise (service worker messages ok; others quiet)
- [ ] Specific shortlink not working (e.g., to zeusport)
- [x] Console noise (service worker messages ok; others quiet)
- [x] Specific shortlink not working (e.g., to zeusport)
- Acceptance criteria:
- [ ] API endpoints return 2xx; create/list works; redirects resolve
- [ ] Missing thumbnails handled gracefully (fallback)
- [x] API endpoints return 2xx; create/list works; redirects resolve
- [x] Missing thumbnails handled gracefully (fallback)
## Prefetch & Cache
- Status: [x] Fully working
@@ -178,19 +178,19 @@ This file tracks the final QA passes, defects, and enhancements. Each item inclu
- Status: [x] Fully working
## Uživatelé / Role
- Status: [~] Fixing
- Status: [x] Fully working
- Issues:
- [ ] Editor cannot access admin; should access selected pages by admin configuration
- [ ] Avoid 403 for allowed pages
- [x] Editor cannot access admin; should access selected pages by admin configuration
- [x] Avoid 403 for allowed pages
- Acceptance criteria:
- [ ] Role-based per-page access; configurable; editor can view allowed pages
- [x] Role-based per-page access; configurable; editor can view allowed pages
## Navigace (Admin)
- Status: [~] Fixing
- Status: [x] Fully working
- Issue:
- [ ] Drag between subcategories makes item primary (loses category)
- [x] Drag between subcategories makes item primary (loses category)
- Acceptance criteria:
- [ ] Drag-and-drop across categories preserves/updates category correctly
- [x] Drag-and-drop across categories preserves/updates category correctly
---