Monday, Aug 20, 2018
refactoredLogger fixes and controller restructuring in spoonsor
Buğra Gündüz pushed 5 commits to spoonsor, fixing runtime errors and reorganizing the application structure.
He fixed an undefined error in error display handling [1] and corrected a path issue in the logger utility [2] that was preventing proper log output. On the architecture side, he refactored the controllers folder structure [4] to organize the codebase more cleanly, then added support for registering sponsor seekers [3] as a new user type in the system. He secured routes with a loggedIn middleware [5] to protect endpoints that require authentication.
Sources
- fix unknown error displaying undefined · bgrgndzz/spoonsor
- fix path issue in logger utility · bgrgndzz/spoonsor
- register sponsor seekers · bgrgndzz/spoonsor
- refactor controllers folder structure · bgrgndzz/spoonsor
- secure routes with loggedIn middleware · bgrgndzz/spoonsor