Feanil Patel
e36db6e251
feat!: Drop usage of the picturefill polyfill.
...
This package is no longer supported (https://www.npmjs.com/package/picturefill )
and it was a polyfill for the Picture element which is now widely
supported (https://caniuse.com/?search=Picture ) and we only used it in
one spot to make things work correctly in IE. I think it's safe to drop
as we and the world has stopped supporting IE a while ago.
BREAKING CHANGE: Program Card images on the legacy learner dashboard may
no longer load properly on IE.
2025-03-10 11:51:33 -04:00
Juliana Kang
51d538cbe7
fix: Remove B2C Subscriptions ( #35303 )
...
REV-3697
2024-09-04 14:01:45 -04:00
Juliana Kang
4d3ae9f665
feat: Show active subscriptions on Program Details apart from eligibility ( #33391 )
...
REV-3704
2023-10-04 08:48:37 -04:00
Juliana Kang
e10ba22e51
fix: Remove rendering of the subs upsell on dashboard sidebar ( #33324 )
...
REV-3705
2023-10-03 10:51:57 -04:00
Syed Ali Abbas Zaidi
8480dbc228
chore: apply amnesty on existing not fixable issues ( #32215 )
...
* fix: eslint operator-linebreak issue
* fix: eslint quotes issue
* fix: react jsx indent and props issues
* fix: eslint trailing spaces issues
* fix: eslint line around directives issue
* fix: eslint semi rule
* fix: eslint newline per chain rule
* fix: eslint space infix ops rule
* fix: eslint space-in-parens issue
* fix: eslint space before function paren issue
* fix: eslint space before blocks issue
* fix: eslint arrow body style issue
* fix: eslint dot-location issue
* fix: eslint quotes issue
* fix: eslint quote props issue
* fix: eslint operator assignment issue
* fix: eslint new line after import issue
* fix: indent issues
* fix: operator assignment issue
* fix: all autofixable eslint issues
* fix: all react related fixable issues
* fix: autofixable eslint issues
* chore: remove all template literals
* fix: remaining autofixable issues
* chore: apply amnesty on all existing issues
* fix: failing xss-lint issues
* refactor: apply amnesty on remaining issues
* refactor: apply amnesty on new issues
* fix: remove file level suppressions
* refactor: apply amnesty on new issues
2023-08-07 19:13:19 +05:00
Nawfal Ahmed
8cd0cb0d07
feat: get subscription upsell values from env ( #32770 )
2023-07-18 17:43:39 +05:00
Nawfal Ahmed
139d0b2392
feat: sort subscription programs in program dashboard ( #32651 )
2023-07-06 09:01:40 +00:00
Nawfal Ahmed
80d151b404
feat: add marketing url to subscription upsell ( #32560 )
2023-06-23 12:54:15 +00:00
Nawfal Ahmed
5204ee6981
feat: handle edge cases for purchased courses in a subscription program ( #32438 )
2023-06-14 16:28:49 +05:00
Nawfal Ahmed
6a5c1bbf44
feat: update subscription enrollment alert ( #32414 )
2023-06-12 13:07:43 +00:00
Nawfal Ahmed
dd454172a3
feat: show existing UX for purchased program on program details ( #32374 )
2023-06-08 08:14:05 +00:00
Nawfal Ahmed
c6934dda8c
PON-241: Copy changes on Program details page ( #32352 )
...
* feat: update subscription info text in various states
* feat: update subscription trial ending alert
2023-06-05 17:46:11 +05:00
Nawfal Ahmed
2d9c528827
fix: fix subscription prices and program dashboard max-width ( #32278 )
2023-05-23 16:17:28 +05:00
Syed Ali Abbas Zaidi
d7053a6783
fix: eslint autofixable issues ( #32181 )
...
* fix: eslint operator-linebreak issue
* fix: eslint quotes issue
* fix: react jsx indent and props issues
* fix: eslint trailing spaces issues
* fix: eslint line around directives issue
* fix: eslint semi rule
* fix: eslint newline per chain rule
* fix: eslint space infix ops rule
* fix: eslint space-in-parens issue
* fix: eslint space before function paren issue
* fix: eslint space before blocks issue
* fix: eslint arrow body style issue
* fix: eslint dot-location issue
* fix: eslint quotes issue
* fix: eslint quote props issue
* fix: eslint operator assignment issue
* fix: eslint new line after import issue
* fix: indent issues
* fix: operator assignment issue
* fix: all autofixable eslint issues
* fix: all react related fixable issues
* fix: autofixable eslint issues
* chore: remove all template literals
* fix: remaining autofixable issues
* fix: failing js test
2023-05-18 11:03:59 +05:00
Nawfal Ahmed
30a66120fd
fix: correctly mark program dashboard and details translations string ( #32242 )
2023-05-16 12:02:54 +00:00
Nawfal Ahmed
7174da78d0
feat: subscription changes and alerts for program dashboard and details ( #32217 )
...
* feat: subscription changes on program dashboard and details (#31909 )
- add a h2 programs heading on program dashboard
- subscription ui changes on program dashboard
- subscription alerts on both pages
* feat: add subscription upsell, fix responsive layout of program dashboard (#31943 )
* test: update tests for subscription changes on program dashboard (#32021 )
* feat: subscription api changes on program dashboard (#32085 )
* feat: add subscription segment events to program details and dashboard (#32164 )
* feat: subscription changes on program dashboard and details pages (#32205 )
2023-05-16 10:34:42 +00:00
Nawfal Ahmed
a5987e73d0
feat: subscription changes for program details page ( #32060 )
...
* feat: subscription ui changes on program detail page (#31846 )
* test: update tests for subscription changes on program details (#32020 )
* feat: subscription api changes on program details (#32059 )
2023-05-08 20:19:25 +05:00
Syed Ali Abbas Zaidi
f1fb38ed83
fix: multi lines and spaces issues ( #31885 )
...
* fix: multi lines and spaces issues
* fix: eslint operator-linebreak issue
* fix: eslint quotes issue
* fix: remaining quotes issues
* fix: eslint object curly newline issue
* fix: eslint object curly spacing issue
* fix: eslint brace-style issues
* fix: react jsx indent and props issues
* fix: eslint trailing spaces issues
* fix: eslint linbreak style issue
* fix: eslint space unary operator issue
* fix: eslint line around directives issue
* fix: void and typeof space unary ops issue
2023-05-03 12:22:46 +05:00
Syed Ali Abbas Zaidi
5549db4d80
fix: migrate remaining eslint-config-edx ( #31760 )
...
* fix: migrate remaining eslint-config-edx
* refactor: updated eslint rules according to eslint-config-edx-es5
* refactor: add custom rules to suppress unnecessary eslint issues
* refactor: add custom rules to internal eslint configs
* fix: fix all indentation issues
* chore: update lock file
2023-03-02 16:16:50 +05:00
Maria Grimaldi
73533f021e
feat: add course unenrollment filter before unenrollment starts
2022-03-15 14:50:23 -04:00
Ahtisham Shahid
cc6da107a1
feat: Added zoom lti to programs page ( #29799 )
...
* feat: Added zoom LTI to the programs page
2022-01-21 20:14:24 +05:00
Ahtisham Shahid
00b53287d5
Added anonymous user id and extra params in program lti ( #29429 )
...
* fix: added anonymous user id and extra params in program lti
* refactor: updated flag name
* fix: fixed linter issues
2021-12-02 17:05:35 +05:00
AsadAzam
208e1b177c
feat: Implement program discussions iframe ( #28770 )
...
* feat: Implement program discussions iframe
* Fixed conflicts
* Fixed conflicts
* Fixed conflicts
* Refactored code
2021-09-21 16:24:52 +05:00
Ahtisham Shahid
f2c3b5939d
feat: Moved Programs details data in respective tabs ( #28700 )
...
* feat: Moved Programs details data in respective tabs
2021-09-20 12:38:11 +05:00
SaadYousaf
bf64c34d9d
feat: add program discussion for learner dashboard
2021-08-31 11:15:44 +05:00
azanbinzahid
bee77a2c7f
PROD-2190
2021-01-06 11:36:36 +05:00
Thomas Tracy
44187fb4d2
Fix courserun_key name to properly be picked up by snowflake ( #25605 )
2020-11-17 10:18:07 -05:00
Thomas Tracy
ead2825b14
Re-add course key to segment unenroll tracker ( #25516 )
2020-11-03 15:51:48 -05:00
Waheed Ahmed
13b3764f20
Allow entitlements to be used past course has ended.
...
Allow entitlements to be used past the course has ended but
upgrade deadline is still in future for already enrolled
learners.
PROD-1497
2020-08-24 13:20:11 +05:00
JJ
b77d4c9490
[REV-1257] Add upsell tracking for upgrading all programs button on program dashboard ( #24589 )
...
Added upsell tracking to the course upgrade all button on the program dashboard so we have a better understanding of when users are clicking our upsell links.
2020-07-27 09:21:46 -04:00
JJ
1f3965be29
[REV-1257] Add upsell tracking for program dashboard's courses
...
This PR updates the track_ecommerce_events.js to allow imports into webpacked code &
adds upsell tracking to the course upgrade buttons on the program dashboard. We are doing this so we have a better understanding of when users are clicking our upsell links.
2020-07-24 12:38:41 -04:00
Jansen Kantor
f4a2303013
EDUCATOR-5043: remove grades from program progress page ( #23940 )
...
* remove grades from program progress page
2020-05-08 14:46:20 -04:00
Waheed Ahmed
2cf888135b
Fix course enroll button on program details.
...
If there is no dropdown for a course but there is another course in program
which have a dropdown, $('.run-select').val() returns that run's value. Fixed
by using $el.
PROD-1217
2020-01-27 15:41:27 +05:00
uzairr
6f00a2a82d
Round off course card grade
...
Grades appeared with many decimals on their Programs page.To avoid it,
course grade is rounded off so that decimals can be ignored.
LEARNER-5984
2019-05-15 14:36:59 +05:00
Audrey Kao
bc53cddcca
Inserting JSON string into Vertica instead of JSON obj
2019-03-05 12:00:46 -05:00
Audrey Kao
9adeeda90f
More eslint issues
2019-03-01 11:51:50 -05:00
Audrey Kao
d4730dc4b0
Addressing more eslint issues
2019-02-28 16:17:05 -05:00
Audrey Kao
94aae871e3
Using const instead of let due to eslint issues
2019-02-28 11:22:32 -05:00
Audrey Kao
88b1c46e47
Modifying entitlement unenrollment survey
2019-02-27 15:45:10 -05:00
Brandon Baker
07ef68ef09
Fix event tracking for pathway buttons.
...
Switches to tracking pathway_uuid to match the original event proposal.
LEARNER-6087
2018-09-05 12:30:16 -04:00
Brandon Baker
171e95f904
Reveal professional pathways in program sidebar.
...
Professional pathways are referred to as industry pathways in the code
to help differentiate them from professional certificate programs.
2018-08-31 12:57:50 -04:00
Dillon Dumesnil
ea48e7b885
Adding BI event for clicking to learn more about pathways + minor fixes on the page
2018-08-20 11:37:57 -04:00
Cole Rogers
40b6faf253
Render credit pathways in program details sidebar
2018-08-02 10:08:50 -04:00
Kshitij Sobti
fcff921fdb
Linting fixes to improve quality report
2018-07-18 00:37:31 +05:30
uzairr
b7c73d1a32
Extract course run with highest grades.
...
if a learner has completed multiple course runs
of each course then they want to see course runs
with highest grades on associated programs.
LEARNER-4351
2018-06-05 14:10:09 +05:00
McKenzie Welter
5c4c86afce
swap page names for entitlement session analytics
2018-05-03 13:43:52 -04:00
McKenzie Welter
229e1c96d4
emit ga events for user entitlement session actions
2018-05-03 09:49:01 -04:00
Michael Terry
502287b07e
Add some links to student records
...
Add some waffle-guarded connection points to the Credentials service
to start filling out the user flow for Student Records.
Specifically, add a button to the Program Progress Details page if
a certificate exists, and add a link in the Learner Profile page.
Both only appear if the 'student_records' waffle switch is active.
LEARNER-4701
2018-04-27 09:52:01 -04:00
Michael LoTurco
62ae6d4555
retrap focus for seat unenroll survey a11y
...
learner-4715
2018-04-25 14:51:35 -04:00
Michael LoTurco
919264f56d
Add entitlement unenrollment survey
...
Updates behavior post unenrollment, also refactors accessible_modal
to enable the unenrollment survey to remain accessible after the
content in the modal changes (to the survey).
mloturco/learner-3524
2018-04-19 10:19:11 -04:00