mapto / sprks

Security Policy Risk Simulator: An exploratory simulation game featuring the real-life complexities of corporate information security
MIT License
2 stars 2 forks source link

Changing policy values should update graphs realtime #136

Closed mapto closed 11 years ago

mapto commented 11 years ago

Currently the policy graphs get updated when the user clicks the "Apply" button. This should happen when the user changes values, so that they can explore different policies.

Zhanelya commented 11 years ago

graphs ajax requests seem to freeze any other requests which can even lead to some random fails of the requests not even closely connected to graphs.. for testing purposes and for further bug fixing occasionally need to uncomment those graph requests as it takes quite a while to load anything (if anything is loaded at all).

It may be assumed that multiple/score controller possibly needs to be refactored

mapto commented 11 years ago

This is a duplicate of #97

mapto commented 11 years ago

the redundant repetitive calls have been removed in https://github.com/mapto/sprks/commit/c9b70aa08a1de7a9bd99a5520b0e55de2bd48fdf

mapto commented 11 years ago

Apply button not removed yet.