Closed canbax closed 3 years ago
I added English translation for google document.
Left my questions / comments in the associated doc.
To store values, we are using localStorage
. So to save predefined lists, "Store user profile" setting should be checked.
Looks good in general, some improvements:
There is a list data type in Neo4j. We use the in
operator for list types. In fact, we only have in
operator for list types.
On the other hand, one of
operator just makes a condition similar to Person.name == 'John' OR Person.name == 'Jack' ...
so we simply combine equality checks with OR statements in Cypher.
I think when the user clicks "Add/Update list" the predefined list should be properly added/updated but the value of the current condition is unchanged if the user exits with "Cancel" instead of "OK".
When the predefined list name is arbitrarily long, dropdown can be arbitrarily wide:
Let's limit the width to not exceed the dialog width using ellipses (...)
Limiting or changing the width of an HTML option
tag is somehow not working. So I set a length limit (33) for the input which will generate option
s. The width of a character in pixels depends on character and font-size. So I give an approximate value.
A possible feature explained in https://docs.google.com/document/d/1Vrlb2jFg0b_oiqVvXg0O9iR9_x9UYsD1sTYdwly1hSc/edit?usp=sharing