Skip to content
Snippets Groups Projects
This project is mirrored from https://*****@github.com/iqb-berlin/verona-player-testbed.git. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
  1. Feb 07, 2022
  2. Dec 13, 2021
  3. Nov 22, 2021
  4. Nov 18, 2021
  5. Aug 12, 2021
  6. Jun 29, 2021
    • jojohoch's avatar
      Use stub version of `DenyNavigationComponent` in test · c222aa9e
      jojohoch authored
      To avoid the import of `AppModule` in unit-host.component.spec.ts a stub
      version of the nested `DenyNavigationComponent` is used.
      c222aa9e
    • jojohoch's avatar
      Remove selection of "Verona Interface Version" · 8a3cdfee
      jojohoch authored
      - Remove radio button options
      - Remove explicit implementation for "Verona Interface Version" 1x
      - Replace displayGetStateButton(), displayContinueButton(),
      displayStopButton() by using properties in the template, because Angular
      cannot predict whether the return value of functions has changed,
      it needs to execute the functions every time change detection runs.
      8a3cdfee
    • jojohoch's avatar
      Use type `UnitNavigationTarget[]` for `enabledNavigationTargets` · 42dcd078
      jojohoch authored
      - replace type `string[]` for `enabledNavigationTargets` with the more
      specific type `UnitNavigationTarget[]`
      - use `EnabledNavigationTargetsConfig` to initialize
      `enabledNavigationTargets` of `playerConfig` and to configure the
      checkboxes in settings
      42dcd078
  7. Jun 28, 2021
    • jojohoch's avatar
      Move `DenyNavigationComponent` to app folder · a2b601a1
      jojohoch authored
      -Delete the subfolder 'components'
      -Improve imports in tests for `DenyNavigationComponent`
      a2b601a1
    • jojohoch's avatar
      Implement `vopUnitNavigationRequestedNotification` and `startPage` · 8ff23207
      jojohoch authored
      -Added the properties `startPage` and `enabledNavigationTargets` to
      `playerConfig` (with tests) and make them editable for the user via
      settings component
      -Renamed the values of `UnitNavigationTarget` and removed duplicate
      definition of `UnitNavigationTarget` in app.classes
      -Handle `vopUnitNavigationRequestedNotification` to make
      navigation buttons of the player work
      -Renamed `setupV2Listener()` to `setupV2V3Listener()` and
      `VeronaInterfacePlayerVersion.v2_0` to
      `VeronaInterfacePlayerVersion.v2_3x` because the implementation
      handles both setups
      8ff23207
  8. Jun 25, 2021
  9. Jun 24, 2021
    • jojohoch's avatar
      Correct handling of `vopStateChangedNotification` · fe96a810
      jojohoch authored
      -Use `unitState.presentationProgress` to set the value of
      `unitList.presentationCompleteState` of the `TestControllerService`.
      -Improve code style in this code section (
      `case: 'vopStateChangedNotification'`)
      fe96a810
  10. Jun 23, 2021
    • ahoch's avatar
      Implement vopNavigationDeniedNotification message · cc9ad3fd
      ahoch authored
      The feature consists of three elements (2 checkboxes and 1 button)
      which are placed in the footer of the app. The interaction of these
      elements is capsuled in the new `DenyNavigationComponent`. The
      component uses the `EventEmitter` property `denyNavigation` to tell
      the parent component when to send the message.
      cc9ad3fd
    • ahoch's avatar
      Style elements in footer with material · f6efabac
      ahoch authored
      Due to the dark background of the footer, the color and border of the
      material checkbox are overwritten.
      f6efabac
  11. Apr 14, 2021
  12. Mar 29, 2021
  13. Mar 11, 2021
  14. Mar 10, 2021
  15. Feb 26, 2021
Loading