Logger fixes and controller restructuring in spoonsor
By RepoJournal , from @bgrgndzz's public GitHub activity
Backfilled
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.
One email a day. Unsubscribe in one click.
A short briefing every day bgrgndzz ships something — in about 3 minutes.
One email a day. Unsubscribe in one click. Read a past issue →
References
- [1] fix unknown error displaying undefined bgrgndzz/spoonsor
- [2] fix path issue in logger utility bgrgndzz/spoonsor
- [3] register sponsor seekers bgrgndzz/spoonsor
- [4] refactor controllers folder structure bgrgndzz/spoonsor
- [5] secure routes with loggedIn middleware bgrgndzz/spoonsor