feat(htykc): add course_package CRUD with pagination and org scoping

Introduce course_package table and API for selling course templates.
Supports teacher-owned and org-wide active package queries with keyword
search, sort order, and pagination.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
2026-04-30 08:15:12 +08:00
parent 25d33e76d3
commit 542fb2461a
6 changed files with 488 additions and 20 deletions
@@ -0,0 +1 @@
DROP TABLE IF EXISTS course_package;