summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMunyoki Kilyungi2022-11-09 09:20:12 +0300
committerMunyoki Kilyungi2022-11-09 09:20:12 +0300
commit08e297fa00c245e0fbf856b44fc536cd1a87b000 (patch)
tree778a3f7a372327392fe2a223fb0d339a02bf91af
parentef8f6d9ec1963f5a26d8250107b48c96c65193da (diff)
downloadgn-gemtext-08e297fa00c245e0fbf856b44fc536cd1a87b000.tar.gz
Add issue to track user notification after an edit
-rw-r--r--issues/notify-user-after-trait-edit.gmi21
-rw-r--r--pictures/probeset-editing-form-2.pngbin0 -> 116866 bytes
-rw-r--r--pictures/probeset-editing-form.pngbin0 -> 120659 bytes
3 files changed, 21 insertions, 0 deletions
diff --git a/issues/notify-user-after-trait-edit.gmi b/issues/notify-user-after-trait-edit.gmi
new file mode 100644
index 0000000..e7f02b1
--- /dev/null
+++ b/issues/notify-user-after-trait-edit.gmi
@@ -0,0 +1,21 @@
+# Notify a user after a minor change
+
+## Tags
+
+* assigned: bonfacem
+* type: ui, refactor, enhancement
+* priority: medium
+
+## Description
+
+When the user submits a change of a trait in GN it looks like this:
+
+=> ./pictures/probeset-editing-form.png
+
+Note that we misspell the "Homologene Id" in our form.
+
+Assuming that you are editing the "Homologene Id": when the user clicks on the *Submit Change* button there is a momentary update but there is no update to the form. This is confusing, since the user does not get any confirmation that the update has been made.
+
+=> ./pictures/probeset-editing-form-2.png
+
+A possible solution for the above confusion would be to add a line of text that confirms that: "Thanks. Update has been received. Continue editing or close window."
diff --git a/pictures/probeset-editing-form-2.png b/pictures/probeset-editing-form-2.png
new file mode 100644
index 0000000..2f0c372
--- /dev/null
+++ b/pictures/probeset-editing-form-2.png
Binary files differ
diff --git a/pictures/probeset-editing-form.png b/pictures/probeset-editing-form.png
new file mode 100644
index 0000000..a0be1cb
--- /dev/null
+++ b/pictures/probeset-editing-form.png
Binary files differ