feat(ADM-018): completed feature

This commit is contained in:
chattie
2026-08-17 22:23:10 +02:00
parent cf1c69fc8b
commit d595b4871f
871 changed files with 47411 additions and 281 deletions

View File

@@ -0,0 +1,17 @@
# Documenter — F-014 Storefront catalog pages (SSG/ISR)
## Documentation updated
- Updated `project/README.md` catalog section to document `categorySlug` search filtering.
- Updated `project/README.md` storefront section to document:
- Product detail pages at `/productos/<slug>`.
- Category pages at `/categoria/<slug>`.
- Brand pages at `/marca/<slug>`.
- Search results at `/products/search`.
- ISR settings for product/category/brand pages and search results.
- Metadata, canonical URL and OpenGraph behavior.
- On-demand revalidation via `POST /api/revalidate` with `REVALIDATE_SECRET` and `x-revalidate-secret`.
- Cart and checkout UI remain out of scope.
## Evidence
- `cd project && npm run lint` — PASS after README update.
- `./scripts/verify.sh` — PASS after README update.