codeandcognition / koconut

a very cool assess pool
2 stars 0 forks source link

account for conditions #384

Closed bxie closed 5 years ago

bxie commented 5 years ago

Design user flow for control conditions

Conditions:

Requirements:

Dev tasks:

Changes made (& kept) but not needed for any condition:

bxie commented 5 years ago

Can change style of specific nodes in worldview w/ following line of code let nodeId = "dataTypes"; cy.getElementById(nodeId).style({'border-width': '10px', 'border-color': '#4054B2', 'border-style': 'solid'})

http://js.cytoscape.org/#cy.getElementById http://js.cytoscape.org/#style

bxie commented 5 years ago

fixed #385, so recommendations now persist across refresh, sign-in 👌