sartography / cr-connect

0 stars 0 forks source link

IRB Info IRB_REVIEW_TYPE Update #689

Closed calexh-sar closed 2 years ago

calexh-sar commented 2 years ago

Update the IRB Info IRB_REVIEW_TYPE field in PB Mock so it is a dropdown with the same text values found in the IRB Details REVIEW_TYPE field.

Notes:

  1. The IRB Info API returns only text for the Review Type: "IRB_REVIEW_TYPE":"Full Committee"and the IRB Details API returns both the numeric code for the Review Type and text: `"REVIEW_TYPE":2,"REVIEWTYPENAME":"Full Committee"'
  2. The fields "REVIEW_TYPE" amd "REVIEWTYPENAME" are not shown in the Schema section of the IRB Info API.
cullerton commented 2 years ago

I accidently made this change directly in dev branch of PB Mock 2 files edited; forms.py and test_sanity.py In my defense, I did create a branch in cr-connect-workflow :)

calexh-sar commented 2 years ago

Working as designed