Skip to content

Commit 203b485

Browse files
authored
Merge pull request #38 from clingen-data-model/1.9.4
update follow-up reasons (#37)
2 parents 7fa4a70 + 1d76734 commit 203b485

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,12 @@ Chrome extension to allow curators to capture SCV data to a google sheet directl
33

44
## Release Notes
55

6+
### v1.9.4 changes
7+
* Updating "Follow up" reasons in Chrome extension #37 (https://github.com/clingen-data-model/clinvar-scv-curator-ext/issues/37)
8+
69
### v1.9.3 changes
710
* Updating "Follow up" reasons in Chrome extension #35 (https://github.com/clingen-data-model/clinvar-scv-curator-ext/issues/35)
811

9-
1012
### v1.9.2 changes
1113
* (bug fix) ClinVar recently updated the html display which the chrome extension depends on. Minor change to pick up the 'most recent submission date' at the variation level and the 'Last updated' date (or last submission date) from the SCV level. (https://github.com/clingen-data-model/clinvar-scv-curator-ext/issues/32)
1214

scvc/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ClinVar Curator",
3-
"version": "1.9.3",
3+
"version": "1.9.4",
44
"description": "Capture SCV/VCV notes from ClinVar variant screen in a google sheet.",
55
"manifest_version": 2,
66
"key" : "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwC5g4vkDlMPFTsByPnG9WI9lY+IPWddES8SK3cxCuBQE5qSdgEgtDhrRLhXSvcIdUUCDwD7JzEPdQ0IhC3APwsKQJPQlDRweZvyFaTJOm6r5Blp3HvLphDuKZQwUoEzMuXK7IAby05kXPZTMSHas+0m00hHoR8ls//tqKoYt7N/lVj6Mry6nSpr5wFU17HPO8MksyxFlNDhu5OYcgOdTNjUiWthjZ8Xxd0ajdaR1QRoqVCQduUTSAzeptQ1+zYZtEX7+HF8jfZqc5BQDa5GoCuDyTvFvQAHl3Phz3zMWpvcGWR3jCMHD5zthiO8NKX+h2fXbGGrYhuwtQmHLWmTAsQIDAQAB",

scvc/popup.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,7 @@ window.addEventListener('DOMContentLoaded', () => {
212212
'': [
213213
'Contact submitter for clarification',
214214
'Flag for another curator to review',
215+
'Flag for submitter review',
215216
'Send to VCEP for full review',
216217
'Send to VCEP for triage']
217218
};

0 commit comments

Comments
 (0)