Julian Schmidt

Results 16 issues of Julian Schmidt

### Expected behavior and actual behavior. I'd like to use this library without having to weaken the Content Security Policy of our application. It seems like `eval` is used in...

question
documentation issue
high priority

This PR updates most packages to the most recent version. Notable exceptions are * Angular to version 16 (as this is a bigger one) * TypeScript to version 5/5.1 (Note:...

* There is now a `StoreService` that wraps the ngrx-store * This improves the readability and especially discoverability of synchronous access to the store (`storeService.select(selector)` instead of `getStateSnapshot(selector, store)`) *...

* Refactor Viewport and SimulatedRegion position to be the center instead of a corner * Simplified `GeometryHelper` API by removing `Positions` * The `ResizeRectangleInteraction` now has a minimum size and...

### 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

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

Preserving the prototypes is the big design decision between only saving state in the `ExerciseState` (current implementation) or also behavior (functional vs. object-oriented programming). #### What would need to be...

BP2022HG1 - Needs Discussion or Decisions
BP2022HG1 - Low Priority
Legacy

Currently, it is the number of pixels at zoom 23. Check whether this is independent of the chosen map. It should also be possible to convert the imageHeight to a...

enhancement
frontend
BP2022HG1 - Needs Discussion or Decisions
BP2022HG1 - Low Priority
Legacy