Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ToDo] Implement CRUD Operations for Gradebook Management System #6

Open
10 tasks
gbowne1 opened this issue Feb 2, 2024 · 0 comments
Open
10 tasks
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@gbowne1
Copy link
Owner

gbowne1 commented 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

  • 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
@gbowne1 gbowne1 added enhancement New feature or request help wanted Extra attention is needed labels Feb 2, 2024
@gbowne1 gbowne1 added this to Gradebook Feb 2, 2024
@gbowne1 gbowne1 moved this to Ready in Gradebook Feb 2, 2024
@gbowne1 gbowne1 added this to the Data Structure milestone Feb 2, 2024
@gbowne1 gbowne1 changed the title # Title: Implement CRUD Operations for Gradebook Management System [ToDo] Implement CRUD Operations for Gradebook Management System Feb 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
Status: Ready
Development

No branches or pull requests

1 participant