Radosław Szamszur
Radosław Szamszur
- [x] I have searched the [issues](https://github.com/rszamszur/fastapi-mvc/issues) of this repo and believe that this is not a duplicate. ## Feature Request Implement type checking for both `fastapi-mvc` package and the...
CVE: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-33503 Both `fastapi-mvc` package and generated project from it are unaffected since they are already using the patched version: * https://github.com/rszamszur/fastapi-mvc/blob/a948e615cb109c239fc17f228f1415079c15ef08/poetry.lock#L776-L778 * https://github.com/rszamszur/fastapi-mvc-example/blob/81380369827ad4eb2c694ea991209bee8636a7a4/poetry.lock#L914-L916 Affected: * Poetry installed via `make...
- [x] I have searched the [issues](https://github.com/rszamszur/fastapi-mvc/issues) of this repo and believe that this is not a duplicate. ## Feature Request To both project and template: * `./.dockerignore` * `./fastapi_mvc/generators/project/template/{{cookiecutter.folder_name}}/.dockerignore`
- [x] I have searched the [issues](https://github.com/rszamszur/fastapi-mvc/issues) of this repo and believe that this is not a duplicate. ## Feature Request Implement pydantic `BaseSettings` class for database configuration under `.app.config`...
# Roadmap Hello there! :wave: This is the roadmap for fastapi-mvc, which gives an overview of future features and ideas that will be implemented. If you want to contribute with...
- [x] I have searched the [issues](https://github.com/rszamszur/fastapi-mvc/issues) of this repo and believe that this is not a duplicate. ## Feature Request Draft implementation plan: Core: * fastapi-mvc/fastapi-mvc#183 * fastapi-mvc/fastapi-mvc#182 *...
- [x] I have searched the [issues](https://github.com/rszamszur/fastapi-mvc/issues) of this repo and believe that this is not a duplicate. ## Feature Request This class will be responsible for managing SQLAlchemy engine...
- [x] I have searched the [issues](https://github.com/rszamszur/fastapi-mvc/issues) of this repo and believe that this is not a duplicate. ## Feature Request In order to add support for databases with SQLAlchemy,...
- [x] I have searched the [issues](https://github.com/rszamszur/fastapi-mvc/issues) of this repo and believe that this is not a duplicate. ## Feature Request Implement the possibility to seed the database with defined...
- [x] I have searched the [issues](https://github.com/rszamszur/fastapi-mvc/issues) of this repo and believe that this is not a duplicate. ## Feature Request Add documentation for database usage.