docs(swagger): #95 — move annotation examples to §3.7, add val-bound route example#96
Merged
Merged
Conversation
…route example - Move three before/after examples from old §11 into §3.7 (3.7.1-3.7.3) - Add §3.7.4: val-bound route with legacy alias (listStatusesRoute) sourced from ApiRepositoryStatusControllerBase.scala - Update §3.1: replace hypothetical val-bound example with concrete route-level val binding pattern, cross-reference §3.7.4, add explicit prohibited operation(op) extraction pattern - Update §4 anti-pattern: distinguish prohibited operation(op) extraction from permitted route-level val binding, cross-reference §3.7.4 - Delete §11 (examples now in §3.7) 🤖 Co-authored with AI: OpenCode (ollama-cloud/glm-5.1)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Move annotation examples from §11 into §3 (Annotation Rules), add a fourth example for the val-bound route pattern from
ApiRepositoryStatusControllerBase.scala, and update §3.1 and §4 to distinguish the permitted route-level val binding from the prohibitedoperation(op)extraction pattern.Outcome
doc/swagger/swagger.mdlistStatusesRouteandlistStatusesRoute.action()ApiRepositoryStatusControllerBase.scalaapiOperationon val declaration.action()inheritanceoperation(op)vs route-level val binding distinctionFixes #95
🤖 Co-authored with AI: OpenCode (ollama-cloud/glm-5.1)