diff options
author | BonfaceKilz | 2022-04-01 13:10:11 +0300 |
---|---|---|
committer | BonfaceKilz | 2022-04-01 13:12:38 +0300 |
commit | 578dc77b7ecf43d1ddfd1d57508ed29fcc325050 (patch) | |
tree | 96c27e5081cde80fec97e6e6bb4b5a789b700a55 /issues | |
parent | b6ec3083d3a3fdee52543baeb078262412ebe797 (diff) | |
download | gn-gemtext-578dc77b7ecf43d1ddfd1d57508ed29fcc325050.tar.gz |
Track work regarding fixing case-attribute work
Diffstat (limited to 'issues')
-rw-r--r-- | issues/fix-case-attribute-work.gmi | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/issues/fix-case-attribute-work.gmi b/issues/fix-case-attribute-work.gmi new file mode 100644 index 0000000..08462bf --- /dev/null +++ b/issues/fix-case-attribute-work.gmi @@ -0,0 +1,19 @@ +# Fix Case Attribute Work + +## Tags + +* assigned: bonfacem +* type: bug +* keywords: case attributes, data editing + +## Tasks + +* [ ] Parse things in "brackets" +* [ ] When editing columns with the same header: +* [ ] Check whether there's an ID. If so: +* [ ] Get the case attribute ID in brackets when in caseattributeXRef +* [ ] Else, do the fetching in SQL +* [ ] Check whether there's an +* [ ] Rollbacks ("conn.rollback()") +* [ ] Consecutive inserts with same values +* [ ] Consecutive deletions |