diff options
author | Frederick Muriuki Muriithi | 2022-03-16 08:27:39 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2022-03-16 08:27:39 +0300 |
commit | a7b9dcbe3c30da701c4c47f570f3203c8ed66525 (patch) | |
tree | 4b2508e608a7daf7ec4b0fb26cd45edb59c6d991 /topics/data-uploads | |
parent | e8e876fd49c8a52944baec0b9313659917ac9a97 (diff) | |
download | gn-gemtext-a7b9dcbe3c30da701c4c47f570f3203c8ed66525.tar.gz |
Tag and Prioritise more issues
Diffstat (limited to 'topics/data-uploads')
-rw-r--r-- | topics/data-uploads/inserting-data.gmi | 8 | ||||
-rw-r--r-- | topics/data-uploads/reverse-from-file.gmi | 9 |
2 files changed, 14 insertions, 3 deletions
diff --git a/topics/data-uploads/inserting-data.gmi b/topics/data-uploads/inserting-data.gmi index 33b500c..5c79808 100644 --- a/topics/data-uploads/inserting-data.gmi +++ b/topics/data-uploads/inserting-data.gmi @@ -1,6 +1,12 @@ +# Data Uploads: Inserting Data + ## Tags * assigned: bonfacem, zachs +* type: bug +* priority: high +* status: in progress +* keywords: data uploads ### Introduction @@ -160,4 +166,4 @@ MariaDB [db_webqtl]> select * from Strain where Id=66086; - There are 1000s of mice with computable genomes that have never been born yet. Can we compute their phenotype? This is as difficult as - getting to Mars.
\ No newline at end of file + getting to Mars. diff --git a/topics/data-uploads/reverse-from-file.gmi b/topics/data-uploads/reverse-from-file.gmi index f7eb028..9e368db 100644 --- a/topics/data-uploads/reverse-from-file.gmi +++ b/topics/data-uploads/reverse-from-file.gmi @@ -1,8 +1,13 @@ +# Data Uploads: Reversing a Diff + ## Tags * assigned: bonfacem, zachs +* status: unclear +* type: enhancement +* priority: high +* keywords: data uploads ### Introduction -Given a diff file, we should be able to reverse the operations that -were ran on it. +Given a diff file, we should be able to reverse the operations that were ran on it. |