Objective:
/api/web/teams which shows all team members on GET request.@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 :)

@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
Most helpful comment
Yes, you are correct. @yadavankit can you please take care of this situation?