Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Graphs feature added #59

Merged
merged 13 commits into from Mar 12, 2014
Merged

Graphs feature added #59

merged 13 commits into from Mar 12, 2014

Conversation

ApsOps
Copy link
Member

@ApsOps ApsOps commented Mar 11, 2014

As per this issue -- #18

@@ -25,6 +25,10 @@
url(r'^endpoint/logs$', views.endpoint_logs),
url(r'^endpoint/stats$', views.endpoint_stats),

# Endpoints for graphing.
url(r'^graphs$', views.overall_stats_graphs),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This endpoint should probably be on the frontend instead.

@mithro
Copy link
Member

mithro commented Mar 11, 2014

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
Copy link
Member Author

ApsOps commented Mar 11, 2014

Moved graphs code to frontend part. Please check.


# Endpoints for graphing.
url(r'^graphs$', views.overall_stats_graphs),
url(r'^overall-stats.json$', views.overall_stats_json),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This json endpoint should remain in the tracker.

mithro added a commit that referenced this pull request Mar 12, 2014
@mithro mithro merged commit b175e6f into timvideos:master Mar 12, 2014
@mithro
Copy link
Member

mithro commented Mar 12, 2014

LGTM!

Merging.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants