BBMRI-ERIC / negotiator-frontend

The BBMRI-ERIC Negotiator is a service for structured negotiation with biological resources dealing with human data and/or biological samples. The reference implementation for the frontend is available in this repository.
https://negotiator-v3.bbmri-eric.eu
4 stars 3 forks source link

[FEATURE] Add additional data types for access form #209

Closed tmilost-bbmri-eric closed 2 months ago

tmilost-bbmri-eric commented 3 months ago

Brief description. For the access form additional data types should be added:

Simple types: checkbox text field (with length limitations) radio button date

Complex types, where the data to be displayed can be dynamic: dropdown - dynamic content menu - dynamic content

Desired functionality acceptance criteria Additional data types are available and can be used to setup the access form.

SINGLE_CHOICE,
  MULTIPLE_CHOICE,
  FILE,
  TEXT,
  TEXT_LARGE,
  BOOLEAN,
  DATE,
  NUMBER,
  INFORMATION

For TEXT and TEXT_LARGE if possible this should include the maximum length in number of characters.