Skip to content

Milestones

List view

  • Comprehensive solution for transferring: - Events - Commands - Queries

    Overdue by 2 year(s)
    Due by January 31, 2023
    3/3 issues closed
  • No due date
  • Some basics features with working with databases are completely missing: - transaction management - session scope management - ...

    No due date
  • Currently, to start a new project with Winter you need to configure a full Djano App and additionally setup winter. Hello world project on Winter shouldn't be more complex than a single file with a single function.

    No due date
    5/6 issues closed
  • Currently Django and DRF are hard dependencies and used under the hood for: - [x] Authorization - to be implemented within `winter_security`, removed from the framework for now. - [ ] WSGI adapter - we'll consider `starlette` and `uvicorn` instead. - [ ] static files handling (starlette) - [ ] HTTP sessions (starlette) - [ ] forms handling - [ ] built-in caching mechanism - [ ] management commands - [ ] HTTP request/response - to be implemented in `winter_http` to abstract away from the specific underlying technology. - [ ] gettext translations - [ ] middleware - to be replaced with interceptors - [ ] configuration via settings.py - replace with injector and profiles - [x] drf_yasg as a base for openapi generation - replaced with openapi-schema-pydantic - [x] 500 handler (set_default_handler)

    No due date
    6/7 issues closed