SowinskiBraeden / school-management-api

The backend API for a school management system accessible by staff and students.
GNU General Public License v3.0
15 stars 4 forks source link

Course Management #5

Open SowinskiBraeden opened 2 years ago

SowinskiBraeden commented 2 years ago

Description: Develop API endpoints for new features to help manage courses such as Student requests, allowing students to request classes that're allowed. API endpoints to create/delete and manage existing courses. API endpoints to retrieve specific courses filtered by grade.

Students can:

Admins can:

SowinskiBraeden commented 2 years ago

Also to be included would be providing schedules to students and teachers. This is vital to continue on to the next large feature, attendance management seen in #3

Without teachers having their class schedule with student names, there will be a missing portion to the attendance management.