CSC207-2022F-UofT / course-project-bill-gates

A bill recording software developed by team "Bill Gates."
9 stars 4 forks source link

[+] Implemented user_join in usecases and UserJoinUpdatable in interface_adapters. #40

Closed xgao28 closed 1 year ago

xgao28 commented 1 year ago

As mentioned in the title. I initially implemented the files in user_join in usecases.

There are still some methods left unused, and I believe I haven't finished our UserJoinUseCase. Is there something that I need to implement next?

xgao28 commented 1 year ago

The commit above fixed some problems and I marked comments indicating such problems as resolved.