zia.fazal@arbisoft.com
a37996395b
fix: added keyword substitution support in edx_ace based bulk course email
...
fix: pylint quality violation
fix: added positive assert and docs link
fix: mark string for i18n according to best practices
2022-11-29 17:20:13 +05:00
Navin Karkera
b0c39758fb
fix: mark a text for i18n ( #30840 )
2022-08-12 10:58:55 -04:00
Eugene Dyudyunov
5c5d383aa0
refactor: remove VerifiedTrackCohortedCourse feature
2022-05-02 17:41:08 +03:00
Azan Bin Zahid
f61a39d577
Merge pull request #30165 from openedx/azan/PROD-2748
...
feat: add two modes of bootcamp
2022-04-05 12:10:22 +05:00
Justin Hynes
9f849f6e17
fix: remove noreferrer tag from link to Comms MFE to fix blank page
...
[MICROBA-1779 & CR-4684]
- remove `noreferrer` tag from link to the Comms MFE to fix content opening in a blank page
2022-04-01 13:37:50 -04:00
Azan Bin Zahid
0d0d5d6129
feat: add two modes of bootcamp
2022-04-01 17:15:12 +05:00
Thomas Tracy
0211ee6dcd
fix: set bulk email link to open in new tab ( #30110 )
2022-03-23 15:30:00 -04:00
Thomas Tracy
700829bd4b
feat: [Microba-1758] link new bulk email tool ( #30099 )
...
Creates a link to the new communication mfe's bulk email tool in the
instructor dashboard version. Staff can now use either experience. In
the future, we plan on turning off the old experience, like analytics.
2022-03-22 13:47:08 -04:00
uzairr
7bc56c46ed
feat: paid unpaid named course modes
...
Add executive education variants for paid and unpaid modes.
PROD-2708
2022-03-07 16:30:46 +05:00
Jawayria
8e93280ec4
fix: replace 'ugettext' with 'gettext' in lms
2021-12-16 13:20:29 +05:00
Abdurrehman
6c6cf0ad0b
feat: external plugin integration in instructor dashboard ( #29376 )
...
* feat: external plugin integration fixes
2021-12-07 15:54:00 +05:00
João Victor Martins
418fd7f4b1
feat: Add optional cohort and course mode to bulk register
...
This adds two optional columns to the bulk register/enroll csv: cohort and
course mode. This enables setting the course mode and cohort for a user in the
same process as bulk enrolling/registering.
2021-10-26 19:14:21 +02:00
mohtamba
25dfb9d4ca
Remove waffle flag for bulk allowance
...
Remove the waffle flag for bulk allowance, so by default the bulk allowance feature is enabled and is the only option.
2021-08-17 07:42:39 -04:00
mohtamba
32ef868bad
Adjusted structure of code to minimize changes
2021-08-05 08:31:12 -04:00
mohtamba
30a70d06c2
Fixed spacing on dropdowns
2021-08-04 15:25:02 -04:00
Justin Hynes
d4a7a44909
refactor!: Remove generate_example_certificates and update Instructor Dashboard with updated messaging.
...
[MICROBA-1087]
[DEPR-155]
* Remove `generate_example_certificates` functionality
* Adjust Instructor dashboard slightly to prevent people from clicking the `Generate Example Certificates` button, remove form/code that called the `generate_example_certificates` endpoint.
2021-08-02 13:26:28 -04:00
mohtamba
1c53194250
Add Waffle Flag for Bulk Allowances
...
Add bulk allowance flag to allow for new feature to be enabled.
2021-07-15 13:41:45 -04:00
Justin Hynes
205911653b
refactor: Rename "whitelist" references to "allowlist" where possible in Instructor Dashboard/Certificates apps
...
[MICROBA-1179]
- Continue renaming/removal of code referring to the Certificate "white list".
The Certificates Django app `CertificateWhitelist` model is going away in an effort to make our codebase more inclusive. It is being replaced
with the `CertificateAllowlist` model. This PR continues to replace references to the Certificate "whitelist" with "allowlist" wherever
possible. There should be no change in functionality, nor are there any changes in appearance.
2021-06-22 08:18:15 -04:00
HamzaIbnFarooq
582c02afc4
feat!: remove sysadmin dashboard feature w.r.t 0002-deprecate-sysadmin-dashboard-adr.rst
...
The sysadmin dashboard feature is converted into a plugable app named edx-sysadmin (https://github.com/mitodl/edx-sysadmin ) according to the decisison made at https://github.com/edx/edx-platform/blob/master/lms/djangoapps/dashboard/decisions/0002-deprecate-sysadmin-dashboard-adr.rst . Instances using sysadmin dashboard should use the new plugin from now onwards.
BREAKING CHANGE: sysadmin dashboard is removed
2021-04-08 09:15:11 -04:00
Bianca Severino
73c5866678
fix: remove proctored exam resume waffle flag
2021-03-31 14:14:09 -04:00
Saad Yousaf
b6b8c3b8d6
[TNL-7970] - Convert anonymized id report code to an instructor task. ( #26778 )
...
Co-authored-by: SaadYousaf <saadyousaf@A006-00314.local >
2021-03-11 11:48:35 +05:00
sarina
173bbce500
feat!: Remove the "role of users being enrolled" field from Instructor Dashboard
...
See DEPR-142
2021-02-28 18:40:16 -05:00
Matthew Carter
9dc6ab1c7d
Merge pull request #20955 from open-craft/samuel/se-1168-ora-summary
...
SE-1168 [FAL-92] implement ORA process summary report csv
2021-02-23 12:47:19 -05:00
Sarina Canelake
e3b0bffa50
Revert "Remove the "role of users being enrolled" field from Instructor Dashboard"
2021-02-23 09:03:31 -05:00
Samuel Walladge
f43f1635df
Add new functionality to generate ora summary report
2021-02-23 11:52:50 +10:30
sarina
406176b9e6
feat!: Remove the "role of users being enrolled" field from Instructor Dashboard
...
See DEPR-142
2021-02-22 16:18:12 -05:00
Bianca Severino
1d667e8b0f
Add onboarding status view to instructor dashboard
2021-02-11 15:32:13 -05:00
Michael Roytman
71cc2e18e5
pass value of EXAM_RESUME_PROCTORING_IMPROVEMENTS feature toggle to edx-proctoring Javascript via the student-proctored-exam-container div
2021-01-25 09:59:44 -05:00
Matt Tuchfarber
1caf0875df
Merge pull request #25381 from edx/tuchfarber/add_exec_ed_course_mdoe
...
Add Executive Education course mode
2020-10-27 10:09:30 -04:00
Matt Tuchfarber
488f30496e
Add Executive Education course mode
2020-10-27 09:38:20 -04:00
Ahtisham Shahid
64c0cfe16b
Fixed UI issues in problem report ( #25183 )
...
Fixed height issue in Problem grade report new UI
2020-10-21 20:43:52 +05:00
Ahtisham Shahid
cf735e411d
New vs Old Data-Download UI. ( #24840 )
...
Created new UI for Data download in instructors dashboard
Co-authored-by: Awais Jibran <awaisdar001@gmail.com >
2020-09-21 17:25:47 +05:00
Kshitij Sobti
9adeeb0056
Remove report path from task output data
...
Use alternative method for getting report download link
2020-09-11 14:12:28 +02:00
Ali-D-Akbar
b5cee96c56
PROD-1601
2020-09-01 16:22:20 +05:00
0x29a
921875b70b
Add endpoint and background task for downloading of submission files
2020-08-22 01:38:25 +02:00
Ahtisham Shahid
6e507e1a49
Revert "Instructor Dashboard Redesign" ( #24802 )
...
* Revert "New vs Old Data-Download UI. (#24094 )"
This reverts commit 52669c47f1 .
* Fixed linter issues
2020-08-19 17:17:20 +05:00
Ahtisham Shahid
52669c47f1
New vs Old Data-Download UI. ( #24094 )
...
updated css
temp fixex
Updated js code for data download
updated js hooks for new UI
fixed ui and navigation
reset paver file
Removed unused changes
Initial tests added
Initial tests added
fixed style issues
Created new tests for data download
Fixed A11y and quality issues
Updated test file and removed new
fixed Accesibility issues
fixed code style in spec
removed old data download file
Moved problem grade report
Updated html to fix accessiblity issue
Fixed accessiblity issues
Created waffle flag for data download
added doc strign in doc
renamed waffles file
Break down Html and fixed tests
Removed extra js and updated comments
Removed extra js and updated comments
renamed var fixed styling
fixed js test fail
Fixed styling issues
updated description texts
Updated problem selector UI
Fixed Jest test for react component
removed depricated default param
added class instead of style
updated snapshot
Co-authored-by: Awais Jibran <awaisdar001@gmail.com >
2020-08-18 13:15:30 +05:00
Kshitij Sobti
559ff54a06
Add UI to display report creation progress.
...
Adds an in-line status display for problem report generation progress.
Co-authored-by: Adam Kovari <adam@opencraft.com >
Co-authored-by: Eugeny Kolpakov <eugeny.kolpakov@gmail.com >
Co-authored-by: Kshitij Sobti <kshitij@sobti.in >
Co-authored-by: Braden MacDonald <braden@opencraft.com >
2020-08-12 19:05:31 +05:30
Feanil Patel
cf5f9482e3
Merge pull request #23975 from edx/depr/shoppingcart-instructor-report
...
instructor_task: remove shoppingcart (DEPR-43)
2020-06-29 11:05:26 -04:00
Nimisha Asthagiri
80ea0a61f0
instructor_task: remove shoppingcart (DEPR-43)
2020-06-29 10:28:26 -04:00
alangsto
d694582441
Displays escalation email on Special Exams tab ( #24331 )
...
* Displays escalation email on Special Exams tab of instructor dashboard. MST-274
* updates for requested changes
* updates necessary for unit testing
* Fixes for pylint warning
* fix for quality tests
2020-06-29 09:11:48 -04:00
Waheed Ahmed
c7f4e16470
Fix XSS lint issues for course_cta_text
...
PROD-1602
2020-05-21 12:51:07 +05:00
Tyler Powers
638a9e4def
Add link to course url in the account creation and enrollment email
2020-02-25 19:04:08 +02:00
Diana Huang
c99bf692cc
Remove class_dashboard.
2020-02-18 13:35:26 -05:00
Ahtisham Shahid
19137e2737
Fixed staff debug on instructor page
...
added unit test js
fixed test js
updated test commetn
updated xss
2020-02-14 12:20:14 +05:00
Dave St.Germain
8b815b802b
Added new role for course data researcher.
2020-01-27 13:55:18 -05:00
hasnain.naveed
c926a13f41
ENT-1961 | Making the manual enrollment reason field optional via configuration flag ENABLE_MANUAL_ENROLLMENT_REASON_FIELD.
2019-12-10 17:31:58 +05:00
Ned Batchelder
efba6e45e8
Finally import courseware properly everywhere to get rid of a warning
2019-09-26 09:40:15 -04:00
Awais Jibran
1a4eb7d2e8
Pervent reverse tabnabbing in edx platform
2019-08-28 16:08:34 +05:00
Adeel Khan
05718a63db
Fix xss-linter directives from edx-ace templates
...
PROD-508
2019-07-30 13:34:44 +05:00