Skip to content

Commit 56c84a7

Browse files
authored
Update CLAUDE.md
1 parent 4df60d0 commit 56c84a7

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

CLAUDE.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ dojo/{module}/
3737

3838
### Architecture Principles
3939

40-
**Long-term goal**: Remove the classic Django template UI and make the app fully API-based. The `ui/` subdirectory should be deletable with zero impact on `api/` or shared business logic.
4140

4241
**services.py is the critical layer**: Both `ui/views.py` and `api/views.py` call `services.py` for business logic. Services accept domain objects and primitives — never request/response objects, forms, or serializers.
4342

0 commit comments

Comments
 (0)