-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Chloe task17 #13
Chloe task17 #13
Conversation
…Modified backend declineConvAreaInvite to take in a TeleportInviteSingular type instead and modified tests accordingly. Added back in some of the TownController clicked method tests that for some reason had been removed
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.
couple of comments but looks good
will approve though and leave you to make those changes since they are minor
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.
Overall functionality looks good, just a couple spelling things and testing idea to consider.
typo Co-authored-by: Jessica Fedor <71146773+jafedor@users.noreply.github.com>
…ject-group-308 into chloe-task17
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.
just some nit things, everything looks good to me!
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.
Looks good to merge after suggested changes made.
Added two methods in TownController that emit events to the townService + associated tests in TownController.tests:
Added two new events in CoveyTownSocket (which the two methods above emit).
Added two new listeners in Town that catch these two new events & call acceptConversationAreaInvite and declineConversationAreaInvite respectively + associated tests in Town.tests.
Also did some cleanup: