File Details
corecurriculum-0.1.3.jar
- R
- Jan 16, 2026
- 162.65 KB
- 9
- 1.21.1
- Fabric
File Name
corecurriculum-0.1.3.jar
Supported Versions
- 1.21.1
Curse Maven Snippet
Changes since v0.1.0 → v0.1.3:
Added
- /submissions command - Full GUI for viewing submission history
- /recognitions command - View received peer nominations with progress bars
- /nominate command - Now fully functional with API integration
- Session tracking - Reports player login/logout to Recognition API
- Event integration - Automatic teaching and attendance credit tracking
GUI
- SubmissionHistoryScreen - Scrollable list with status badges (Pending/Processing/Reviewed/Recognized)
- RecognitionsScreen - Title progress bars showing "X/Y toward [Title]" with earned checkmarks
- RecognitionListWidget - Shows category colors, nominator names, and reasons
Fixed
- API response parsing (snake_case field names)
- Status badges matching backend values
Technical
- Session start/end reporting via RecognitionApiClient
- Event processing backend (/sessions, /events/process, /events/credits/:uuid)
- Database migrations for player_sessions, event_attendance, teaching_credits

