blob: a588ff67bdd9ad39439d6aec4ea933d94546a691 (
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
|
# 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."
#### Resolution
This has been addressed in the following PR's
=> https://github.com/genenetwork/genenetwork2/pull/745 https://github.com/genenetwork/genenetwork2/pull/745
=> https://github.com/genenetwork/genenetwork2/pull/744 Fix typo in probeset editing form
* closed
|