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 Bulk Import/Export Functionality for curriculum(Backend) #74

Open emmanuelAkpe opened 3 weeks ago

emmanuelAkpe commented 3 weeks ago

Description: Enable bulk import and export of curriculum data for ease of management. Tasks: Create POST /curriculum/bulk endpoint. Define import format (CSV or JSON) and add validation for bulk data. Implement export functionality in a compatible format. Acceptance Criteria: Bulk import allows multiple entries to be added at once. Export function outputs data in the chosen format. Error handling is in place for bulk operations.