You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Added
The popup of a simulated region now has five tabs: Overview, Patients, _Transfers, Hospitals and Behaviors
The Overview tab allows setting the name of the simulated region and shows the current number of patients, vehicles, personnel and material
The Patients tab lists all patients in the simulated region and allows inspecting their detailed information.
When clicking on a patient somewhere else in the popup (e.g. in the treat patients behavior details), the patient will be shown in this tab.
The Transfers tab allows setting up transfer connections from/to other simulated regions and/or transfer points
The Hospitals tab allows setting up transfer connections to hospitals
The Behaviors tab allows adding and removing behaviors from simulated regions, inspect their current state and customize their settings
For the assign leader behavior, the type of the currently assigned leader is shown
For the treat patients behavior, the current treatment phase is shown. Additionally the matching from patients to personnel is shown, including information on how many patients are treated by the same personnel at a time and the visible status and progression of the patients. There are also settings for how often the matching is recalculated and how long it takes to count patients.
For the unload arrived vehicles behavior, the unload duration can be set and all currently unloading vehicles are listed with their remaining time
To manage exercises with a large amount of simulated regions easily, a large modal has been added that can be used to manage all simulated regions
Every simulated region popup shows a button to view the current simulated region in this modal
Simulated Regions now act as transfer points, meaning that they can be start and destination of a transfer
Connection lines will be shown for transfer connections from/to simulated regions, too
Changed
Images are now stored in git and not git lfs anymore
Patients, vehicles, personnel and material inside a simulated region are now deleted, when the simulated region is deleted. For vehicles, personnel, and material, they will only be deleted if all that belong together are in the same simulated region.
Fixed
Making a Gruppenführer leader of a simulated region if the region already had a leader did not work. Now, if there already is a leader, better personnel (i.e. the old leader was not a Gruppenführer but the new one is) will be chosen as new leader
When a Gruppenführer is leader of a simulated region, the treat patients behavior no longer stops working
Errors in migrating exercises lo longer crash the backend
If the history of an exercise cannot be restored, it is now dropped and the current state is used
Actions that affect vehicles that are not fully loaded will now be removed in migrations, enabling the restoration of most of the history