Renamed files, functions, methods, variables, and classes to mirror what they do; For example, a file named github.py should have functions such as initialize_github, etc.
So basically, let's update the application code structure to match their use.
Github action updates; Added jobs to handle pytest coverage and sort all module imports in the project directory
Adjusted /data route to return the group name as a child of the schema. For instance; schema.usergroups as the key, instead of usergroups
/data
route to return the group name as a child of the schema. For instance;schema.usergroups
as the key, instead ofusergroups