diff --git a/src/allmydata/web/status.py b/src/allmydata/web/status.py
index 89e6b64..d9a7240 100644
--- a/src/allmydata/web/status.py
+++ b/src/allmydata/web/status.py
@@ -436,6 +436,7 @@ class DownloadStatusPage(DownloadResultsRendererMixin, rend.Page):
for groupnum in range(len(serverid_to_group))]
return new_events, highest_rownums
+ # TODO: function that create the data for the download status timeline?
def child_event_json(self, ctx):
inevow.IRequest(ctx).setHeader("content-type", "text/plain")
data = { } # this will be returned to the GET
@@ -962,10 +963,14 @@ class MapupdateStatusPage(rend.Page, RateAndTimeMixin):
l[T.li["[%s]: %s" % (server.get_name(), times_s)]]
return T.li["Per-Server Response Times: ", l]
+
+ # FIXME: function to change with d3.js!!!
def render_timing_chart(self, ctx, data):
imageurl = self._timing_chart()
return ctx.tag[imageurl]
+
+ # FIXME: function to change with d3.js!!!
def _timing_chart(self):
started = self.update_status.get_started()
total = self.update_status.timings.get("total")
-----------------------------1108772522131282540180874560
Content-Disposition: form-data; name="description"