Changes between Initial Version and Version 1 of Ticket #1942, comment 14
- Timestamp:
- 2015-02-07T01:24:44Z (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1942, comment 14
initial v1 1 1 Starting to work on it... see https://tahoe-lafs.org/trac/tahoe-lafs/attachment/ticket/1942/1942-wui-replace-google-chart-with-d3js-initial.patch 2 2 3 Added the needed js libraries to src/allmydata/web/map-update-status.xhtml and a div id like in src/allmydata/download-status-timeline.xhtml3 Added the needed JS libraries to [source:src/allmydata/web/map-update-status.xhtml] and a `div` id like in [source:src/allmydata/download-status-timeline.xhtml]. 4 4 5 The code to create in src/allmydata/web/static/update_status_timing_chart.js might be similar to the one that is in src/allmydata/web/static/download_status_timeline.js5 The code to create in [source:src/allmydata/web/static/update_status_timing_chart.js] might be similar to the one that is in [source:src/allmydata/web/static/download_status_timeline.js]. 6 6 7 The functions to change in src/allmydata/web/status.py seems to be MapupdateStatusPage?.render_timing_chart and MapupdateStatusPage?._timing_chart7 The functions to change in [source:src/allmydata/web/status.py] seems to be `MapupdateStatusPage.render_timing_chart` and `MapupdateStatusPage._timing_chart`. 8 8 9 Is the code in DownloadStatusPage?.child_event_json (src/allmydata/web/status.py) creating the data that src/allmydata/web/static/download_status_timeline.jsis using?9 Is the code in `DownloadStatusPage.child_event_json` ([source:src/allmydata/web/status.py]) creating the data that [source:src/allmydata/web/static/download_status_timeline.js] is using?