Alpha Virtual Academy Ltd proposes the Litmus Test Project as a Digital Public Goods. The Platform would house competency frameworks and edtech platform assessments for basic and senior high education as well as out of school vocational and technical education in Ghana.
MIT License
0
stars
14
forks
source link
Implement DELETE Endpoint for Curriculum Removal (BAckend) #73
Description: Set up an endpoint to delete specific curriculum entries.
Tasks:
Create DELETE /curriculum/{id} endpoint.
Include error handling for non-existent entries.
Acceptance Criteria:
Entries can be deleted.
Trying to delete non-existent entries returns an appropriate error message.
Description: Set up an endpoint to delete specific curriculum entries. Tasks: Create DELETE /curriculum/{id} endpoint. Include error handling for non-existent entries. Acceptance Criteria: Entries can be deleted. Trying to delete non-existent entries returns an appropriate error message.