1
0
mirror of https://github.com/ycd/manage-fastapi.git synced 2021-11-08 01:34:39 +03:00

📝 Update roadmap and release notes

This commit is contained in:
Marcelo Trylesinski
2020-12-02 21:41:21 +01:00
parent 90886a8d96
commit 4a045cede8
2 changed files with 18 additions and 3 deletions

View File

@@ -13,14 +13,27 @@ The package plans are here. If you want to contribute with new ideas, or develop
* [X] Add basic linter tools on `startproject` (flake8, mypy and isort).
* [X] Add `.pre-commit-config.yaml` on `startproject`.
* [X] Integrate databases on `startproject`.
- [X] Postgres
- [ ] SQLALchemy
- [X] PostgreSQL
- [ ] MySQL
- [ ] SQLite
- [ ] Async SQLAlchemy
- [ ] PostgreSQL
- [ ] MySQL
- [ ] SQLite
- [ ] Gino (only supports PostgreSQL)
- [ ] Tortoise
- [ ] PostgreSQL
- [ ] MySQL
- [ ] SQLite
- [ ] MongoDB
* [ ] Different Authentication support on `startproject`.
* [X] Support `startapp` command.
- [X] Simple app creation.
- [ ] Append the APIRouter to the FastAPI app.
- [ ] Add `--app-file` and `--app-variable` options on `startapp`.
* [ ] Add tests.
* [ ] Fix documentation accordingly.
* [X] Fix documentation accordingly.
### Nice to have

View File

@@ -4,7 +4,9 @@
### 1.0.0
* Add back `run` command, previously known as `run-server`
* Add `run` command, previously known as `run-server`.
* Create a roadmap.
* Massive design update on the package logic. File template (cookiecutter) base instead of variable.
### 0.1.60