Evalai: Create API Endpoint for Showing the Team Member Details

Created on 16 Feb 2017  路  16Comments  路  Source: Cloud-CV/EvalAI

Objective:

  • Create an API endpoint with URL /api/web/teams which shows all team members on GET request.
GSOC-2019 backend easy_to_fix enhancement

Most helpful comment

Yes, you are correct. @yadavankit can you please take care of this situation?

All 16 comments

@deshraj Are we going to show team creation form somewhere?

Oh my bad. Only GET request is allowed on this API. Updating the description. :)

@deshraj you can assign this to me :)

screen shot 2017-02-17 at 12 00 11 am
@aka-jain does this solve the issue?

@yadavankit it would be great if you can integrate this with the our-team view. Let me know if you cannot do this then we can open another issue for that. :-)

@deshraj ok will do 馃憤

Thanks :)

Also @yadavankit member title is for short description which will use text editor in admin.
@deshraj I think this response will be better, what say?

{
  "core": [
    {
      "name": "Akash",
      "desc": "I Love <i class='fa fa-coffee'></i>" // text editor field,
      ...
    }
  ],
  "contributors": [
    {
      "name": "Akash",
      "desc": "I Love <i class='fa fa-coffee'></i>" // text editor field,
      ...
    }
  ]
}

Yes, you are correct. @yadavankit can you please take care of this situation?

@aka-jain can we take care of this grouping of contributors and the core team at the client side using the ng-if?

@deshraj yeah...I was about to ask for it too

Ok cool then. @yadavankit lets do it this way. :)

@deshraj No need to use ng-if here, as we can store data in 2 different object, one is for core and other for contributors.

Yeah @aka-jain, I agree with this approach. But I was more concerned about the fact that if the # of Types increases in future, then we should take care of that already.

Agree, let's go with @yadavankit design.

Fixed in #682

Was this page helpful?
0 / 5 - 0 ratings

Related issues

deshraj picture deshraj  路  5Comments

aka-jain picture aka-jain  路  5Comments

Ayukha picture Ayukha  路  5Comments

Arun-Jain picture Arun-Jain  路  6Comments

Ayukha picture Ayukha  路  5Comments