cobweb-eu / cobweb

An empty project for all the issues.
0 stars 0 forks source link

The public list of surveys should display the names not the sid #74

Closed rgamez closed 9 years ago

rgamez commented 9 years ago

Real survey names rather than numbers

rgamez commented 9 years ago

If the pcapi returns an array of the same length with the name of the surveys we could display the names instead of the sid's

{
    "metadata": ["/editors//editor1.edtr", "/editors//editor2.json"], 
    "names": ["Butterfly survey", "Wales survey"],
    "error": 0
}
rgamez commented 9 years ago

@panterz @xmichael the app is ready to accept the names array but it has to be generated in the pcapi

xmichael commented 9 years ago

@rgamez OK I am assigning the PCAPI-part to me.

NOTE: The same GET call will return the list of editors the user is registered for, when this is implemented at the geonetwork side.