-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add collab page #183
Add collab page #183
Conversation
3014d4d
to
6050f39
Compare
try { | ||
// Remove any existing rooms where either user1 or user2 is a participant | ||
await UsersSession.deleteMany({ users: { $in: [user1, user2] } }); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can remove this if we're implementing the past rooms history feature
…Y2425S1/cs3219-ay2425s1-project-g50 into feat/collab-service/collab-page
<Button variant="destructive"> | ||
Leave Room | ||
<X className="ml-2" /> | ||
</Button> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it's meant to be non-functional for now right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM only a few nits
Basic frontend for collab room.
TODO:
Passing of topic, difficulty to collab room upon matchFetching of random question after matchBugs/Improvements:
Chat does not display the most recent message when switching between partner and AI chat