Commit 4ccbc4b
[STAGING] FAC-116 to FAC-121 feat: Moodle seeding toolkit, tree explorer, audit trail, semester fix, bulk course provisioning, program filter enhancements (#289)
* FAC-116 feat: add Moodle seeding toolkit API (#279)
* FAC-116 feat: add Moodle seeding toolkit API
Add provisioning endpoints for creating Moodle categories, courses, and
users via REST API, replacing the manual Rust CLI workflow.
Closes #278
* chore: add bmad artifacts for Moodle seeding toolkit
* FAC-117 feat: add Moodle tree explorer API endpoints (#281)
* FAC-117 feat: add Moodle tree explorer API endpoints
Add read-only endpoints for browsing live Moodle category hierarchy
and course listings to support admin provisioning visibility.
* chore: add tech spec for moodle tree explorer
* FAC-118 feat: add audit trail query endpoints (#282)
* feat: add audit trail query endpoints
Add GET /audit-logs (paginated, filtered list) and GET /audit-logs/:id
(single record) endpoints for superadmin audit log visibility.
https://claude.ai/code/session_01D6jVaVQiXM5y8P8XmsmzG5
* fix: startup issue
---------
Co-authored-by: Claude <noreply@anthropic.com>
* FAC-119 fix: correct semester year derivation and add category preview endpoint (#284)
Fix wrong semester tag generation in category provisioning when a single
semester is selected (e.g., S22626 instead of S22526). Add ComputeSchoolYears
utility for school-year-aware year computation. Add POST categories/preview
endpoint with read-only hierarchy walk. Improve webservice_access_exception
error message with actionable hint.
* FAC-120 feat: enhance bulk course provisioning with cascading dropdowns (#286)
* FAC-120 feat: enhance bulk course provisioning with cascading dropdowns
Replace free-text inputs and CSV upload with cascading dropdown selectors
(Semester → Department → Program) and JSON-based bulk preview/execute
endpoints for course provisioning.
* FAC-120 chore: add tech spec for bulk course provisioning enhancement
* FAC-121 feat: add ProgramFilterOptionResponseDto with moodleCategoryId (#288)
* FAC-121 feat: add ProgramFilterOptionResponseDto with moodleCategoryId
Create standalone ProgramFilterOptionResponseDto that exposes moodleCategoryId
in the program filter response, enabling the admin frontend to derive Moodle
category IDs for course fetching via cascading dropdowns.
- Add ProgramFilterOptionResponseDto with static MapProgram() mapper
- Update GetPrograms() service and controller return types
- Add service-level spec for mapping verification
- Update controller spec with moodleCategoryId assertions
* chore: added tech spec
---------
Co-authored-by: Claude <noreply@anthropic.com>1 parent 468828d commit 4ccbc4b
File tree
56 files changed
+8303
-18
lines changed- _bmad-output/implementation-artifacts
- _bmad
- _config
- agents
- bmm/agents
- src
- configurations/env
- modules
- admin
- dto
- requests
- responses
- services
- audit
- dto
- requests
- responses
- moodle
- controllers
- dto
- requests
- responses
- validators
- lib
- services
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
56 files changed
+8303
-18
lines changedLines changed: 429 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 566 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 610 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 661 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 574 additions & 0 deletions
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
Lines changed: 41 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
| |||
154 | 155 | | |
155 | 156 | | |
156 | 157 | | |
157 | | - | |
| 158 | + | |
158 | 159 | | |
159 | 160 | | |
160 | 161 | | |
0 commit comments