digital-fuesim-manv icon indicating copy to clipboard operation
digital-fuesim-manv copied to clipboard

A German simulation system for training emergency medical services leadership personnel on how to manage Mass Casualty Incidents.

Results 78 digital-fuesim-manv issues
Sort by recently updated
recently updated
newest added

This is an anomaly in the assignment of treatments in simulated regions. ## How to reproduce Given two simulated regions `A` and `B` with each one leadership behavior and one...

shared
BP2022HG1 - Needs Discussion or Decisions
simulation

After #781 is merged, behaviors will be able to clean up activities and other things when they are removed from a simulated regions. We already have some behaviors and should...

enhancement
shared
BP2022HG1 - Needs Discussion or Decisions

If one were to put a vehicle inside a simulated region and then deleted that simulated region, the vehicle would not be deleted, but it should.

bug
shared

At the moment, running timers for treatment reassignments of the treat patients behavior are not changed when setting new intervals for the different states. This could cause lock-outs if one...

enhancement
shared

### Current table: ![image](https://user-images.githubusercontent.com/18506183/195056853-431fba44-761a-4ee2-8354-bbb541748782.png) Component: `frontend\src\app\pages\exercises\exercise\shared\exercise-statistics\hospital-patients-table` ### Wanted Functionality: When clicking on a patient, there should be a more detailed view of his/her properties. This could, e.g., be achieved via...

BP2022HG1 - Good First Issue
Legacy

The uuid is created in the reducer. ```ts reducer: (draftState, { name, message }) => { const logEntry = EocLogEntry.create( draftState.currentTime, message, name ); draftState.eocLog.push(cloneDeepMutable(logEntry)); return draftState; }, ``` ```ts...

bug
shared
Legacy

At the moment, (per-)triage ("triage" in the following) is handled just like regular treatment of patients, meaning that a single personnel can triage multiple patients at the same time and...

enhancement
shared

Bug report: On #291 If the proposal to move an image fails, the image remains on the invalid position instead of being reverted to its original position. ### Direct response...

bug
frontend

A script to update packages to (at least) there newest minor version, could be useful. Keeping packages up to date, is probably something we should do regularly or is there...