docs(education): record migration closure evidence

This commit is contained in:
2026-07-31 16:26:39 +08:00
parent 184452404d
commit c8a221acbc
13 changed files with 77 additions and 49 deletions

View File

@@ -57,12 +57,12 @@ FavoriteServiceImplTest
## Acceptance criteria
- [ ] Every target class starts its Spring/JUnit context.
- [ ] No target class fails because `ScoringService` is missing.
- [ ] No target class fails from avoidable Mapper bean-name/type injection ambiguity.
- [ ] EDU-001 safe-content assertions remain green.
- [ ] Any actual behavior failure is documented with reproducible command and assigned a separate ticket.
- [ ] No production behavior or database schema is changed unless a failing regression proves it is necessary and the ticket is explicitly amended.
- [x] Every target class starts its Spring/JUnit context.
- [x] No target class fails because `ScoringService` is missing.
- [x] No target class fails from avoidable Mapper bean-name/type injection ambiguity.
- [x] EDU-001 safe-content assertions remain green.
- [x] Any actual behavior failure is documented with reproducible command and assigned a separate ticket.
- [x] No production behavior or database schema is changed unless a failing regression proves it is necessary and the ticket is explicitly amended.
## Test command