Skip to content

Flairs

Robert Palm requested to merge rapl42/tc-server:flairs into master

Änderungen an vorhandenen Models

AnswerOutputDto und QuestionOutputDto:

JSON-Struktur:

"author": {
  "authorId": 1,
  "displayName": "Max Mustermann",
  "flairs": [
    {
      "id": 1,
      "title": "profile.flairs.tinycampus_editor"
    },
    {
      "id": 2,
      "title": "profile.flairs.tinycampus_team"
    }
  ]
}
Edited by Robert Palm

Merge request reports