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 GET Endpoint for Curriculum Listing (Backend) #71
Description: Create an endpoint to retrieve and list curriculum entries with filter options.
Tasks:
Set up GET /curriculum endpoint.
Add filter support for fields like class, strand, and sub-strand.
Add pagination if necessary for large datasets.
Acceptance Criteria:
Curriculum entries can be retrieved and filtered.
Pagination (if implemented) works as expected.
Description: Create an endpoint to retrieve and list curriculum entries with filter options. Tasks: Set up GET /curriculum endpoint. Add filter support for fields like class, strand, and sub-strand. Add pagination if necessary for large datasets. Acceptance Criteria: Curriculum entries can be retrieved and filtered. Pagination (if implemented) works as expected.