Skip to content

Latest commit

 

History

History
40 lines (33 loc) · 1.07 KB

ROADMAP.md

File metadata and controls

40 lines (33 loc) · 1.07 KB

ROADMAP

Actual Version: 0.4.0

v. 0.6.0

  • Write unit test for services
  • Test User routes

v. 0.5.0

  • Review: Authentication - switch to Passport.js to define multiple strategies
  • Review: configuration using dotenv + convict

v. 0.4.0

  • Webpack: add compression plugin
  • Mocha: installation + configuration
  • Supertest: installation + configuration

v. 0.3.0

  • Refactoring v0.2.0 before continue
  • Authentication
  • Authorization
  • Security: secure header (use koa-helmet)
  • BodyParsing: use one of these plugins

v. 0.2.0

  • Babel source mapping during development
  • load Initializers before launching app
  • Routing configuration
  • Database (Default: MongoDB)
  • User Model
  • Rest API Users
  • Development: logger http request
  • Handle error (See BOOM)

v. 0.1.0

  • base project
  • write README
  • base architecture
  • Yarn
  • webpack basic configuration