fastapi-mvc icon indicating copy to clipboard operation
fastapi-mvc copied to clipboard

Feature roadmap

Open rszamszur opened this issue 2 years ago • 0 comments

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 new ideas, feel free to submit a feature request. You can also develop the ones that are listed. For more information please see contributing guidelines.

This roadmap is subject to change and features will be added as needed.

Checklist

  • [x] Initial project template.
    • [x] Implement FastAPI application core with unit tests.
    • [x] Add Poetry for dependency management and packaging.
    • [x] Add virtualized development environment.
    • [x] Add Makefile.
    • [x] Add Helm chart.
    • [x] Add Aiohttp and Redis utilities.
    • [x] Add Redis support.
    • [x] Add make target for bootstrapping a local minikube cluster with High Availability Redis cluster, and deploy the application.
  • [x] Add GitHub actions automation.
  • [ ] Documentation
    • [x] #9
    • [x] #74
    • [x] #75
    • [ ] #177
    • [ ] #112
  • [x] #6
  • [x] Improve Dockerfile for production use
    • [x] #15
    • [x] #16
  • [x] Implement CLI fastapi-mvc run command for running uvicorn development server
    • [x] #14
    • [x] #31
  • [x] Add initial generators implementation
    • [x] #47
    • [x] #68
    • [x] #69
  • [ ] #46
    • [ ] #183
    • [ ] #182
    • [ ] #181
    • [ ] #79
    • [ ] #45
    • [ ] #110
    • [ ] #180
  • [ ] Add databases HA deployments to script for bootstrapping application stack in Kubernetes cluster.
    • [ ] PostgreSQL
    • [x] Redis
  • [x] #170
    • [x] #171
    • [x] #172
    • [x] #173
    • [x] #174
    • [x] #175
  • [x] #25
  • [x] #80
  • [x] Add shell script generator
    • [x] #197
    • [x] #207
  • [x] Python 3.11 Support
    • [x] #198
    • [x] #199
  • [ ] Improvements
    • [x] #120
    • [x] #178
    • [x] #225
    • [x] #228
  • [x] #229

rszamszur avatar Feb 15 '22 13:02 rszamszur