Skip to content

Commit 8ca0a66

Browse files
christosm-devclaude
andcommitted
Comment out problematic component-to-container relationship
Temporarily comment out the @c4-uses relationship from Data Validation Layer component to Database Layer container. This relationship was causing Structurizr DSL errors because components shouldn't have relationships to sibling containers of their parent. The relationship may be revisited later to determine if it should be restructured or removed entirely. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 3955d10 commit 8ca0a66

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
SYSTEM INTERACTIONS
7878
-------------------
7979
@c4-used-by: API Application - "Validates requests and formats responses"
80-
@c4-uses: Database Layer - "Serializes ORM objects to API responses"
80+
# @c4-uses: Database Layer - "Serializes ORM objects to API responses"
8181
8282
ERROR HANDLING
8383
--------------

0 commit comments

Comments
 (0)