openedx / edx-platform

The Open edX LMS & Studio, powering education sites around the world!
https://openedx.org
GNU Affero General Public License v3.0
7.32k stars 3.84k forks source link

upgrade list_forum_members api to DRF #35344

Open awais786 opened 3 weeks ago

awais786 commented 3 weeks ago

verify via postman

1: Try this URL with post request. post-data = rolename: Group Moderator or any other role.

2: Valid data should be existed in admin/django_comment_common/role/ table.

expected result { "course_id": "course-v1:edx+cs222+2311", "Group Moderator": [ { "username": "login_service_user", "email": "login_service_user@fake.email", "first_name": "", "last_name": "", "group_name": null } ], "division_scheme": "none" }

kdmccormick commented 3 weeks ago

@awais786 can you add to DRF to the issue titles so they make sense in the issue list?

awais786 commented 2 weeks ago

@awais786 can you add to DRF to the issue titles so they make sense in the issue list?

All titles updated.