-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
Registration page for Stanford CME #472
Conversation
QA checklist run:
I can talk any of this over in meatspace if you'd like. |
New app cme_registration New table cme_registration ********* Migration required for this branch Provides a new registration page specifically for Stanford/CME which will be used to capture specific information from their registered students. The setting 'USE_CME_REGISTRATION' determines the use of this registration page.
JSON call to create new edX account; modified for the CME registration form. | ||
Used by form in signup_modal.html, which is included into navigation.html | ||
''' | ||
jason_string = {'success': False} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is there a difference between jason_string
and json_string
? As much as I'd like my name in the code, I think json_string
is probably more correct.
What's the status of this PR? Can it be merged? If not, can we close it? |
@jbau yea, what's the status on the PR here? Do you need this merged in? |
Sorry this has been on my plate to look at / code review for awhile. Will take care of this this week. On Sep 4, 2013, at 12:44 PM, chrisndodge notifications@github.com wrote:
|
closing (i don't think it makes sense for this to go into master), will likely merge into edx-west/release, but squashed. |
…ogress Feature/victor/per course progress
…s-header-logo Enable to configure the header logo openedx#470
…e-sha-sac Update SHA for xblock-submit-and-compare
fix(translation): fix translations bug
…nboarding is past due (openedx#472) [MST-746](https://openedx.atlassian.net/browse/MST-746) The ProctoringInfoPanel displays information in a learner's course outline about the state of the learner's onboarding. It displays a link to navigate the learner to the onboarding exam if it is available. If the onboarding exam is not yet released, it displays information about the release date. This code changes adds an "Onboarding Past Due" message to the link if the onboarding is past due, as determined by a call to the LMS onboarding endpoint.
New app cme_registration
New table cme_registration
********* Migration required for this PR