You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement CRUD Operations for Gradebook Management System
Description
This issue covers the implementation of CRUD (Create, Read, Update, Delete) operations for various entities in the Gradebook Management System. These operations will be managed by different roles including Administrators, Teachers, and Students.
Tasks
Implement CRUD operations for Administrators
Implement CRUD operations for Students
Implement CRUD operations for Teachers
Implement CRUD operations for Assignments
Implement CRUD operations for Tests
Implement CRUD operations for Assignment Grades
Implement CRUD operations for Test Grades
Implement CRUD operations for Average Grades
Implement CRUD operations for Class Reports
Implement CRUD operations for Student Reports
Acceptance Criteria
All CRUD operations for Students, Teachers and Administrators data are implemented
Notes
Make sure to implement role-based access controls for each operation
Ensure all operations return appropriate responses and error messages
Document the purpose and expected outcome of each operation
The text was updated successfully, but these errors were encountered:
gbowne1
changed the title
# Title: Implement CRUD Operations for Gradebook Management System
[ToDo] Implement CRUD Operations for Gradebook Management System
Feb 2, 2024
Implement CRUD Operations for Gradebook Management System
Description
This issue covers the implementation of CRUD (Create, Read, Update, Delete) operations for various entities in the Gradebook Management System. These operations will be managed by different roles including Administrators, Teachers, and Students.
Tasks
Acceptance Criteria
Notes
The text was updated successfully, but these errors were encountered: