briansostudio / teamform

teamform for comp3111
0 stars 0 forks source link

Supplementary API request #24

Closed 0xinterface closed 11 months ago

0xinterface commented 7 years ago

@BrianSo @Ag47 @clementf2b @ttchiuaa @singspiel @leolo322

Please be notified that you are required to submit your request on your ViewModel data structure requirement, you can write down your request down below.

Ag47 commented 7 years ago

Radar Skillset attribute API request

assuming the radarskill is input by event organizer

8

Sample JSON Response

{
  "Users": [
    {
      "label": "John",
      "Radar": [
        65, 59, 90, 81, 56, 55
      ]
    },
    {
      "label": "Sara",
      "Radar": [
        65, 59, 90, 81, 56, 55
      ]
    }

  ]
}