Skip to content

Groups memberships list updates minds#4223

Olivia Madrid requested to merge feat/group-memberships-updates-m4223 into master

Ticket(s) / Related Merge Requests

minds#4223 (closed)

Summary of Changes

  • Allows api requests for a list of a user's groups to include a request limit, a membership level, and whether the membership level is the minimum.

Testing Considerations

Test with front MR

Deployment Considerations

This is branched off of another MR: !1426 (merged)

The request limit for the endpoint was previously hardcoded and now it is not.

Regression Scope

Groups memberships list

Platform Affected (web, mobile, etc)

Both, but the change is non-breaking for mobile

Developer Testing Completed

The list returns the correct groups in the correct quantity.

Screenshots / Screen Recording

See front MR

Does this impact

  • Localization
  • Dark/light mode
  • Guest mode

Definition of Done Checklist

  • The Acceptance Criteria has been met
  • Code is tested: Testing includes unit/spec, E2E/automated and manual testing
  • Merge requests description has been filled out
Edited by Olivia Madrid

Merge request reports