-
Notifications
You must be signed in to change notification settings - Fork 10
Description
Proposal Date
Oct 1, 2024
Target Ticket Acceptance Date
Oct 10, 2024
Earliest Open edX Named Release Without This Functionality
Sumac - 2024-10
Rationale
From the user story in the FFI-3 document, this feature shows in the learning dashboard te course enrollment by tenant, and also modifies the APIs api/enrollment/v1/enrollment and api/mobile/v1/users/{username}/course_enrollments/.
Como estudiante
Quiero ver los cursos del sitio al que estoy registrado
Para no confundirme con los cursos de otros sitiosEste feature se refiere a modificar las APIs que exponen los enrollments (a móviles o a desktop u otras apps) de forma que solo entreguen información sobre los enrollments en el site actual.
But since Redwood and MFEs, we have already seen different enrollments by tenant.
Removal
- (FFI-3/DS-300) filter user's course enrollment by microsite request #156
- feat: adds the CourseEnrollmentSiteFilterRequested filter openedx/openedx-filters#47
Replacement
In our Redwood instance, we can already see different course enrollments by tenant without this feature.
Deprecation
Leave in the Custom changes and in the FFI-3 doc, that this feature is deprecated
Additional Info
📌 If a not Nimbus instance needs to specifically have the APIs api/enrollment/v1/enrollment and api/mobile/v1/users/{username}/course_enrollments/ filtered, please raise the hand to decline this proposal.
I think it is a specific and unnecessary change, but if necessary, we can implement it as a filter.
Task List
- Revert (FFI-3/DS-300) filter user's course enrollment by microsite request #156
- Revert feat: adds the CourseEnrollmentSiteFilterRequested filter openedx/openedx-filters#47
- Leave in the Custom changes and in the FFI-3 doc, that this feature is deprecated.

