-
Notifications
You must be signed in to change notification settings - Fork 4
-
IGO LIMS updates handling
Past due by over 2 years Last updated over 2 years agoAim: Decide on and implement a set of rules that limit which data c…
Aim: Decide on and implement a set of rules that limit which data can be updated been requests are re-delivered to SMILE.
Completing this milestone means the following:
-
When a Request is delivered to SMILE for the first time, SMILE will persist all of the data included in the request
-
If a Request is delivered to SMILE again, either intentionally or unintentionally, the following rules will apply:
SMILE will reject updates on certain fields which are not sourced directly by IGO and as agreed upon by involved parties. Conversely, updates will be allowed on other fields that are not part of the list of properties we are rejecting updates from.
- Updates have been made to the
request-filter
,label-generator
,smile-server
and/orconsistency-checker
as appropriate to handle these scenarios.
-