You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, users can join communities but lack a straightforward way to leave them. This ticket adds a "Leave Community" feature that removes users from communities they no longer wish to be part of. The implementation should ensure all relevant data associations are properly updated when a user leaves a community.
Is the expectation for the new route that we remove all of a user's addresses from a community because we already have DeleteAddress.command which basically does "leave community" if you only have a single address left in that community?
Potential platform changes could be simply:
DeleteAddress -> DeleteAddresses
Update the route to delete subscriptions + downgrade roles of the soft-deleted addresses (just in case)
Turns out we already have DeleteAllAddresses which was added when the address management in edit profile was refactored. Only change required on platform is updating the side effects (subscriptions).
Description
Currently, users can join communities but lack a straightforward way to leave them. This ticket adds a "Leave Community" feature that removes users from communities they no longer wish to be part of. The implementation should ensure all relevant data associations are properly updated when a user leaves a community.
Project Owner
@dillchen
Acceptance Criteria
Implementation Plan
-- Update the route to delete subscriptions + downgrade roles of the soft-deleted addresses (just in case)
Technical Notes
The text was updated successfully, but these errors were encountered: