refactor: organize frontend by feature
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user