New Plan Creation Flow #60
WillieCubed
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
New Plan Creation Flow is the process started whenever a user creates a Nebula plan. While Planner onboarding only happens once per account or device, New Plan Creation happens whenever a student wants to create a new plan, whether based off a template or otherwise.
The reason we separate New Plan Creation from general onboarding is to create a set of reusable UX. For example, although a student would likely only generate a single degree plan at first, we can allow the user to create multiple plans and experiment with organizing their courses of study for any combination of majors/minors.
It consists of:
a. The current page redirecting to
/app/newplan
b. A new plan ID
planId
is generated, and the user gets redirected to/app/plans/${planId}
a. Ask for plan data like major/minor
b. Allow for adding transfer courses
c. Specify other plan options like degree pacing (how quickly the plan should finish)
Are there any suggestions for how this could be improved?
Beta Was this translation helpful? Give feedback.
All reactions