[go: up one dir, main page]

Refactor role reacts module

  • Adhere to MVC patterns
    • Move DB work into a model
    • Move embed formatting into a view
    • Move business logic into a controller
  • Move events into their own module