feat(F-089): completed feature
This commit is contained in:
16
work/artifacts/F-089/implementer.md
Normal file
16
work/artifacts/F-089/implementer.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# F-089 — Implementer evidence
|
||||
|
||||
## Change
|
||||
|
||||
Updated the active-product link in `project/apps/admin/src/app/(dashboard)/products/page.tsx`:
|
||||
|
||||
- Before: `http://192.168.18.93:3003/productos/${p.slug}`
|
||||
- After: `http://192.168.18.93:3003/products/${p.slug}`
|
||||
|
||||
The link still opens in a new tab and keeps `rel="noopener noreferrer"` and click propagation behavior unchanged.
|
||||
|
||||
## Validation
|
||||
|
||||
- `cd project/apps/admin && npx tsc --noEmit` → exit 0
|
||||
- `cd project/apps/admin && npx eslint 'src/app/(dashboard)/products/page.tsx'` → 0 errors (3 pre-existing warnings)
|
||||
- Search confirms the old `3003/productos/${p.slug}` link is absent from the admin product listing.
|
||||
Reference in New Issue
Block a user