ShayHav / Workshop

0 stars 0 forks source link

update Service Layer #20

Closed ShayHav closed 2 years ago

ShayHav commented 2 years ago

The return value of the service layer should be Response so we can update the user in the GUI for success or failure operation with more details.

shaharlankry commented 2 years ago

done: changing all methods to return response object + correct the acceptance tests accordingly left to do: change the methods to return presentation objects instead of domain objects

nitay658 commented 2 years ago

left to do: change the methods to return presentation objects instead of domain objects - DONE