tag name | v0.3.0 (81c0be1137be885bf2fd307bd2f84ca70687c4c9) |
tag date | 2016-11-18 17:25:59 +0800 |
tagged by | Aaron LI <aaronly.me@outlook.com> |
tagged object | commit 8e81b722fe... |
download | fg21sim-0.3.0.tar.bz2 |
---|
fg21sim: v0.3.0
* Major change to the Web UI.
+ The WebSocket is only used to push configurations and logging
messages to the client;
+ The configuration manipulations and console operations are
implemented using the AJAX techniques;
+ Modal box is used to notify the AJAX request results,
therefore much better user experience.
* Several bug fixes to the Web UI.
* Minor improvements to the simulation parts.
* TODO/problems:
+ The console task currently still blocks the Tornado IO loop!
+ The Web UI "results" section is not implemented yet.
+ The "extragalactic/pointsources" component is not added to
Web UI configurations yet.