Mercurial > dive4elements > river
comparison flys-client/Changes @ 287:2586149b9934
Prepared Changes for the upcoming release 2.3.
flys-client/trunk@1922 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Fri, 13 May 2011 11:24:55 +0000 |
parents | |
children | 8869028f8476 |
comparison
equal
deleted
inserted
replaced
286:0fa8bf8a2295 | 287:2586149b9934 |
---|---|
1 2011-05-13 RELEASE 2.3 | |
2 | |
3 NEW: | |
4 | |
5 * Initial GWT/Ajax based Web-Client for the REST based artifact system: | |
6 - Renderer for states specific for WINFO artifact | |
7 - Panels for W/Q selection | |
8 - Panels for Range selection | |
9 - Chart panels for chart output creation | |
10 - Export panels that provides download links for exporting computation | |
11 data | |
12 - Project list displays former projects that might be opened by | |
13 double click | |
14 - Datacage (dt. 'Datenkorb') UI that displays loadable data for charts | |
15 | |
16 * RPC-services enable data exchange between client and server | |
17 | |
18 * Connection settings are configured in config.xml | |
19 | |
20 * I18N is splitted into two parts and support English and German: | |
21 - GUI elements are translated using the GWT i18n mechanism | |
22 - Information/data served by the artifact system is translated by the | |
23 artifact server | |
24 | |
25 | |
26 LIMITATIONS: | |
27 | |
28 * Language switch drops the current session | |
29 | |
30 * Charts served by the artifact system are rendered as PNG only | |
31 | |
32 * Theme control for charts is not implemented yet. | |
33 | |
34 * Data served by the datacage can't be added to projects/charts | |
35 | |
36 | |
37 !!! | |
38 | |
39 The version number of this release depends on an existing desktop variant of | |
40 this software that is in version 2.1. | |
41 | |
42 !!! | |
43 | |
44 | |
45 2011-03-30 RELEASE 0.1 |