Skip to content

v0.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 08 May 12:46
· 56 commits to main since this release
70aba92

Added

  • There are now events for the removal of patients, vehicles, material, and personnel from simulated regions.
    • When personnel, material, or patients are removed, the treatments get reassigned.
    • When the leader is removed, a new one gets selected.
  • The trainer editor now offers pre-configured templates for different kinds of simulated regions.
    • These templates come with different border colors.
  • Simulated regions display their names on the map.
  • There is now a button in the patients tab of a simulated region that removes the patient from the simulated region and places the patient on the map next to the simulated region (on the right hand side).
  • Simulated regions and viewports display their names on the map.
  • Vehicles now have a property to indicate their current occupation.
  • The emergency operations center (Leitstelle) now has an option to select a different destination for a specified amount of vehicles.
  • Treatment progress falls back to no treatment when a leader is missing in the region.
  • All vehicles in a simulated region can be managed with the new vehicles tab.
    • All operations from the vehicle popup (change name, load, unload) are available.
    • There is a detailed list of the personnel that belongs to the vehicle.
    • A list of patients that are in the vehicle is shown and the patients tab opens for details when clicking a patient.
    • Vehicles can be deleted or moved to the map.
    • Trainers can see the current occupation of a vehicle and cancel it.
  • Simulated regions are prefixed with [Simuliert] in the request target selection for the requests behavior.
  • The patient, whose popup is open, is now highlighted.
  • There is now a behavior that transfers patients. It has configurable load times and delay between transfers.
    • Its user interface can be used to transfer specific patients in specific vehicles.
    • Its user interface displays what vehicles are being loaded and what vehicles are waiting for transfer.
  • Exercises can be started and paused trough a new button in the simulated regions modal, so the modal does not have to be closed to access the button in the toolbar.
  • Changes of the treatment progress can now be reported automatically.
  • The waiting times for vehicles that are getting loaded or are waiting for transfer are shown.
  • There are now buttons in the patients and vehicles tabs that create and lead to a transfer behavior that is pre filled with the patient or vehicle.

Changed

  • Loading or unloading a vehicle from its popup does not close the popup automatically.
  • Patient treatment sorts the patients by their UUID before triaging or assigning treatments in simulated regions. This way, the order of triage does not depend on the order the patients have been added.
  • The load all into vehicle button in the vehicle popup is now visible to trainers only.

Fixed

  • For Tragetrupp vehicles, the load and unload buttons are now properly disabled.
  • The patient status display now updates the pregnancy indicator properly.