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:
17
ROADMAP.md
17
ROADMAP.md
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user