Skip to content

feature: HipHopCommunitySettings on user

Calum Mackervoy requested to merge 1-chosen-plan-field into master

Closes #1 (closed)

serialized on the user model like so:

{
  // ...
  "hiphopSettings":{"@id":"http://localhost:8000/hiphopusersettingss/1/","choice":"test-choice","user":{"@context":{"get_full_name":"rdfs:label"},"@type":"foaf:user","@id":"http://localhost:8000/users/admin/"}
}

Merge request reports