CosmicJay2k / grupp-a-java

0 stars 1 forks source link

User basics #2

Closed CosmicJay2k closed 1 year ago

CosmicJay2k commented 1 year ago

The basics of the user entity with repo, controller and tests. There will be some things to change when other entitys come into existence.

CosmicJay2k commented 1 year ago

Sorry, what do you mean by "put them together"? Right now the controller accepts a JSON body in the form of : { "firstName":"Bob", "lastName":"Bobson" }

aamin75 commented 1 year ago

Sorry, what do you mean by "put them together"? Right now the controller accepts a JSON body in the form of : { "firstName":"Bob", "lastName":"Bobson" }

Ok, you are right. That can be used probably when release a payment ticket

CosmicJay2k commented 1 year ago

Sorry, what do you mean by "put them together"? Right now the controller accepts a JSON body in the form of : { "firstName":"Bob", "lastName":"Bobson" }

Ok, you are right. That can be used probably when release a payment ticket

Oh, you meant when GETing, yeah, maybe we create a projection where the name is concatenated