System Development - Phase IV

 

        
        Started the week with an online meeting about the documentation of the system. I was assigned to work on another module, terms, which will only be accessible to admin and registrar users. 


            Started coding the frontend and backend of the terms module. Initialized the functions in the terms controller and the web design on the view pages. 

                Terms index view finished. When a term is active, you cannot enable another term unless you disable the active one first. 
Terms| Add Term View
                

            Started working on mail notifications. Configured the smtp configurations in the .env file. 
Mail Notifications Function



               Sample mail notifications. When a user registers, an alert notification is sent to the user's email, together with a verification email to verify the user's email.

                
            Alerts added in the modules. Implemented alerts in the users and terms module.

                Committed the mail notification functions in the repository. Notifications will be sent into the user email when there are status changes on their applications.
Few fixes
Welcome page responsive fix

Email verification implemented at user registration



Comments