Skip to content
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: Implement remove_members functionality in Registry contract #35

Closed

Conversation

vin-dKR
Copy link

@vin-dKR vin-dKR commented Aug 24, 2024

This PR implements the remove_members function in the Registry contract, allowing profile owners to remove members from their profiles.

Key changes:

  • Added remove_members function to the IRegistry trait
  • Implemented remove_members in the Registry module
  • Function checks if caller is the profile owner
  • Iterates through provided members array and revokes their role for the profile

Closes #6

@vin-dKR vin-dKR closed this by deleting the head repository Sep 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[feat] Implement the functionality of removeMembers
1 participant