SummerOfCode/2013/newMemoryPage/week8

From MozillaWiki
Jump to: navigation, search

End of Week 8: Report

It would seem that everything is working as expected, so we move to introduce live updates to the page. Internally, when the stats are first measured and sent over for charting, we set up a 'setInterval' method to do this periodically henceforth, and are just flushing out the previous SVGs to recreate the new ones. Not elegant, or beautiful, but works. Hopefully we can improve on the first two aspects as well.