WWU-Cyber-Warfare-Game / cyber-wargame

A wargame where two teams face off against each other and try to infiltrate their networks. Created for our senior project at Western Washington University.
0 stars 1 forks source link

Defend Node Effect and Graph Team Toggle Button #67

Closed aidandh closed 5 months ago

aidandh commented 5 months ago

Added a defend node effect and created a button the switches between the team graph view and the opponent graph view. I also combined the getNodes and getEdges function into one function.

However, now the action page makes almost 60 API calls every time it loads. Not sure what it was before, but I didn't notice it being this bad before.