Skip to content
This repository was archived by the owner on Jul 21, 2020. It is now read-only.

Latest commit

 

History

History
30 lines (26 loc) · 1.25 KB

ROADMAP.md

File metadata and controls

30 lines (26 loc) · 1.25 KB

Roadmap

  1. Landing site & following pages connected to an API:
  • Main landing page
  • Signup
  • Signup success
  • Signin
  • Forgot password
  • Reset password
  • Accept invitation
  • Privacy policy
  • Terms of service
  1. Restful API, connected to the MongoDB that implements landing site functionality.
  2. Koa, React.JS based Single Page Application which shows after you login on landing site. Proper build configuration for development and production environments.
  3. Application deployment using Ansible.
  4. Continuous integration server using Drone CI.
  5. MongoDB backups to S3.
  6. Monitoring using Grafana.
  7. Common application stats tracking using Telegraf.
  8. Configured development environment with hot reloading for the web part using webpack and server auto restart using nodemon.

Some common problems which already solved in the Auxilin.

  1. Error/info logging
  2. Node MongoDB.
  3. Requests validation
  4. Common code style
  5. Running tests locally
  6. Running tests in CI