refactor: organize frontend by feature
Some checks failed
Backend CI/CD / build_and_deploy (push) Has been cancelled
Frontend CI/CD / build_and_deploy (push) Has been cancelled

This commit is contained in:
2026-04-25 01:05:50 -04:00
parent b6eb692c27
commit 121757546a
60 changed files with 107 additions and 183 deletions

View File

@@ -24,7 +24,7 @@ Implement:
- Do not refactor unrelated code.
- Follow existing backend/frontend structure.
- Backend code currently belongs under `backend/src/Socialize.Api/Modules/<Feature>`.
- New isolated frontend feature code should prefer `frontend/src/features/<feature>`.
- Frontend feature-owned code belongs under `frontend/src/features/<feature>`.
- If backend contracts change, update OpenAPI using `./scripts/update-openapi.sh`.
- Do not manually duplicate generated API types when generated types exist.