refactor: migrate to flask-smorest with OpenAPI auto-generation#2
Merged
rhythmatician merged 1 commit intomainfrom May 22, 2025
Merged
refactor: migrate to flask-smorest with OpenAPI auto-generation#2rhythmatician merged 1 commit intomainfrom
rhythmatician merged 1 commit intomainfrom
Conversation
Contributor
rhythmatician
commented
May 22, 2025
- Replaced manual Blueprint usage with flask-smorest
- Introduced marshmallow schemas for structured responses
- Enabled OpenAPI 3.0 docs at /openapi.json and Swagger UI at /docs
- Refactored /whoami and /work_item_details to class-based views
- Replaced manual Blueprint usage with flask-smorest - Introduced marshmallow schemas for structured responses - Enabled OpenAPI 3.0 docs at /openapi.json and Swagger UI at /docs - Refactored /whoami and /work_item_details to class-based views
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR refactors the application to migrate from manual Blueprint handling to flask-smorest for OpenAPI auto-generation, introduces Marshmallow schemas, and refactors routes to class‐based views.
- Replaces manual Blueprint registration with flask-smorest and class-based views
- Implements new Marshmallow schemas for structured responses
- Updates configuration for OpenAPI docs and Swagger UI
Reviewed Changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| tests/conftest.py | Updated to register new blueprints (blp) for the migrated routes |
| schemas.py | Introduces new Marshmallow schemas |
| routes/work_item_details.py | Refactors route to a class-based view and updates error handling |
| routes/whoami.py | Converts route to a class-based view with flask-smorest integration |
| app.py | Updates application configuration to integrate flask-smorest |
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.