New Phase: Add presentation scheduling, materials, and instructor feedback#1939
Draft
rappm wants to merge 7 commits into
Draft
New Phase: Add presentation scheduling, materials, and instructor feedback#1939rappm wants to merge 7 commits into
New Phase: Add presentation scheduling, materials, and instructor feedback#1939rappm wants to merge 7 commits into
Conversation
Contributor
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📝 Pull Request Template
Use this template to provide all necessary information for reviewing and testing your changes.
✨ What is the change?
Adds a dedicated Presentation course phase covering the complete presentation lifecycle:
teamsandteamAllocationphase inputs with dynamic team membership authorizationThe implementation is split into focused commits for core contracts, the React remote, the Go service, infrastructure, integration testing, and documentation.
📌 Reason for the change / Link to issue
Presentation scheduling, materials, and instructor feedback were previously handled outside PROMPT, resulting in fragmented workflows and no central record of evaluations.
Closes #1931.
🧪 How to Test
.env.templateand.env.dev.templateto the local environment files and start the stack withdocker compose up --build.teamsandteamAllocationfor team mode.go test ./...inservers/core,servers/team_allocation, andservers/presentation.yarn workspace client typecheck,yarn workspace client build, and the Presentation remote's TypeScript, Biome, and production Rspack checks fromclients/.docker compose --env-file e2e/.env.e2e -f docker-compose.e2e.yml up --build --abort-on-container-exit --exit-code-from e2e-runnerto exercise the Presentation Module Federation smoke test.🖼️ Screenshots (if UI changes are included)
Screenshots are not attached yet; this is intentionally opened as a draft while deployment-level review is pending.
✅ PR Checklist