Closed
Description
Im planning to return to active contribution on this library for the whole December from the next week (I threw off all my December's typeorm tasks on @AlexMesser's head). What I am planning to do:
- rename library
- make routing-controllers legacy library (yaaaai @19majkel94)
- drop off koa support, use express for now (yaaaai @NoNameProvided and @19majkel94)
- positionate this library as a framework (yaaaai @19majkel94)
-
but it will not be super-opinionated framework, it still provides flexibility. No, it will be opinionated - move this repository into
typestack
organization - develop a site (like typeorm has)
- buy a domain
- include all dependencies user needs (express, body-parser, @types, etc.)
- include typedi library as dependency (but still provide ability to setup inversify)
- merge socket-controllers and model-controllers into this library
- close as much opened issues as possible
- do refactoring, especially refactor ugly testing part
- add graphql support
Also once I finish with those tasks Im planning to:
- switch to class-transformer, close issues in there
- switch to class-validator and close all issues in there, merge class-validator and class-sanitizer into a single package
- finish with
typestack
library design proposal and implement it