- Jun 04, 2020
-
-
Dillon Dumesnil authored
Reducing dates widget to one assignment. Adding link to dates page in the dates widget
-
- Jun 03, 2020
-
-
Uzair Rasheed authored
Restrict cert api to staff and self user
-
Calen Pennington authored
Revert "Use content type gating in dates banner"
-
Calen Pennington authored
-
Calen Pennington authored
Use content type gating in dates banner
-
David Ormsbee authored
Learning Sequence / Course Outline API
-
uzairr authored
-
Ahtisham Shahid authored
Added v2 for confirm email backward compatibility
-
AsadAzam authored
fixed visibility state for self paced
-
asadazam93 authored
-
- Jun 02, 2020
-
-
Jansen Kantor authored
-
David Ormsbee authored
Introduces the learning_sequences app, intended to provide metadata for sequences and course outlines. The short term goal is to provide faster source of this information for the new Courseware microfrontend (frontend-app-learning). The medium term goal is to provide an in-proc API that is useful to other parts of the platform that need fast access to course outline information customized for a user. The long term goals are outlined in the README.rst. This first iteration of the API only lays out the basic structure for how we'd arrange the pieces, with enough of an implementation to feel "real" (simple schedules, staff_only content hiding). It's not ready to be turned on, and is not currently plugged into the publish-flow. The only way to get data into this new API is via the update_course_outline management command. The REST endpoint is also currently limited to global staff only, though it's possible to get the outline for a student by using the ?username= query parameter. TNL-7122
-
Nathan Sprenkle authored
* Add team assignments to frontend * Limit team assignments to the given teamset * Remove deprecated django render_to_response * Move team assignments panel behind feature flag
-
Calen Pennington authored
-
Calen Pennington authored
-
Calen Pennington authored
Only prompt to upgrade in order to completed graded content (or shift dates) when content_type_gating is enabled
-
atesker authored
EDUCATOR 5065 - CR comments 3
-
Jason Myatt authored
Check for none on subsection due date
-
Jason Myatt authored
-
Michael Terry authored
AA-76: Add is_allowed property to DatesSummary
-
Kyle McCormick authored
In a follow-up PR, this entry will be used to validate on the client-side that a block that *is* or *ever was* a proctored/practice/onboarding exam cannot be configured as a different proctored/practice/onboarding exam, as that has led to problematic exam configuration states between edX and proctoring providers. MST-258
-
Carla Duarte authored
AA-120: Course Tools API
-
Michael Terry authored
This takes over some of the logic in the is_enabled property which previously checked two things: (1) is the date time-sensitive and (2) is the date even applicable to this course. Now, is_enabled is only responsible for time-sensitive checks and the new is_allowed property checks applicability. In this way, we can more cleanly separate whether a date block should show up on the dates sidebar (is_enabled and is_allowed) and the dates tab (is_allowed).
-
Dillon Dumesnil authored
AA-158: Fix date ordering for multiple events on the same date
-
Emma Green authored
Merge pull request #24104 from edx/emma-green/REV-1197/add-temporary-management-command-to-get-FBE-info get-FBE-info-from-temp-management-command
-
Dillon Dumesnil authored
This change will prefer putting assignments before other course events (such as end date or verification deadline date) in the case where they share the same date.
-
Ahtisham Shahid authored
updated tests fixed style issue Fixed tests for v2 api
-
Emma Green authored
-
David Ormsbee authored
Revert "AA-158: Fix date ordering for multiple events on the same date"
-
- Jun 01, 2020
-
-
Adam Stankiewicz authored
-
David Ormsbee authored
-
Carla Duarte authored
Created an API to be called by the Outline Tab in the Course Home MFE. This API currently only returns Course Tool data. Preemptively using the `course_home_api/outline/v1/...` naming scheme to make way for more Outline Tab data within this API.
-
Kellie Selinka authored
upgrade requirements to new edx-enterprise version
-
Calen Pennington authored
-
Calen Pennington authored
-
Kellie Selinka authored
ENT-2577
-
Dillon Dumesnil authored
AA-158: Fix date ordering for multiple events on the same date
-
Jeff LaJoie authored
Bumps edx-when to 1.2.4
-
Dillon Dumesnil authored
This change will prefer putting assignments before other course events (such as end date or verification deadline date) in the case where they share the same date.
-
Jeff LaJoie authored
-