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
The goal of this feature is to implement a room invitation system within our collaborative code editor. This functionality will enhance the collaborative experience by allowing users to invite others to join their coding sessions seamlessly.
Criteria
Invitation Generation
Users should be able to generate invitations for their project rooms.
Invitations may include a unique link or code.
Invitation Sharing
Users can share invitations through multiple channels (e.g., email, direct message, or a generated link).
Ensure security measures to prevent unauthorised access.
Invitation Acceptance
Recipients of invitations should have a straightforward process for accepting and joining the coding room.
User Permissions
Define permissions for users who join through invitations (e.g., read-only, read-write).
Notification System
Implement a notification system to alert users about received invitations.
Integration with GitHub Authentication
We have a PR (#68) that needs merging first so keep that in mind.
The text was updated successfully, but these errors were encountered:
The goal of this feature is to implement a room invitation system within our collaborative code editor. This functionality will enhance the collaborative experience by allowing users to invite others to join their coding sessions seamlessly.
Criteria
Invitation Generation
Invitation Sharing
Invitation Acceptance
User Permissions
Notification System
Integration with GitHub Authentication
We have a PR (#68) that needs merging first so keep that in mind.
The text was updated successfully, but these errors were encountered: