## Things needed to be done per service ### Company service - Code pruning - Joint efforts between devs (Backend and Frontend) on a call, we'd go through the admin dashboard and see what's in use and clear away what's not being used from company service codebase as well - Update test cases - @thatguyking and dashboard devs would handle the Joint effort ### Investment service - Remove duplicate code joint effort between Backend and Mobile. @Faith and @Ovie would handle this. ### Admin Dashboard - CI process needs to be reviewed, the build time is too much - Dependency pruning (alot of unused dependencies) - @Ovie could also get on a call to review the processes on the admin dashboard and suggest where things can even be further improved. ### Others - All codebase dependencies would be updated - Update and refactor the structure of data in the schema and remove deprecated fields - Add more security precautions to codebase - Fix the mobile app home screen multiple calls (have one master call that gets certain things instead of having multiple 6,7, calls on one page everytime, maybe batching) - Group security settings (be able to ban people from sending message to the group, be able to suspend users e.t.c)