feat(F-195): completed feature
This commit is contained in:
11
work/artifacts/F-195/implementer.md
Normal file
11
work/artifacts/F-195/implementer.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# F-195 — Fix evidence
|
||||
|
||||
**Issue**: After F-194, IVA / Auditoría / Logs still appeared as top-level items in the main admin sidebar because their entries remained in `NAV_ITEMS`.
|
||||
|
||||
**Change** (`project/apps/admin/src/lib/permissions.ts`):
|
||||
- Removed `IVA`, `Auditoría`, `Logs` entries from `NAV_ITEMS`. They no longer appear in the main sidebar.
|
||||
- Added `SETTINGS_SUB_NAV_ITEMS` constant exposing the same routes so they can be consumed by the Settings sub-nav (already implemented in F-194 in `settings/page.tsx`).
|
||||
- Routes (`/settings/tax-rates`, `/settings/audit`, `/settings/logs`) remain accessible via in-page links from the Settings sidebar.
|
||||
|
||||
**Validation**:
|
||||
- admin typecheck: PASS
|
||||
Reference in New Issue
Block a user