Ghassan Maslamani
616027df86
fix: rewrite calcualtor tips to reflect the supported features ( #825 )
...
Fixes #820
- Removing constants that are no longer supported
- Removing suffixes that are no longer supported
2022-02-17 11:24:00 -05:00
Kyle McCormick
93790464f8
build: move pact dependency to devDependencies ( #823 )
...
Pact is a testing library. It is not used in to run the
Learning MFE application. Therefore, it belongs in the
devDependencies section of package.json, not the
dependencies section.
2022-02-16 09:05:25 -05:00
Chris Deery
c2cb5744a1
fix: [AA-1195] update dependencies for security warnings ( #826 )
...
fix: [AA-1195] fix dependency security alerts
Update frontend-build dependency to 9.0.6
Update es-check to 6.2.1
2022-02-15 13:02:19 -05:00
dependabot[bot]
5d62cb2f46
chore(deps): bump nanoid from 3.1.30 to 3.2.0 ( #809 )
...
Bumps [nanoid](https://github.com/ai/nanoid ) from 3.1.30 to 3.2.0.
- [Release notes](https://github.com/ai/nanoid/releases )
- [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ai/nanoid/compare/3.1.30...3.2.0 )
---
updated-dependencies:
- dependency-name: nanoid
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-15 10:43:35 -05:00
dependabot[bot]
0f11fd6245
chore(deps): bump node-fetch from 2.6.1 to 2.6.7 ( #817 )
...
Bumps [node-fetch](https://github.com/node-fetch/node-fetch ) from 2.6.1 to 2.6.7.
- [Release notes](https://github.com/node-fetch/node-fetch/releases )
- [Commits](https://github.com/node-fetch/node-fetch/compare/v2.6.1...v2.6.7 )
---
updated-dependencies:
- dependency-name: node-fetch
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-15 10:41:53 -05:00
dependabot[bot]
2d6e4063ed
chore(deps): bump follow-redirects from 1.14.1 to 1.14.8 ( #824 )
...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects ) from 1.14.1 to 1.14.8.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases )
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.1...v1.14.8 )
---
updated-dependencies:
- dependency-name: follow-redirects
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-15 10:38:18 -05:00
Bianca Severino
7b6f5ccf86
chore: bump frontend-lib-special-exams to 1.15.3 ( #822 )
2022-02-14 09:57:08 -05:00
Bianca Severino
61f0ce2023
chore: bump frontend-lib-special-exams to 1.15.2 ( #814 )
2022-02-08 11:11:02 -05:00
Chris Deery
5706adde4d
fix: [AA-1018] api cleanup
...
revert missing slice from Tabpage call
2022-02-07 11:40:35 -05:00
Chris Deery
ec1c3da725
fix: [AA-1018] api cleanup
...
Fix error when moving from courseHome to courseware.
2022-02-04 11:48:58 -05:00
Chris Deery
64b0c03d30
fix: [AA-1018] api cleanup
...
couple of minor fixes from reviews
2022-01-31 11:20:17 -05:00
Chris Deery
3b33aacb3d
fix: [AA-1018] api cleanup
...
Back off change to fetchCourse in courseware/thunks.js
2022-01-31 11:20:17 -05:00
Chris Deery
f907c588c9
fix: [AA-1018] api cleanup
...
refactor - don't need to synchronize courseHomeMeta and coursewareMeta manually
2022-01-31 11:20:17 -05:00
Chris Deery
99cf1f9f06
fix: [AA-1018] api cleanup
...
refactor - remove 'slice' prom from TabContainer.jsx
2022-01-31 11:20:17 -05:00
Chris Deery
7f016e55aa
fix: [AA-1018] api cleanup
...
Implement review feedback.
Clean up tests
2022-01-31 11:20:17 -05:00
Chris Deery
f0f8027de4
fix: [AA-1018] api cleanup
...
Remove extraneous logging statement
2022-01-31 11:20:17 -05:00
Chris Deery
fd3d0f9391
fix: [AA-1018] api cleanup
...
Remove debugging code
2022-01-31 11:20:17 -05:00
Chris Deery
3fe5bb1733
fix: [AA-1018] api refactor
...
This is the first step toward clearing out the redundant metadata from the
coursewareMetadata and getting it from a common source - the courseHomeMetadata.
remove username from coursewareMetadata
Remove courseAccess from coursewareMetadata.
Fix all unit tests
Modify classes that use metadataModel to use courseHomeMetadata for common data.
metadataModel still exists as a mechanism to distinguish if a component is under
courseware or courseHome, and it will be renamed or removed in a later refactor.
2022-01-31 11:20:05 -05:00
edX Transifex Bot
6db421eade
chore(i18n): update translations
2022-01-23 16:06:37 -05:00
Dillon Dumesnil
b9d1bf0624
feat: AA-1138: Adds in Weekly Goal Celebration Modal ( #797 )
...
The logic to show the modal is controlled by the backend.
Displays the modal only in courseware the first time the learner
hits their weekly learning goal. After viewing the goal, the
database row is updated to not show the modal again.
Also updates first section celebration to use the StandardModal
component as the Modal component has been deprecated.
2022-01-18 06:11:36 -08:00
edX Transifex Bot
2789c7415b
chore(i18n): update translations
2022-01-16 16:06:24 -05:00
Carla Duarte
8484d98e26
fix: RTL bug on progress tab ( #804 )
2022-01-14 15:09:11 -05:00
Carla Duarte
b346b741d5
fix: removing overflow-x scroll from checkpoint ( #802 )
2022-01-14 12:18:36 -05:00
Ihor Romaniuk
eedaa9f2e9
fix: add support for legacy theme static for the LmsHtmlFragment ( #785 )
...
Enables an alternative configuration to match the legacy styles. No-op by default.
2022-01-14 11:11:05 -05:00
Zachary Hancock
f2f0cb6008
chore: update special exams lib ( #798 )
2022-01-13 14:51:51 -05:00
Ihor Romaniuk
b61057f2df
feat: add rtl support ( #783 )
...
* feat: add rtl support for chart on progress tab
* feat: change 'div' to semantic 'main' tag
* fix: revert changing div to main tag
2022-01-12 09:40:58 -05:00
Carla Duarte
2d46bacdc7
fix: update Tour components and product tour behavior ( #794 )
2022-01-11 13:50:12 -05:00
Chris Deery
4655b344a7
feat: [AA-922] remove deprecated goals feature ( #789 )
...
* fix: [AA-922] remove deprecated goals feature
While the new Weekly Learning Goals were being rolled out, the previous goal setting feature still existed behind a waffle flag.
The Weekly Learning Goals now become the one and only learning goal feature. It is managed behind the course_experience.enable_course_goals flag
- Remove original Goals panel and related components
- Remove references to weeklyLearningGoalEnabled Waffle flag
2022-01-10 13:38:57 -05:00
Michael Terry
41207e953e
feat: show error page when xblock fails to render ( #795 )
...
AA-1175
2022-01-10 13:33:30 -05:00
Matthew Piatetsky
16a6eeab24
fix: add aria radiogroup role to goals widget ( #792 )
2022-01-07 14:04:53 -05:00
Michael Terry
907892e7bb
fix: don't log errors when we ask for sequence metadata for units ( #790 )
2022-01-04 15:07:48 -05:00
Zachary Hancock
f5d1b1c897
chore: update special exams library ( #788 )
2022-01-04 12:32:18 -05:00
edX Transifex Bot
5854afa987
chore(i18n): update translations
2022-01-02 16:10:59 -05:00
edX Transifex Bot
2aa2e42595
chore(i18n): update translations
2021-12-26 16:10:47 -05:00
Chris Deery
edf9e58d6d
fix: [AA-1076] show grade override notice ( #773 )
...
* fix: [AA-1076] show grade override notice
- Progress page indicates if a grade has been overridden
- add unit test
2021-12-21 14:07:44 -05:00
Michael Terry
d344b501ab
fix: add back missing message translation string ( #784 )
...
It was accidentally removed when we switched to the external
header (frontend-component-header), but the string is still
actually used.
2021-12-21 13:53:11 -05:00
julianajlk
2bf4f2a0b5
feat: Add NotificationTray persistence by course ( #772 )
...
REV-2424
2021-12-21 13:50:07 -05:00
Arslan
de49e8b271
fix: Use Link from router to fix path based routing issue
2021-12-21 12:53:37 +00:00
Michael Terry
fb21f88c02
fix: when LS is enabled, don't re-connect units and sequences ( #782 )
...
Learning Sequences (LS) don't need to edit unit blocks at all.
It's not their data and the stitching code didn't have all the
safety guards that the course block normalizer does in api.js.
This fixes an issue with degenerate course layouts (like problems
as direct children of sequences) when LS is enabled. It was trying
to stitch units and sequences together but failing to account for
unitIds that aren't actual units.
Which is technically still supported by the platform, though not
possible in Studio. We could try to do something smarter here, but
that's not LS's job - it should just trust that the unit data is
correctly normalized already. That unit loading code will
eventually move to the sequence metadata anyway (ideally) and LS
won't touch units at all.
AA-1162
2021-12-20 16:55:21 -05:00
Michael Terry
1044d2afc6
feat: use learning sequences even when masquerading ( #774 )
...
The backend recently grew support for it, so we can use it
directly instead of falling back to course blocks in that case.
AA-1151
2021-12-20 13:19:38 -05:00
Carla Duarte
aaf2856573
fix: round grades on progress tab ( #778 )
2021-12-20 09:03:30 -05:00
Asad Iqbal
1546c62e7f
feat: Removed course header stuff ( #715 )
2021-12-20 08:57:05 -05:00
edX Transifex Bot
b8875f3cda
chore(i18n): update translations
2021-12-19 16:10:41 -05:00
Carla Duarte
febc0cae0b
fix: course breadcrumb styling ( #776 )
2021-12-16 13:54:32 -05:00
Carla Duarte
cc0c3c24d9
fix: remove launch tour from header ( #775 )
2021-12-16 12:03:40 -05:00
Carla Duarte
2fa4a837b1
feat: new user course home tour (AA-1027) ( #750 )
2021-12-14 12:53:10 -05:00
Dillon Dumesnil
32e299e13b
feat: AA-1121: Add in eventing for Goals ( #770 )
2021-12-09 09:11:21 -08:00
Renovate Bot
f92d2e2ecd
fix(deps): update dependency @edx/frontend-platform to v1.14.3
2021-12-08 23:28:08 +00:00
Bianca Severino
fffc48b41a
chore: update frontend-lib-special-exams to 1.14.1 ( #765 )
2021-12-08 10:22:10 -05:00
Renovate Bot
0cc2dcdbc5
fix(deps): update dependency @edx/frontend-platform to v1.14.2
2021-12-08 13:09:15 +00:00