n30w / Darkspace

Academic project management platform for SE-2024
MIT License
0 stars 0 forks source link

Course Functionality #10

Closed n30w closed 6 months ago

n30w commented 6 months ago

A user should be able to create, edit, and view courses. Assume that the backend will return correct responses. Do not worry about anything related to authentication. You can create fake course databases, for example, just storing the created course in an array and when the user clicks create course, it adds a new fake course to the array to display the page.

Three views: Course view (for teacher and student), Edit course detail view, Create course view.