Jenkins
9dbe58b10f
chore(i18n): update translations
2023-06-11 16:40:53 -04:00
Jason Wesson
50d80ef614
fix: adjust header height and content when window is medium in width or less ( #756 )
...
* fix: adjust header height and content when window is medium in width or less
* feat: convert stepper header's contents to compact view for medium windows (or less)
---------
Co-authored-by: Jason Wesson <jwesson@2u.com >
2023-06-06 11:10:00 -07:00
Maxwell Frank
409d365125
fix: fallback src typo for course cards
2023-05-25 16:15:20 +00:00
Jason Wesson
53985e94d8
fix: disable 'select a goal' from goal dropdown when a goal has been selected ( #755 )
...
* hide the second and third portion of skills form if currentGoal is false
2023-05-23 07:57:25 -07:00
Justin Hynes
695df9aa0b
fix: filter out non-English courses from recommendations ( #752 )
...
[APER-2444]
This PR updates the `getProductRecommendations` utiltiy function, adding a filter to only include English courses in our recommendations.
2023-05-22 13:13:43 -04:00
Maxwell Frank
603304b799
Merge pull request #751 from openedx/mfrank/fix-close-exit-buttons
...
fix: close and exit buttons
2023-05-18 13:58:42 -04:00
Maxwell Frank
d3e5931d05
fix: close and exit buttons
2023-05-18 17:52:40 +00:00
Maxwell Frank
6674025bd4
fix: reduce event payload
2023-05-17 14:38:15 +00:00
Jenkins
df1a84feb7
chore(i18n): update translations
2023-05-14 16:40:48 -04:00
Maxwell Frank
e391e427f1
fix: remove filtering from current job select
2023-05-11 13:05:04 +00:00
Maxwell Frank
3b9b3f8840
fix: adding configure component to filter jobs
2023-05-10 20:34:29 +00:00
Maxwell Frank
c7a0c1d799
feat: adding analytics
2023-05-09 13:29:38 +00:00
Omar Al-Ithawi
8d467f01dc
feat: use atlas in make pull_translations ( #732 )
...
- Bump frontend-platform to bring intl-imports.js script
- Move all i18n imports into `src/i18n/index.js` so intl-imports.js can override it with latest translations
- Add `atlas` into `make pull_translations` when `OPENEDX_ATLAS_PULL` environment variable is set.
This pull request is part of the [FC-0012 project](https://openedx.atlassian.net/l/cp/XGS0iCcQ ) which is sparked by the [Translation Infrastructure update OEP-58](https://open-edx-proposals.readthedocs.io/en/latest/architectural-decisions/oep-0058-arch-translations-management.html#specification ).
2023-04-25 09:33:22 -04:00
Jenkins
1b3880ee1b
chore(i18n): update translations
2023-04-23 16:40:44 -04:00
Jenkins
9c2dd68752
chore(i18n): update translations
2023-04-02 16:40:41 -04:00
Maxwell Frank
c1bbbe488a
feat: skills builder course recommendations
2023-03-30 19:26:29 +00:00
Maxwell Frank
d9c7096fd7
Revert "feat: course recommendations for Skills Builder"
2023-03-28 14:05:18 -04:00
Maxwell Frank
d8c8f5d7bd
feat: course recommendations for Skills Builder
2023-03-27 19:28:46 +00:00
Maxwell Frank
abf9860f62
fix: authenticated page route
2023-03-20 13:39:01 +00:00
Jenkins
65971820d4
chore(i18n): update translations
2023-03-12 16:40:39 -04:00
Maxwell Frank
b1fe21cded
feat: SkillsBuilder jobs with related skills
2023-03-07 19:07:10 +00:00
Jenkins
40225d7db3
chore(i18n): update translations
2023-03-05 15:40:37 -05:00
Maxwell Frank
ddff5364ce
feat: SkillsBuilder career interests selection
2023-02-28 19:51:16 +00:00
Maxwell Frank
87487e37d7
Merge pull request #693 from openedx/mfrank/goals-and-job-select-v2
...
APER-2186: adding goal and job title selection
2023-02-27 09:16:06 -05:00
Jenkins
83e2b66c77
chore(i18n): update translations
2023-02-26 15:40:39 -05:00
Maxwell Frank
68dc8a1045
feat: first two questions of Skills Builder
2023-02-24 19:26:53 +00:00
Justin Hynes
21a3e9259d
Merge pull request #695 from openedx/jhynes/aper-2262
...
feat: add utility function to retrieve product recommendations based on job skills
2023-02-24 09:06:26 -05:00
Justin Hynes
a6086fd4bf
feat: add utility function to retrieve product recommendations based on job skills
...
[APER-2262]
- add a utility function to retrieve product recommendations based on skills from a job a learner is interested in
- add additional tests and coverage around new utility functions in `search.jsx`
2023-02-24 08:57:37 -05:00
Jenkins
20159f140e
chore(i18n): update translations
2023-02-19 15:40:37 -05:00
Justin Hynes
10f93420f4
feat: Add utility functions for querying job related data from Algolia
...
[APER-2261]
* rename `hooks.jsx` to `search.jsx` as this is more of a collection of utilities for working with Algolia
* add a utiltiy function for returning job info (from our "job" Algolia index) based on a list of jobs a learner is interested in
* add a utility function for formatting job names based on the syntax Algolia expects
2023-02-17 14:08:11 -05:00
Maxwell Frank
8f42e6fbfb
feat: adding actions and reducer
2023-02-15 17:09:12 +00:00
Justin Hynes
e75864b860
feat: Add Algolia support to Profile MFE
...
[APER-2261]
This PR adds Algolia support to the Profile MFE and the upcoming Skills Builder feature.
* Adds new dependency for the `algoliasearch` package
* Add new config to support Algolia
* Update MFE configuration so we can access the new configuration variables
* Add hook to initialize Algolia client and return job and product Algolia indexes (based on settings)
* Update SkillsBuilderModal to add test code that displays the results of querying Algolia
2023-02-15 09:56:52 -05:00
Jenkins
a697e3c543
chore(i18n): update translations
2023-02-12 15:40:35 -05:00
Jason Wesson
04607dba1d
Feat: display Learning Goal in profile ( #676 )
...
* feat: add unit tests for LearningGoal component
* feat: add LearningGoals component to Profile
---------
Co-authored-by: Jason Wesson <jwesson@2u.com >
2023-02-08 13:54:47 -08:00
Justin Hynes
dbf716eef5
feat: add Skills Builder Header component, refactor to use ModalDialog
...
[APER-2258]
This PR adds the SkillsBuilderHeader component to the profile MFE.
There was also some additional refactoring work required to display the header in the modal. The FullscreenModal component is not flexible enough to allow custom header designs to be displayed (only text). We have to pivot to using the `ModalDialog` family of components instead.
2023-02-06 13:34:04 -05:00
Maxwell Frank
9e34fdd68d
Merge pull request #680 from openedx/mfrank/adding-skills-context
...
feat: added skills context
2023-02-01 13:31:52 -05:00
Justin Hynes
25d0ecb531
fix: remove learner record MFE URL building logic
...
[APER-2240]
The Profile MFE no longer needs to understand anything about the Learner Record MFE. The Credentials IDA now has logic to determine if a request should be redirected to the Learner Record MFE so we can remove these changes from the Profile MFE.
2023-01-30 14:00:13 -05:00
Maxwell Frank
767af3c40b
feat: added skills context
2023-01-30 15:46:15 +00:00
Jenkins
be7e204c91
chore(i18n): update translations
2023-01-29 15:40:36 -05:00
Jenkins
fe61237464
chore(i18n): update translations
2023-01-22 15:40:35 -05:00
Jenkins
9f1c16a599
chore(i18n): update translations
2023-01-15 15:40:34 -05:00
Maxwell Frank
1f056dfac7
feat: set up skills builder route
2023-01-11 18:45:06 +00:00
Jason Wesson
e5ee7894b0
refactor: updated frontend-build & resolved eslint issues ( #654 )
...
Co-authored-by: Bilal Qamar <59555732+BilalQamar95@users.noreply.github.com >
2022-12-22 12:00:53 -08:00
mashal-m
da5bf2f533
build: use shared browserslist configuration and upgrade paragon version
2022-12-15 12:43:57 +00:00
Jenkins
09e010443d
chore(i18n): update translations
2022-10-30 16:40:23 -04:00
Jenkins
5f89049506
chore(i18n): update translations
2022-10-23 16:40:27 -04:00
Diana Olarte
4f00bc43b9
feat: allow runtieme configuration ( #586 )
...
Allows frontend-app-profile to be configured at
runtime using the LMS's new MFE Configuration API.
Part of https://github.com/openedx/frontend-wg/issues/103
2022-10-17 12:13:59 -04:00
Jenkins
b4afc24ef2
chore(i18n): update translations
2022-10-02 16:41:52 -04:00
Jenkins
599b655ac4
chore(i18n): update translations
2022-09-25 16:39:48 -04:00
Bilal Qamar
22d0f8b688
refactor: updated tests to accommodate jsx-no-constructed-context-values rule
2022-09-20 16:08:15 -04:00