Skip to content

Roadmap

Max edited this page May 10, 2020 · 15 revisions

Version 1 ✔️

  • Various improvements in the works
  • Refactoring to improve structure
  • Low hanging fruit
  • More functionality
  • Especially PUT implementation
  • Add extensive automated testing (in dependency package)

Version 1.1 ✔️

  • Support for Laravel 6 (alongside 5.8)

Version 2 ✔️

  • Support for Laravel 7

Version n

  • Add user registration to boilerplate base code
  • Add PUT implementation to Child Restful Controller
  • Begin adding support for distributed tracing

Version n+1

  • Add HMAC authentication

Version n+2

  • Tackle getAll stuff
    • Add filtering
    • Add sorting
    • Make pagination more configurable (ie. specify perPage in the controller for a route)
      • Suggestion is to make it a static on the controller
    • Add optional relation includes

Version n+4

Further down the track

Clone this wiki locally