fix: update shift dates logic to ignore missed_deadlines
We ignore the missed_deadlines because this endpoint is used in the Learning MFE for learners who have remaining attempts on a problem and reset their due dates in order to submit additional attempts. This can apply for 'completed' (submitted) content that would not be marked as past_due
Showing
- common/djangoapps/util/views.py 6 additions, 2 deletionscommon/djangoapps/util/views.py
- openedx/features/course_experience/api/v1/tests/test_views.py 13 additions, 6 deletions...edx/features/course_experience/api/v1/tests/test_views.py
- openedx/features/course_experience/api/v1/views.py 9 additions, 5 deletionsopenedx/features/course_experience/api/v1/views.py
Please register or sign in to comment