JssDWt / societatis

Apache License 2.0
0 stars 0 forks source link

Navigation should be done using links #28

Closed JssDWt closed 1 year ago

JssDWt commented 7 years ago

E.g. A group should refer to its subgroups with links /groups/2 etc. The same for parent groups and users etc. Create DTO's containing these links. Maybe together with the name of the group/user in an object. User: { . Name: " John", Link : { . Rel=self, . Link=/users/123 } }

JssDWt commented 7 years ago

I am currently working on implementing HAL.