Skip to content

Latest commit

 

History

History
33 lines (28 loc) · 2.01 KB

INTERNALS.md

File metadata and controls

33 lines (28 loc) · 2.01 KB

Package Enhancements

Feature Enhancements

  • Session storage in redis. example
  • Implement Honeypot on form submission.
  • Implement lockout after maximum attempts in login page
  • More abstracted asset pipelining
  • Remove hardcoded script and css inclues and move them to assets config
  • Load assets in view depanding on node env (with [preResponse handler])
  • Abstract flash messges in a plugin which combines power of yar flash messages with boom error objects and display in a view helper. [Refer2])(http://swreflections.blogspot.in/2014/08/feature-toggles-are-one-of-worst-kinds.html)
  • Prepare and maintain a living styleguide Refer
  • Referrals program Refer Refer 2
  • Feature toogle refer
  • Feature toggle with github workflows Refer
  • Proxy setup and load balancing refer
  • More friendly error messgaes for forms

Prospect TODOs

  • Better loading of modules
    • config/manifest : Routes plugins path
    • lib/moongoose - Load models path
    • routes/* - Loading of controllers
  • Error transformation with preResponse refer
  • implement fallback with preResponse refer