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, inviting members requires admins to know exactly who they’re inviting upfront. Here’s how it works now, behind the scenes:
A member entity is created (not linked to a profile yet).
One or more invite entities are created (e.g., invite code or email).
When a user signs up with the given email or uses the invite code, their profile links to the member.
Proposal
Skip the first step and introduce a reusable invite code:
Admins create a reusable invite code.
Any user who signs up and consumes the code is immediately added as a member. A linked profile would always exist from the start.
Advantages
Admins wouldn’t need to know all members in advance.
Easier onboarding for larger groups or dynamic communities.
Disadvantages
Risk of abuse if the invite code is shared with unintended users.
Potential Extensions
This could tie into anonymous replies for one-off events (#18). Guests could use the same invite code to RSVP without signing up, making the app more flexible for unique events.
Feedback
Does this solve a real pain point for group management?
Are there safeguards or limitations we should consider to prevent misuse?
Would this feature make GRUP more appealing for certain types of groups or events?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Currently, inviting members requires admins to know exactly who they’re inviting upfront. Here’s how it works now, behind the scenes:
Proposal
Skip the first step and introduce a reusable invite code:
Advantages
Disadvantages
Potential Extensions
This could tie into anonymous replies for one-off events (#18). Guests could use the same invite code to RSVP without signing up, making the app more flexible for unique events.
Feedback
We’d love to hear your thoughts!
Beta Was this translation helpful? Give feedback.
All reactions