Adam Coffman
Adam Coffman
@jmcmichael I added ``` expressionProperties: { 'templateOptions.required': function ($viewValue, $modelValue, scope) { return scope.model.evidence_type === 'Predictive'; } ``` To the drugs form field which "works" in the sense that it...
https://github.com/griffithlab/civic-server/blob/staging/app/models/badges/rules.rb
Yup! This is just one more field in the suggested change (in this case, variant_id). Creating a new variant for the purpose of moving an EID to it is slightly...
For a first pass we're going to support moving between already existing variants. Creating a new variant on the fly via an EID edit is likely going to be a...
https://civicdb.org/events/genes/14/summary/variants/554/summary/evidence/7986/summary#evidence
Hi guys, thanks for reaching out and apologies for the delayed response. You are correct that there is no Dockerfile for this project. We would be happy to accept such...
The V2 API is substantially different as it is using GraphQL rather than the previous REST-like approach. However, we are more than happy to provide guidance on porting your existing...
I have pushed an updated sql dump which can be found in db/data.sql.gz
@pieterlukasse Apologies, I realized I inadvertently pushed a data dump with the V2 schema - that will not work with this app. I have corrected it; please be sure you...