Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@ehennestad ehennestad released this 10 Mar 16:33
· 3 commits to main since this release
588f2aa

Major updates

  • Added a backend server for submissions via email and interaction with other services through APIs
  • Created an OIDC service account for interactions with the Knowledge Graph (KG)
  • Transient storage of form data in web browser and option to download form data to local file at any step
  • Added docker workflow to allow deployments using a newer version of node (currently v16) and RJSF (v5.0.0)

Added features

  • Functionality for submission via email
  • Linking submission to zammad ticketing system using URL query parameter
  • Excel specimen table upload
  • Preview image upload
  • Form data is stored in cookies (to prevent accidental form resets)
  • Changed theme to be more in line with EBRAINS colors
  • Controlled term instances are updated regularly (daily) from KG
  • Person instances are updated regularly and can be selected in author and other contribution input fields
  • Progress/navigation bar for quick exploration of pages with out filling in forms
  • Text modules and automatic assembly of RJSF json schemas from templates to allow for more flexible edits and updates
  • JSON output file is formatted as a proper JSON file and have descriptive attributes
  • Various additions and removals of input fields to reduce overlap with curation request form

Removed features

  • Removed translation to openMINDS document (to be brought back in a future release)