Harry Rein
75aa736dcf
Do not show expired, unfulfilled entitlements on course/programs dashboard.
...
LEARNER-3636
2017-12-18 15:16:35 -05:00
Anthony Mangano
a6cb0fef1c
add dashboard entitlement actions
2017-12-15 13:37:06 -05:00
Harry Rein
610c255bb6
Display the expired at logic for entitlements.
...
LEARNER-3304
Displays the expired out status for the course dashboard and the programs pages.
2017-12-15 08:25:38 -05:00
Harry Rein
7380bcd70c
Reenabling Entitlement Jasmine tests.
...
LEARNER-3483
2017-12-13 13:31:30 -05:00
Douglas Hall
cd70023141
Merge pull request #16861 from edx/douglashall/ENT-796
...
Fix optional registration fields toggle.
2017-12-11 20:10:19 -05:00
Douglas Hall
ede8ee4a5b
Fix optional registration fields toggle.
...
We need to account for optional fields that may get rendered
as hidden input elements due to the configuration of the
registration form when deciding whether or not to display
the optional registration fields toggle checkbox.
ENT-796
2017-12-11 16:14:18 -05:00
Eric Fischer
5bc6b31e29
eslint --fix
2017-12-08 14:38:41 -05:00
zubair-arbi
2ac544caeb
Update account settings page for enterprise learners
...
ENT-762
2017-12-08 15:40:18 +05:00
Albert St. Aubin
28837c020f
Allowing a user to fulfill their entitlement on the course dashboard.
...
The user can now enroll in a session, unenroll from a session or change session
from a new course enrollment card on the course dashboard.
2017-12-07 12:41:12 -05:00
Diana Huang
8693f2fd38
UX updates to registration form.
...
- hide optional fields by default.
- instructions only shown when focused in.
- removed header
- Terms of service link and checkbox on same line.
2017-11-29 09:46:54 -05:00
Troy Sankey
bff8c08245
Avoid a django breaking change: set_language response code
...
In Django 1.10+, the set_language view (/i18n/setlang) will respond to
Ajax requests which do not contain a "next" parameter with status 204 No
Content instead of 304. This commit adds the "next" parameter to the
request in order to ensure that upgrading to Django 1.10+ will not cause
the set_language view to change behavior.
PLAT-1353
2017-11-20 15:02:13 -05:00
Diana Huang
b0877270bf
Add course grades to programs dashboard.
2017-10-25 15:44:47 -04:00
Robert Raposa
8bf028620b
Complete rename of CourseHomeEvents to CourseInfoEvents.
...
LEARNER-2026
2017-10-06 11:03:48 -04:00
Robert Raposa
ab4a5694ec
Course info event file renames.
...
LEARNER-2026
2017-10-06 10:55:21 -04:00
Robert Raposa
e8945ebdc5
Course home event clean-up.
...
- Convert hero events to BI events.
- Upgrade click event clean-up
LEARNER-2026
2017-10-05 15:29:37 -04:00
Robert Raposa
07061caf91
Revert remains of 'upgrade upsell to course info banner'.
...
TNL-6381 added an upgrade upsell to course info. In PR #15265 , this was
partially removed/moved, but some clean-up work remained.
LEARNER-2026
2017-10-05 10:54:08 -04:00
Albert St. Aubin
9d0a1e80c7
Set formatting to show 2 decimal places on Program Purchase button
...
[LEARNER-2291]
2017-09-13 08:38:12 -04:00
Harry Rein
9f88427f9b
Add social links to learner profile.
...
LEARNER-1859
Added fields to add social links to the user account settings file.
Added icons to the user profile when these links are set, only shown
when users show their entire profile. Added jasmine tests for account
settings and learner profile pages. Added python unit tests to test
validation on the user account.
2017-08-29 13:53:08 -04:00
Diana Huang
086e15c9b6
Update event naming for course sock.
...
Only show course sock to English readers.
2017-08-24 16:36:28 -04:00
Matthew Piatetsky
dcee785543
Fix selectors so that unenrollment survey works with multiple courses
2017-08-22 17:31:50 -04:00
Matthew Piatetsky
7c0423ff03
Revert revert of unenrollment survey.
...
This reverts commit e2ee48c3c9 .
2017-08-22 16:33:05 -04:00
Diana Huang
40a5b066dc
Merge pull request #15843 from edx/robrap/LEARNER-1858-show-join-date-2
...
Support for joined date to profile.
2017-08-22 15:43:49 -04:00
Matthew Piatetsky
e2ee48c3c9
Revert "Un-revert unenrollment survey and only show it for edx.org users"
2017-08-22 13:40:25 -04:00
Robert Raposa
7cc9400b91
Support for joined date to profile.
...
LEARNER-1858
2017-08-22 12:52:37 -04:00
Matthew Piatetsky
25ffb3568c
Update unenrollment survey to only be included for edx.org and rebase with master
2017-08-22 10:12:01 -04:00
Matthew Piatetsky
98cf69bac5
Revert "Revert "LEARNER-1510 Add unenrollment reason survey""
...
This reverts commit 441bccf4b6 .
2017-08-22 10:12:01 -04:00
McKenzie Welter
3e4d20e0d4
bundle purchase tracking
2017-08-21 11:22:52 -04:00
Matthew Piatetsky
441bccf4b6
Revert "LEARNER-1510 Add unenrollment reason survey"
2017-08-15 13:35:15 -04:00
Matthew Piatetsky
12bd5b49b5
Add unenrollment reason survey
...
LEARNER-1510
2017-08-14 09:46:56 -04:00
Albert St. Aubin
de6d48a698
Added Program Purchase button to the Programs dashboard
...
Learners can upgrade or enroll as verified in all remaining courses in a program from their programs dashboard
[LEARNER-1899]
2017-08-09 16:52:51 -04:00
noraiz-anwar
d1da044520
Throw error if messaging queue is not available
2017-08-03 14:11:25 +05:00
Uman Shahzad
cb034d4f2f
Implement client-side registration form validation.
...
Input forms that need validation will have AJAX requests
performed to get validation decisions live.
All but a few important and common form fields perform
generic validation; these will need a back-end handler
in the future in order to have them validated through AJAX requests.
Information is conveyed on focus and blur for both
errors and successes.
2017-08-03 00:22:25 +05:00
sanfordstudent
07ad189b9d
Merge pull request #15263 from edx/sstudent/grade-override
...
Learner grade override
2017-07-18 14:33:27 -04:00
Sanford Student
932776159c
EDUCATOR-165 instructor task and UI for overriding learner grades.
2017-07-18 13:51:56 -04:00
Andy Armstrong
33bee3f70b
Refactor learner profile into openedx/features directory
...
LEARNER-1855
2017-07-18 12:30:12 -04:00
Albert St. Aubin
427967ea83
Working tests for the new Group moderator error messaging
2017-07-14 15:48:12 -04:00
Sven Marnach
3460adc824
Merge pull request #14831 from open-craft/smarnach/immutable-emails
...
Add feature flag to disable email address changes.
2017-06-26 16:49:52 +02:00
Diana Huang
3d09290c14
Add a dismiss button to welcome message.
...
Store user's preference indefinitely.
2017-06-22 18:26:50 -04:00
Sven Marnach
f127a29d62
Add feature flag to disable email address changes.
2017-06-21 15:15:52 +02:00
cahrens
31d99e8d2d
ED-549 Assign learner to a cohort before registration.
2017-06-16 10:23:13 +00:00
Andy Armstrong
0096c80a13
Refactor course search into openedx/features
2017-06-13 15:30:09 -04:00
Albert St. Aubin
fd7ac21608
Working publisher/subscriber events for Cohorts and discussions
2017-06-06 13:58:54 -04:00
cahrens
36c51450c2
Adds in radio button patch request and text for page
...
EDUCATOR-229
2017-06-05 13:00:31 -04:00
Albert St. Aubin
c23c0b991b
EDUCATOR-141: Moved the Discussions Mgt to its own tab and updated tests
2017-06-05 12:59:51 -04:00
Uman Shahzad
13ac08a41f
Allow configurable password reset support link.
...
Defaults to SUPPORT_SITE_LINK intentionally.
Also fixed surrounding quality tests, and overall
quality improvements.
2017-06-05 19:42:18 +05:00
Douglas Cerna
eaa02db6ae
Added Terms of Service modal
2017-05-29 11:57:04 -06:00
Renzo Lucioni
2955a6e639
Remove credential listing from program list view
...
The new design for the program detail page introduced a sidebar which includes a program-specific listing of credentials. This is an improvement over the old list of credentials found on the program list page and is meant to replace it. The new detail page is stable, so the credential listing on the program list page can be removed.
LEARNER-492
2017-05-22 16:07:37 -04:00
Renzo Lucioni
a29a118cd1
Only allow enrollment in published runs on the program detail page
...
Course runs indicated to be upcoming are also restricted to those runs that are published.
LEARNER-942
2017-05-22 11:18:53 -04:00
AlasdairSwan
a929f09013
LEARNER-1040 Only show congratulations message on the program details page once the program certificate has been earned.
2017-05-19 12:31:14 -04:00
Renzo Lucioni
5314784a4d
Handle expired enrollments on the program detail page
...
Learners should be able to enroll in future runs of courses in which they have an expired enrollment. Previously, the course card model populated itself by selecting the first course run in which the user was enrolled. When the user tried to enroll in another run, nothing would happen because they were already enrolled in the run the page was trying to enroll them in.
Instead of blindly choosing the first run in which the user is enrolled, we now fall through to the same behavior we use for courses in which the user is not enrolled when the user has expired enrollments.
LEARNER-933
2017-05-16 10:02:28 -04:00