a2cps / vbr-app

Virtual Biospecimen Repository Web Service API
Other
0 stars 0 forks source link

Lock VBR database records after being edited by API #5

Open mwvaughn opened 2 years ago

mwvaughn commented 2 years ago

In the current architecture (Jan 10, 2022), each time a REDcap event is processed, an attempt is made by the ETL subsystem to interpret that event and apply any database changes that can be inferred from REDcap to the VBR PgREST database. This must be changed so that once a record has been updated by the VBR API, it can no longer be updated by REDcap-triggered ETL processes.

This will require: