JustBrandonLim / ICT2106_P2_Project_M1

For lab group P2's project integration repository
1 stars 1 forks source link

3.5.5 Apply SOLID (SRP) to ProfileService Start: 27/03/23 | End: 28/03/23 #166

Closed DoubleBounce closed 1 year ago

DoubleBounce commented 1 year ago

AccountService should be separated to AccountReadService and AccountWriteService as a means to only delegate single responsibilities to each service

DoubleBounce commented 1 year ago

Done and tested good on frontend and backend.

Interface for Write

Image

Implementation for Write

Image

Image

Interface for Read

Image

Implementation for Read Image

Image