diff options
author | BonfaceKilz | 2022-04-06 17:39:53 +0300 |
---|---|---|
committer | BonfaceKilz | 2022-04-06 17:41:13 +0300 |
commit | a75b726a008012b83c1ad25b330d43aabd711ee3 (patch) | |
tree | f2759d389a150c2ed03cd6fe4133f4b3064b231a /issues/consecutive-crud-applications-when-uploading-data.gmi | |
parent | 4a0dc15d6a784cc9818a27cd6dea8efec61876a2 (diff) | |
download | gn-gemtext-a75b726a008012b83c1ad25b330d43aabd711ee3.tar.gz |
Add new issue on editing case attributes.
Diffstat (limited to 'issues/consecutive-crud-applications-when-uploading-data.gmi')
-rw-r--r-- | issues/consecutive-crud-applications-when-uploading-data.gmi | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/issues/consecutive-crud-applications-when-uploading-data.gmi b/issues/consecutive-crud-applications-when-uploading-data.gmi new file mode 100644 index 0000000..bb1fa21 --- /dev/null +++ b/issues/consecutive-crud-applications-when-uploading-data.gmi @@ -0,0 +1,23 @@ +# Fix Case Attribute Work (Same Columns) + +## Tags + +* assigned: bonfacem +* type: bug +* keywords: case attributes, data editing + +## Tasks + +* [ ] Consecutive inserts with same values +* [ ] Consecutive deletions + +## Description + +What happens in the following scenarios: + +- A user uploads data. +- Before the data is approved, they upload the same data but modified in the upload page. +- Someone tries to merge the changes consecutively. + +Above, there will be a race-condition. + |