mestafrica / digitizing-the-ges-curriculum

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 Controllers for Curriculum Management #24

Open emmanuelAkpe opened 3 months ago

emmanuelAkpe commented 3 months ago

Description

We need to create controllers to handle CRUD (Create, Read, Update, Delete) operations for our curriculum model. These controllers will interface between our API routes and the model.

Tasks

Acceptance Criteria

Additional Notes

Consider implementing additional helper functions or middleware if needed for repeated operations or validations. Also, think about any additional query methods that might be useful for our application, such as finding courses by code or performance indicators by description.

lyril-sly commented 3 months ago

I'm taking up this task

emmanuelAkpe commented 3 months ago

great. Assigned to you