-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: [FC-0044] group configurations API DRF #34389
feat: [FC-0044] group configurations API DRF #34389
Conversation
Thanks for the pull request, @ruzniaievdm! Please note that it may take us up to several weeks or months to complete a review and merge your PR. Feel free to add as much of the following information to the ticket as you can:
All technical communication about the code itself will be done via the GitHub pull request interface. As a reminder, our process documentation is here. Please let us know once your PR is ready for our review and all tests are green. |
ebb3f1c
to
dfaf04a
Compare
18bb437
to
64ba2f1
Compare
64ba2f1
to
9e9e1b3
Compare
9e9e1b3
to
4eb454d
Compare
@ruzniaievdm 🎉 Your pull request was merged! Please take a moment to answer a two question survey so we can improve your experience in the future. |
2U Release Notice: This PR has been deployed to the edX staging environment in preparation for a release to production. |
2U Release Notice: This PR has been deployed to the edX production environment. |
2U Release Notice: This PR has been deployed to the edX staging environment in preparation for a release to production. |
2U Release Notice: This PR has been deployed to the edX production environment. |
2U Release Notice: This PR has been deployed to the edX staging environment in preparation for a release to production. |
2U Release Notice: This PR has been deployed to the edX production environment. |
Settings
Description
This PR addresses a need in the development of the Course Group Configurations Page feature within the frontend-app-course-authoring repository. The core objective is the implement of a DRF endpoint designed to render and deliver group configurations data for course.
Learn about group configurations:
Group Configurations Pages:
http://localhost:18010/group_configurations/{location}
.http://localhost:2001/course/{location}/group_configurations
.Testing API instructions:
make dev.up.lms+cms
and make checkout on this branch.http://localhost:18010/api-docs
./api/contentstore/v1/group_configurations/{location}
.Testing MFE instructions:
make dev.up.lms+cms+frontend-app-course-authoring
and make checkout on this branch.contentstore.new_studio_mfe.use_new_group_configurations_page
on thehttp://localhost:18010/admin/waffle/flag/
http://localhost:2001/course/{location}/group_configurations
.Group configurations issue
openedx/platform-roadmap#318