blob: 275f846f674fc8c899909862a321699310ca8a09 [file] [log] [blame]
Paul Greyson554dbfd2013-03-25 23:41:41 -07001** March 25, 2013 **
2- First pass at flow chooser
3 - Uses mock data
4 - Select flow to show the flow in topology view
5 - Selected flow currently always shows "marching ants" Once iperf is setup the movement will only be when there is iperf traffic
6 - Still need to do popup flow chooser to "monitor" flows in the flow panel
7
8** March 23, 2013 **
9- Link and switch state updates dynamically
10- Link direction is indicated with arrow heads
11
12** March 22, 2013 **
13- Workarounds for Chrome v25 rendering bugs
14- Fixed broken proxy functionality in restapi2.py
15- webui should now work when hosted from a different server than the controller (where it uses gui3.onlab.us:8080) and also when run from the same server (where it uses localhost:8080)
Paul Greysonc3e21a02013-03-21 13:56:05 -070016
17** March 20, 2013 **
18- URL parameters control functions as follows:
19 http://localhost:9000/ons-demo/index.html
20 uses the ONOS_HOST defined in restapi2.py. currently http://gui3.onlab.us:8080
21 http://localhost:9000/ons-demo/index.html?proxy
22 uses the index.html host to proxy to ONOS_HOST (works around cross site scripting restrictions to allow the WebUI to be served from a different server than the one that hosts the controller)
23 http://localhost:9000/ons-demo/index.html?mock
24 uses the mock JSON responses under ons-dmo/data
25- clicking a controller behavior change
26 1) if all controllers are selected, deselects all controllers except the one clicked
27 2) if only the clicked controller is selected, selects all controllers again
28- Update configuration files to match test bed
29- Update sample JSON files from test bed
Paul Greyson5dd25f62013-03-22 22:20:10 -070030
Paul Greyson554dbfd2013-03-25 23:41:41 -070031** March 19, 2013 **
32- aggregation switch sample data DPIDs do not match official switch config.
33 - switch config hacked 00:00:00:00:00:00:01:01 ==> 00:00:00:00:00:00:01:00 etc.
34- layout does not dynamically adjust when window is resized
35 - refresh browser window after resizing to fix layout