summaryrefslogtreecommitdiff
path: root/issues/fix-case-attribute-work.gmi
blob: 3f49f340cd2fcd32dfbc4a3ae1705050f5561f28 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# Fix Case Attribute Work (Same Columns)

## Tags

* assigned: bonfacem
* type: bug
* keywords: case attributes, data editing

## Tasks

* [x] Parse things in "brackets"
* [x] When editing columns with the same header:
* [x] Check whether there's an ID. If so:
* [x] Get the case attribute ID in brackets when in caseattributeXRef
* [x] Else, do the fetching in SQL
* [x] Check whether there's an
* [x] Rollbacks ("conn.rollback()")
* [-] Consecutive inserts with same values
* [-] Consecutive deletions

### Notes: 06/04/22

Most of these issues have been addressed in these 2 PRs:

=> https://github.com/genenetwork/genenetwork3/pull/90

=> https://github.com/genenetwork/genenetwork2/pull/695

The last 2 elements in the tasks have been moved out to their own tasks.

=> /issues/consecutive-crud-applications-when-uploading-data

Also, wrt UI issues see:

=> /issues/metadata-edits-improvements

* closed