-
Notifications
You must be signed in to change notification settings - Fork 324
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement Module Planning Exercise form for NUS #3035
Labels
Comments
I'll be doing 'Add an empty-ish MpeContainer component on a new nusmods.com/mpe route.' |
I'll be doing 'Add MPE page introduction content.' |
This was referenced Jan 28, 2021
I'm going to 'Add the MPE page UI (draft)'. |
This was referenced Feb 27, 2021
Merged
This was referenced Mar 2, 2021
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Umbrella issue that tracks the addition of an MPE feature to our planner (https://nusmods.com/planner). Hard deadline in March, but we'd like to complete this by the start of February.
cc @chuabingquan @williamhutech
Steps
Must have
MpeContainer
component on a new nusmods.com/mpe route. (Setup empty MpeContainer #3159)enableMpe
feature flag.<Online>
component andisOnline
var in our Redux store that can be used for this -- see existing callsites for how to use itenableMpe === false
. (TODO)enableMpe === false
. (TODO)Should have
MpeContainer
. Ideally this should be lazy loaded with react-loadable (since RFC/Proof of concept: Adopt Suspense and Concurrent Mode roughly following Relay's Entry Points #2922 isn't ready) following /website/src/views/planner/PlannerContainer.Could have
Won't have
Technical unknowns
To coordinate with NUSIT.
The text was updated successfully, but these errors were encountered: