PetDaycare / account-service

This webservice will handle users for our game.
GNU General Public License v3.0
1 stars 0 forks source link

abstract user changes behind change orders #1

Closed roboter5123 closed 1 year ago

roboter5123 commented 1 year ago

Remove the patch method on /users/{userid} and replace it with a change order ressource. This ressource could have the following urls/resources_

This allows for decoupling of buisness logic from the frontend. And therefore makes the fronted more indipendent.

roboter5123 commented 1 year ago

On further contemplation this is a bad idea. We should implement subresources for this or just leave it the way it is right now. Will have to think more about this in the comming days.

Will close this issue on friday if i decide against it.

roboter5123 commented 1 year ago

We should deffinetly requre users to enter their password to change any of these settings. Else it would be too easy for someone else to change it