Some checks failed
Architecture Governance / architecture (push) Has been cancelled
Quick Actions rendered raw i18n keys instead of translated labels for the Users/Monitoring/Analytics actions. Also reverts useMockData back to its pre-session value (false) after manual local verification. Adds docs/KNOWN-ISSUES.md to track bugs found during manual QA, deferred for a batch fix after the sprint.
1.2 KiB
1.2 KiB
Known Issues (fix after sprint wrap-up)
Running list of bugs spotted during manual verification, deferred until the current sprint's feature work is done. Add to this list as more are found; don't fix inline unless asked.
Open
(none currently)
Fixed
- Quick Actions: 3 untranslated raw i18n keys.
dashboard.actionUsers,dashboard.actionMonitoring,dashboard.actionAnalyticsrendered as literal key strings instead of translated labels on the admin dashboard's Quick Actions section, becauseadmin-dashboard.facade.tsreferenced them but they were never added totranslations.ts/en.ts/ru.ts/hy.ts.- Found: 2026-07-15, manual browser verification of
/:lang/backoffice/dashboard?devBypassAdmin=true. - Fixed: 2026-07-15, added the 3 keys to the interface + all 3 locales.
- Found: 2026-07-15, manual browser verification of
Notes (not bugs, just flag before shipping)
src/environments/environment.ts:useMockDatawas temporarily flipped totrueduring this session's manual verification (so Categories/Products dashboard cards showed mock counts instead of erroring against a nonexistent local/api/backoffice/*backend), then reverted back tofalseafterward - matches its pre-session value.