CSC207-2022F-UofT / course-project-hello-woooorld-119

course-project-hello-woooorld-119 created by GitHub Classroom
0 stars 0 forks source link

2 user intefaces #22

Closed ec105 closed 1 year ago

ec105 commented 1 year ago

Evan: completed all implementation for UIinsideChatroom and UIoutsideChatroom.(able to run) created intefaces UIinsideChatroom_backend and Uioutside_chatroom_backend. completed few method bodys in Chatroom and User. created UIpublicprofile and UiprivateProfile class.

Sam: completed LoginPage and registeraccount 's code(able to run) completed UI for loginPage, completed UI for register accounts remodified Loginpage related files to new file location (Login) completed UIpublic proifile class

ec105 commented 1 year ago

Has there been code for UI such that the chatroom is hidden when the number of users falls to 0? I believe we discussed this earlier but I can't particularly find the code for this

Not yet, I will add then soon(Nov 21) Actually if a chatroom has no user inside, then doesn't matter which user opens the application, they don't see that chatroom, so just need to implement remove user in UIinsideChatroom