opencaesar / oml-vision

A VS Code extension providing UI viewpoints for OML models
Other
4 stars 2 forks source link

feat/59-related-elements-modal #73

Closed pogi7 closed 2 months ago

pogi7 commented 2 months ago

Checklist before submitting a merge request

Description of contribution

relations wizard opens when double clicking a node in the diagram view closes #59

Testing performed

How to Test Expected functionality changes

  1. Go to https://github.com/UTNAK/kepler16b-using-imce-vocabulary
  2. Switch to main branch
  3. Run git pull
  4. From the command line run ./gradlew load or from the Setup Tasks webview
  5. Wait for that command to finish
  6. Open the decompositions-autogen webview
  7. Double Click on the orbiter-propulsion-subsystem node
  8. Verify that the relations for the orbiter-propulsion-subsystem appears in the modal
  9. Verify that the search functionality works
  10. Verify that the pagination functionality works
  11. Verify that you can sort by ascending and descending order by clicking the column name
  12. Verify you can exit out of the modal

Additional context

[If needed, you may add additional context]