m2ms / fragalysis-frontend

The React, Redux frontend built by webpack
Other
1 stars 1 forks source link

Track action history of the user #427

Open boriskovar-m2ms opened 4 years ago

boriskovar-m2ms commented 4 years ago

Parent issue in the roadmap: https://github.com/xchem/fragalysis-backend/issues/197

Significant actions of the user shall be tracked.

Tracked shall be following actions:

  1. Loaded target
  2. Site turned on
  3. Ligand turned on for a molecule
  4. Sidechains turned on for a molecule
  5. Interactions turned on for a molecule
  6. Surface turned on for a molecule
  7. Vectors turned on for a molecule
  8. Vector selected in NGL view
  9. Molecule added to shopping cart
  10. Compound from custom dataset is selected
  11. Ligand turned on for a compound from custom dataset
  12. Sidechains turned on for a compound from custom dataset
  13. Interactions turned on for a compound from custom dataset
  14. Surface turned on for a compound from custom dataset
  15. Ligand turned on for a inspiration of a compound
  16. Sidechains turned on for a inspiration of a compound
  17. Interactions turned on for a inspiration of a compound
  18. Surface turned on for a inspiration of a compound
  19. Vectors turned on for a inspiration of a compound
  20. Ligand turned on for a cross-refference of a compound
  21. Sidechains turned on for a cross-refference of a compound
  22. Interactions turned on for a cross-refference of a compound
  23. Surface turned on for a cross-refference of a compound
  24. Representation is changed of NGL view object

Action shall contain following information: timestamp, object_type, object_name, action_type

reskyner commented 4 years ago

Interactions turned on for a inspiration of a compound Surface turned on for a inspiration of a compound

should be X-reference

teriraj commented 4 years ago

Keying mistakes: a. LHS: if I turn on S, it is written OFF instead of ON - the same mistake is also on RHS in the inspiration window image

b. RHS: This is vritten when I turn on and turn off "C": image in the second line should be "Interaction was turned OFF" written

Points 20. - 23. cannot be tested - X toggle button is not fixed yet

Point 8. Vector selected in NGL view - not tested yet - display of vectors is not possible

Point 9. Molecule added to shopping cart - not tested yet - display of vectors is not possible

Point 24. it is not described in the action to which representation it has changed image image

boriskovar-m2ms commented 4 years ago

The X button will be disabled. Issue is tracked in the ticket #444

teriraj commented 4 years ago

Previous errors are fixed - keying mistakes and description of changes in representation.

Unselect of sites does not work, also "clear selection" button image

teriraj commented 3 years ago

Unselecting of sites works correctly, also "clear selection" button, but there is another problem. Click to "Clear selection" , then click to the Filter button - Filter does not work - only blank screen is displayed image

teriraj commented 3 years ago

it seems to be ok, all problems which were found were fixed