October
Project: Shiny App
Started on: Oct 1st, 2024
Staff Guidance: Stacy Vlasits
Description:
- Modularizing the application: before, everything is in one single file and the file content is very long. This makes it hard for developer to debug. Therefore, I proposed an idea of modularizing the application into sub-files and let the main file refer to these sub-files.
- Make application work in the modularization of the application: the next challenge is that with the modularizing process, the logic of the modularizing code is different. Thus, I spent some time to adapt the working prototype to work in the new modularizing structures.
Project Laravel PHP extension
Staff Guidance: Chris Pittman
Started on: Oct 1st, 2024
Ended on: Oct 15th, 2024
Description:
- When an app is created, there are some utility functions that the app always need. Two of them are when creating users and reporting course retention (course that no longer active).
- Thus, I make those two utility functions in Laravel PHP that can be imported in other apps.