modified on 19 February 2009 at 16:12 ••• 223 views
What sucks
From OpenCATS
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