chop-dbhi / ehb-datasources

datasource drivers, e.g. REDCap and Nautilus, that can be plugged into the Biorepository Portal
BSD 2-Clause "Simplified" License
2 stars 2 forks source link

REDCap errors bubble up to the BRP UI #37

Open seg1129 opened 6 years ago

seg1129 commented 6 years ago

currently, If there is a user input error in a redcap form there is a generic error message sent to user. We should look into the redcap API to see if there are any error messages we can send to the BRP UI. If not we should have simple field validation in the ebb-datasources jsonFormBuilder file. The goal is to provide user with more useful information when a form cannot be saved.