Skip to content

FRONT: Invites with groups minds#4629

Olivia Madrid requested to merge feat/invites-groups-m4629 into master

Ticket(s) / Related Merge Requests

minds#4629 (closed)

Summary of Changes

Tenant invite system now works with groups. You can select one or more groups when creating an invitation (tenant admin console > invite > send invites). The groups appear in the invitations list (tenant admin console > invite > invitations). When a user receives their email invite and joins the network, they are automatically made members of the group(s).

Made some hefty changes to the autocomplete entity input component in order to make this work. The only other place it is used is in the add featured user/group modal (tenant admin console > general > featured section).

Testing Considerations

Tenant admin console: invitations (sending and viewing the list of invitations), adding featured entities.

Sandbox site: https://olivia.oke.minds.io/

Deployment Considerations

Engine must be merged engine!1576 (merged)

Regression Scope

Invitations, featured entities

Platform Affected (web, mobile, etc)

Web

Developer Testing Completed

Sending invites without groups, with one group, with multiple groups. Open groups and closed groups. Different screen sizes, groups with long names. Invited user is automatically made a member of the group(s) when they register.

Screenshots / Screen Recording

__invitesWithGroups

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