-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Labels
Description
A lot of places in the codebase use snake_casing, which is not consistent with the rest of the code. These could be replaced with camelCased names to adhere to JS naming conventions.
Examples:
User Model
Course Model
Changes to these will require changes in places in the frontend as well as the backend.
This is a significant refactor spanning multiple files in both the frontend and the backend.