You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Change PCAPI high-level /records/ REST call to use a new directory structure underneath. In the new structure the records will be grouped by survey id.
Example /records/local/UUID/Name used to translate to /fs/local/UUID/records/NAME/records.json but now it should translate to /fs/local/UUID/records/SID/NAME/record.json instead.
The new structure is better suited to COBWEB's survey-based structure and security system and is crucial for enabling scalablility and overcoming namespace pollution in records of different surveys.
This change will break compatibility in FTOpen as::
/records/ will require the SID as an extra parameter.
FTOpen might already be using low level /fs/ calls for record access that will need to be rewritten to use /records/
Change PCAPI high-level
/records/
REST call to use a new directory structure underneath. In the new structure the records will be grouped by survey id.Example
/records/local/UUID/Name
used to translate to/fs/local/UUID/records/NAME/records.json
but now it should translate to/fs/local/UUID/records/SID/NAME/record.json
instead.The new structure is better suited to COBWEB's survey-based structure and security system and is crucial for enabling scalablility and overcoming namespace pollution in records of different surveys.
This change will break compatibility in FTOpen as::
SID
as an extra parameter.This issue is a spin-off of cobweb-eu/cobweb#166
The text was updated successfully, but these errors were encountered: