HappYness-Project / Happy-EventSourcing

Event sourcing
10 stars 1 forks source link

Person service in blazor UI | Create update person method #66

Open hyunbin7303 opened 1 year ago

hyunbin7303 commented 1 year ago

Updating person requires to access two services: Authen service from Identity and Person Service from HP.Api. First of all, if the user is changing the personal data such as firstname, lastname, email address or Adress, user needs to hit the Identity service to modify the data. If the user is required to change the Todo-related data, it needs to access to the Hp.Api since these data are stored in MongoDB.

hyunbin7303 commented 1 year ago

Pending until #63 and #90 is done.