Made buckets work on the front end.
Made the commponts array on the the setions to contain the lectures and execises
Changes
Updated storage.services to work with google buckets
Add bucket service and supporting code to the files CreateCourseModal, CreateLecturePopUp, CourseEdit
Fixed spam create bug CreateLecturePopUp and CreateExercisePopUp
Made the create button to a commponet
Simplified the Dropzone commponet
Checklist
[x] Code has been tested locally and passes all relevant tests.
[x] Documentation has been updated to reflect the changes, if applicable.
[x] Code follows the established coding style and guidelines of the project.
[x] All new and existing tests related to the changes have passed.
[x] Any necessary dependencies or new packages have been properly documented.
[x] Pull request title and description are clear and descriptive.
[x] Reviewers have been assigned to the pull request.
[x] Any potential security implications have been considered and addressed.
[x] Performance impact of the changes has been evaluated, if relevant.
Description
Made buckets work on the front end. Made the commponts array on the the setions to contain the lectures and execises
Changes
Updated storage.services to work with google buckets Add bucket service and supporting code to the files CreateCourseModal, CreateLecturePopUp, CourseEdit Fixed spam create bug CreateLecturePopUp and CreateExercisePopUp Made the create button to a commponet Simplified the Dropzone commponet
Checklist