1
0
mirror of https://github.com/ycd/manage-fastapi.git synced 2021-11-08 01:34:39 +03:00
Files
manage-fastapi/ROADMAP.md
2020-12-07 14:42:54 -03:00

809 B

Manage FastAPI Roadmap

Hi there! 👋

The package plans are here. If you want to contribute with new ideas, or develop the ones that are listed, read our contributing guidelines! 🤓

Checklist

  • License support on startproject.
  • Docker/Docker-compose support on startproject.
  • VSCode debugger support on startproject (available via docker).
  • Add basic linter tools on startproject (flake8, mypy and isort).
  • Add .pre-commit-config.yaml on startproject.
  • Support different CI on startproject.
  • Add support for hypercorn on run.
  • Add tests.
  • Integrate databases on startproject.
  • Create migrations/migrate command.
  • Different Authentication support on startproject.

Questions

  • Should we support .git by default?