Once a course is created by a creator, the app should re-route to the Manage Courses page for that course, instead of the dashboard.
A newly created course should be disabled to all users by default until clicked enabled by its creator.
This will require a new boolean field called "enabled" in the Db for courses where we check in the code whether that course should be loaded in or not according to a query.