wgu-jesse-stewart

Results 6 issues of wgu-jesse-stewart

**Summary**: When content within a sequence is shorter than the height of the browser viewport, the `.sequence-container > .outline-sidebar-wrapper` element does not expand appropriately. This causes the course outline sidebar...

bug

Description ----------- The learner app throws a TypeError when viewing locked units due to `activeUnitId` being null, causing undefined property access errors in the sidebar component. This occurs when learners...

bug

Background & Problem -------------------- Currently, in `social-app-django`, the disconnect endpoints (`/disconnect//` and `/disconnect///`) rely on **HTTP redirects** to indicate the result of a disconnect operation. As per the [documentation](https://python-social-auth.readthedocs.io/en/latest/configuration/settings.html) and...

**Note:** Double check that this API doesn't already exist in another repo. No REST API currently exists for bulk email operations. The existing bulk_email module provides internal APIs but not...

Report generation uses POST endpoints for each specific report type (e.g., /downloads/grade_report). There is no generic POST /downloads endpoint - each report type has its own endpoint. Method | Endpoint...

The new Course Info API is missing a few fields. ### course_run In edx-platform/lms/djangoapps/instructor/views/serializers_v2.py - we need to add course_run. ``` course_run = serializers.SerializerMethodField(help_text="Course run identifier") ... def get_course_run(self, data):...