timvideos / streaming-system

Tim Video's - Live Streaming for user groups and other events.
https://code.timvideos.us/
Apache License 2.0
131 stars 52 forks source link

Graphs feature added #59

Closed ApsOps closed 10 years ago

ApsOps commented 10 years ago

As per this issue -- https://github.com/timvideos/streaming-system/issues/18

mithro commented 10 years ago

Thanks for doing this!

I just noticed one problem with this change. Nothing in the /tracker directory should depend on code in the /frontend directory.

Either the graphs page should be moved to frontend directory, or the static files the graph page depends on should end up in the tracker directory.

ApsOps commented 10 years ago

Moved graphs code to frontend part. Please check.

mithro commented 10 years ago

LGTM!

Merging.