public:labserver_release_notes

Draft

Release Notes Labserver

  • API v03 is online:
    • API v02 will eventually be deactivated and receive no updates. Please update to v03
    • Most routes have been altered, but the functionality is the same in most cases
    • The keywords in the responses are now usually {“data”: …} (successful request, was previously “response”) and {“error”: …} (unsuccessful request).
    • New routes:
      • BASE_URL + '/people/meta'
      • BASE_URL + '/people/meta/project/<string:project_id>'
      • BASE_URL + '/person/meta/<string:person_id>'
      • BASE_URL + '/vitals/person/<string:person_id>/<string:device_id>'
  • CSV Download Manager: FIXME
  • CSV Download Button: Go to the Data Calendar and select a project and a day. Then you see a list of persons which have recordings on that day. Right next, you can now find a “download csv” button to download all data of this person on this day.

FIXME: bugfix receiver config: edit scope different from edit receiver

  • public/labserver_release_notes.txt
  • Last modified: 2021/08/30 16:42
  • by felix.koneberg