25 lines
848 B
Markdown
25 lines
848 B
Markdown
# Documenter Artefact — Feature: F-001
|
|
|
|
## What changed
|
|
- Added SDD record for legacy PHP product module.
|
|
- Added ADR for stable repo layout.
|
|
- Added BDD trace for layout move.
|
|
- Moved legacy web code to `project/web/index/new`.
|
|
- Moved SQL dump to `project/sql/db-25052026.sql`.
|
|
|
|
## Files to know
|
|
- `spec/sdd/architecture.md`
|
|
- `spec/sdd/components/legacy-web-module.md`
|
|
- `spec/sdd/components/bulk-seo-worker.md`
|
|
- `spec/sdd/components/development-data-baseline.md`
|
|
- `spec/sdd/decisions/001-store-legacy-app-under-project-web.md`
|
|
- `spec/bdd/features/layout/legacy-app-layout.feature`
|
|
- `project/web/index/new/`
|
|
- `project/sql/db-25052026.sql`
|
|
|
|
## Notes for next feature
|
|
- Remove secrets from PHP files.
|
|
- Externalize DB and API config.
|
|
- Replace production-coupled URLs and missing external dependencies.
|
|
- Move runtime logs out of web tree.
|