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

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

I finished unit tests and java doc #76

Closed alx672219 closed 1 year ago

alx672219 commented 1 year ago

Description

  1. I added Java documentation for all layers for Adding Contacts and Deleting Contacts which are

Contact Screen Controller Interactor Gateway Persistence DBService

  1. I implemented Unit Tests for Add/Delete Contact Data , Add/Delete Contact Response, Add/Delete Contact Interactor, Add/Delete Contact Controller, Add/Delete Contact Firebase System, and Add/Delete Contact Presenter.

Design Patterns

I just double checked that all the layers for my use cases, the inner layers do not dependent on the outer layers.

SOLID Principles

None

Breaking Change

None

Checklist: