Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 552 Bytes

roadmap.md

File metadata and controls

17 lines (15 loc) · 552 Bytes

Roadmap

Features and idea

  • Add real database support (Interface from InMemoryStorage and implement it with postgresql or mongodb)
  • Add logging (ELK ? )
  • Add authentication (OAuth2)
  • Add data input validation
  • Add stack creation with values
  • Add authentication, authorization on a specific stack.
  • Add Cache support
  • Add Parenthesis support on stack
  • Add filters and pagination on GET /stacks
  • Add complex number suppport
  • Add integration test
  • Add CI/CD for automatic testing and deployments
  • Add docker support for deployements