BBMRI-ERIC / negotiator

An Open-source access negotation system for Research Infrastructures
https://negotiator.bbmri-eric.eu
GNU Affero General Public License v3.0
4 stars 8 forks source link

[FEATURE] Additional data types for access form #293

Closed konradlang closed 3 months ago

konradlang commented 5 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.

RadovanTomik commented 5 months ago
SINGLE_CHOICE,
  MULTIPLE_CHOICE,
  FILE,
  TEXT,
  TEXT_LARGE,
  BOOLEAN,
  DATE,
  NUMBER,
  INFORMATION
konradlang commented 5 months ago
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.

RadovanTomik commented 4 months ago

add test form with all elements