Skip to content
russh edited this page Aug 18, 2015 · 2 revisions

###What Sucks?

what really sucks about the app today is this

  • it's database design needs cleaned up.
    • It needs security roles added in. For example the table [user] has a column in it called [can_see_eeo_info]. This is not the right way to restrict access.
  • Overall code design
    • It would be great to refactor it using more of an MVC architecture
    • Leverage some of the open source projects PHP frame projects like Symfony and Doctrine
    • I think this would enable better long term maintenance and growth of the project