-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: [BD-26] Add API endpoint to fetch exam review policy and extend…
… current API (#870) * feat: add new API endpoint to be able to get exam review policy, add additional data to attempt data API response which is needed for mfe * fix: sort imports * fix: get software download url directly from provider instead of building it on the frontend, also log review policy not found exception * fix: fix exception name * feat: add verification url to attempt endpoint response * feat: add tests for exam review policy API + fix code style * feat: update existing tests for exam attempt API * fix imports * docs: update changelog * feat: check if prerequisites are satisfied before user starts an exam * feat: update tests for prerequisites checks * docs: update changelog * feat: add more tests for the new function and update comments * feat: in the mfe API check for prerequisites only when exam is proctored (previously also checked for practice and onboarding exams) * docs: update changelog * feat: update mfe API to provide exam type and additional proctoring provider settings * style: improve code style * docs: update changelog * docs: update changelog and fix typo in docstring
- Loading branch information
1 parent
b1a6f23
commit ac1f1c4
Showing
8 changed files
with
328 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.