hpi-sam / digital-fuesim-manv

A German simulation system for training emergency medical services leadership personnel on how to manage Mass Casualty Incidents.
https://fuesim-manv.de/
GNU Affero General Public License v3.0
16 stars 8 forks source link

Show more HospitalPatient information in HospitalPatientsTable #558

Open Dassderdie opened 1 year ago

Dassderdie commented 1 year ago

Current table:

image

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 expandable rows https://material.angular.io/components/table/examples#table-expandable-rows or popups.

It would be nice if the PatientPopup and this new feature could share some logic.

Dassderdie commented 1 year ago

Note:

We are currently only using the material table because of the sorting functionality (that isn't yet in the CDK version). This is a bad workaround. It is discouraged to mix the styles between bootstrap and Material Deign even more by importing more components from Material Design.