System Development - Phase I
Started creating the initial system using laravel and tried pushing commits to the remote repository. We used the native packages such as bootstrap for css and js.
Started modifying the frontend and the backend of the login/register authentication pages. Started learning how routes work and how views are generated. Started studying about roles and permissions
I started working on roles and permissions. The system had 5 user types: Admin, Registrar, Dean, Program Adviser and Applicants. After logging in, I need to redirect the user, based on its user type, to Route groups which handles the controllers for the resources views. I started running on errors which took me some time to locate and fix.
Implemented laravel jetstream as it has more features than the native laravel. We started migrating and integrating the system to jetstream. Started working on resource controllers and CRUD.
Comments
Post a Comment