CSC207-2022F-UofT / course-project-translate-chat-program

course-project-translate-chat-program created by GitHub Classroom
0 stars 4 forks source link

Adding deleting contacts #62

Closed alx672219 closed 1 year ago

alx672219 commented 1 year ago

What I did:

  1. I fixed Clean Architecture errors such as not accessing Database in UI and implementing Controller.
  2. I fixed errors for deleteContacts.

What I left to do:

  1. Implement Unit Tests
  2. Implement Java Doc