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

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

[+] Add deleteEntry Usecase #39

Closed Ellen141319 closed 1 year ago

Ellen141319 commented 1 year ago

I'm not very sure if we need to implement output port and presenter for the delete entry use case, since we are deleting the entry from the whole bill. If any changes needed just let me know.

Lei-Tin commented 1 year ago

I'm not very sure if we need to implement output port and presenter for the delete entry use case, since we are deleting the entry from the whole bill. If any changes needed just let me know.

According to my understanding, you do not need to implement OutputPort and Presenter yet at the moment, so you can try to include only the input ports, use cases, and the method call to the DatabaseGateway.

The main reason for a usecase is to connect the different layers together.