|
9 | 9 | - Integrate new, comparison-based frontend |
10 | 10 | - Integrate backend for content-redaction |
11 | 11 | - Old frontend: modularize |
| 12 | +- Dockerize whole architecture, provide redundancy |
12 | 13 |
|
13 | 14 | # [2.0.5] |
| 15 | + |
| 16 | +## Features |
| 17 | +- Overall: |
| 18 | + - all components of architecture now dockerized |
| 19 | +- Compare frontend |
| 20 | + - link click on eqSelection with form |
| 21 | + - mirrorClick rule now allows `include` and `exclude` of `compositeId`s |
| 22 | + - styles feature differently on click |
| 23 | + - Custom converter for wizard/eqSim |
| 24 | + - exposure now displayed |
14 | 25 | - Ongoing |
15 | | - - link click on eqSelection with form |
16 | | - - dropdown doesnt know which of the options the new value is |
17 | | - - add a `valueToKey` property to wizardComplex? |
18 | | - - new rule: focus on first step from beginning |
19 | 26 | - Upcoming |
20 | 27 | - create a docker-compose.yml for backend, frontends and monitor |
21 | | - - create a global config-file |
22 | | - - style layer differently on click |
23 | 28 | - translation service |
24 | | - - focus on eq-selection immediately |
25 | 29 | - steps: show errors |
26 | 30 | - auto-pilot: configurable start-strategy |
27 | 31 |
|
| 32 | +## Bug fixes |
| 33 | +- Compare frontend |
| 34 | + - Map zooms in to first available step right after selecting a scenario |
| 35 | + |
28 | 36 | # [2.0.4](https://github.com/riesgos/dlr-riesgos-frontend/releases/tag/2.0.4) (May 16 2023) Created monitor and new frontend |
29 | 37 | ## Features |
30 | 38 | - monitor: |
|
34 | 42 | - tickets now stay alive for a certain time after they've been fetched |
35 | 43 | - added `execute?skipCache=true` option for execute-requests |
36 | 44 | - added `runall.ts` which runs all steps once every hour. |
37 | | - - fix: logging threw error on circular objects. |
38 | 45 | - added `expires` headers |
39 | 46 | - frontend: |
40 | 47 | - now allows multiple (dynamic) legends for one layer at the same time. Applied to eq-catalogue. |
41 | 48 | - now has circle-legend |
42 | | - - fix: race condition in making post-eq-damage mapable. |
43 | | - - fix: wrong style and legend for chile-damage. |
44 | | - - fix: *should* have fixed NS_BINDING_ABORTED. |
45 | | - - fix: error in one process does not stop processing of other processes. |
46 | 49 | - Compare frontend |
47 | 50 | - all code now in modules |
48 | 51 | - map allows per-step data-converters which are semi-automatically injected |
|
68 | 71 | - insideOne ruleset: data now mirrored |
69 | 72 | - auto-pilot only started when rules allow it |
70 | 73 | - legends now displayed - if present |
71 | | - - fix: layer- and wizard-services no longer cause multiple ui-updates on every state-change (reason: base-observable now shared) |
72 | 74 | - popup: increased close button clickable area |
73 | | - - fix: click on map only fires click-handler *once*. |
74 | 75 | - dropdown now selects value when clicked on map |
75 | 76 | - wizard expanded from beginning: did need to move `share` up in filter-obs |
76 | 77 | - reducers: parseAPIScenariosIntoNewState: strict typing |
|
79 | 80 | # [2.0.3](https://github.com/riesgos/dlr-riesgos-frontend/releases/tag/2.0.3) (Mar. 9 2023) Bug fixes |
80 | 81 |
|
81 | 82 | ## Bug fixes |
| 83 | +- layer- and wizard-services no longer cause multiple ui-updates on every state-change (reason: base-observable now shared) |
| 84 | +- click on map only fires click-handler *once*. |
82 | 85 | - removed superfluous console-logs |
83 | 86 | - literal parameters of eq-catalog were not accepted |
84 | 87 | - because no `userDataProvided` action triggered when user edits literal values |
| 88 | +- logging threw error on circular objects. |
| 89 | +- race condition in making post-eq-damage mapable. |
| 90 | +- wrong style and legend for chile-damage. |
| 91 | +- *should* have fixed NS_BINDING_ABORTED (happend in Firefox, presumably because too many posts at the same time). |
| 92 | +- error in one process does not stop processing of other processes. |
85 | 93 |
|
86 | 94 |
|
87 | 95 |
|
|
0 commit comments