Skip to content

227#228

Merged
RAprogramm merged 1 commit into
mainfrom
227
Jul 5, 2026
Merged

227#228
RAprogramm merged 1 commit into
mainfrom
227

Conversation

@RAprogramm

Copy link
Copy Markdown
Owner

Closes #227.

{Entity}View joined read models now derive utoipa::ToSchema when the api feature is enabled, mirroring the generated DTOs, aggregate-root, query and projection types. Adds a unit test asserting the derive is feature-gated and a trybuild pass case compiling a joined entity and asserting the view implements ToSchema.

🤖 Generated with Claude Code

@codecov

codecov Bot commented Jul 5, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 85.71429% with 1 line in your changes missing coverage. Please review.
✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
crates/entity-derive-impl/src/entity/view.rs 85.71% 1 Missing ⚠️

📢 Thoughts on this report? Let us know!

@RAprogramm RAprogramm merged commit 40b4c93 into main Jul 5, 2026
15 checks passed
@RAprogramm RAprogramm deleted the 227 branch July 5, 2026 23:22
@RAprogramm RAprogramm mentioned this pull request Jul 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Joined read models lack utoipa::ToSchema under the api feature

1 participant