muizzyusuf / ethics-dashboard-2

0 stars 0 forks source link

Create CourseSelect Branch and Merge into Main #40

Closed mogden8 closed 2 years ago

mogden8 commented 2 years ago

With Changes to Course Create ID and formatting

mogden8 commented 2 years ago

CourseSelect/Create Branch Created, Muizz will review and merge later.

muizzyusuf commented 2 years ago

modified the migrations to enable grades & comments be nullable on ethical issues, stakeholder section and utilitarianism section. modified the home page and course create to include modals so now it's all on one page. included the edit course and delete course functions. Changed the course route into a resource in web.php and created the necessary functions in the course controller (we've already used delete, store & update). Added in the input for roles into the user tables migration and created the functionality for it in the register page