Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 601 Bytes

TODO.md

File metadata and controls

24 lines (21 loc) · 601 Bytes

TODO

REST api

  • routing for api calls
    • should use falcon hooks
    • forum
    • pages
    • dashboard
      • should modify configuration
    • blog
  • socketio, haproxy
  • authentication
    • need conditional authentication for certain routes
    • google oauth playground
    • support multiple oauth services (goog, fb)
    • use redis to cache email verification

Done

  • create test script
  • refactor api to falcon from flask
  • gunicorn custom application
    • gunicorn worker class
    • make gunicorn import workers conditionally