Skip to content

Releases: chop-dbhi/ehb-datasources

process redcap api error messages

22 Dec 15:41
ce6bffc
Compare
Choose a tag to compare

Addresses issue #37:

  • in redcap/driver.py: raise the exception to read the redcap error message
  • in Base.py: processResponse was changed to read the message from Redcap's API
  • in formBuilder.py: display error message through javascript
  • in formBuilder.py: create validation map and method fieldValidation
  • in formBuilder.py: Y->y so that isRequired message displays on table
  • changed test_process_form_badresponse unit test so that it asserts a different message

v1.0.5

10 Jul 15:27
Compare
Choose a tag to compare
  • fixing issue #29 - Nautilus errors render onto UI

v1.0.4

26 Apr 16:05
Compare
Choose a tag to compare
  • fixing issue8 - driver execption: adding additional nautilius issue mappings
  • added additional nautlis mappings - 'SER': 'Serum'

v1.0.3

18 Oct 19:39
Compare
Choose a tag to compare

1.0.3

  • Add additional Nautilus mappings
    • Saliva
    • Slide
    • Cell Line
    • Supernant
    • Cell Pellet
    • QC Gel
    • QC Xpose
    • QC Agilent
  • Add logging facilities to identify unmapped sample types as they come through.

v1.0.2

10 Oct 14:49
Compare
Choose a tag to compare
  • Adds exception handling for empty REDCap responses.

v1.0.1

26 Sep 16:45
Compare
Choose a tag to compare

See CHANGELOG.md

v1.0.0 - Initial Release

09 Sep 22:00
Compare
Choose a tag to compare

v0.10.3

15 Sep 21:00
Compare
Choose a tag to compare
Migration to github