Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rendering the completely mutated graph on the page #8

Closed
IshaniSanturkar opened this issue Jul 1, 2020 · 1 comment · Fixed by #10
Closed

Rendering the completely mutated graph on the page #8

IshaniSanturkar opened this issue Jul 1, 2020 · 1 comment · Fixed by #10

Comments

@IshaniSanturkar
Copy link
Collaborator

No description provided.

@EatingW
Copy link
Collaborator

EatingW commented Jul 6, 2020

Poker planning notes:

  • Almost done
  • Test mutations file, going through the list of mutations, and get a completely mutated graph
  • Convert the graph to json
  • Use cytoscape.js to parse json and display the graph
  • How to consider this done?
    • display a graph on the devserver page [done]
    • unit test for the mutations [done]
    • unit test for json? There is a function graphToJson in DataServelet. Write unit tests for this function by passing in a graph and comparing the resulting json string.
    • consider having a screenshot test for the rendered graph? [might not be necessary]
      use a test runner to take a screenshot and compare it with a golden. Not necessary because it should be sufficient to assert the json is correct.

Proposed points: 4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants