Skip to content
Snippets Groups Projects
This project is mirrored from https://*****@github.com/iqb-berlin/verona-modules-aspect.git. Pull mirroring updated .
  1. Aug 10, 2023
  2. May 21, 2022
  3. May 20, 2022
  4. May 18, 2022
  5. May 12, 2022
  6. May 06, 2022
  7. Apr 22, 2022
    • jojohoch's avatar
      [player] Make unit definitions available in standalone mode · bfe8ce18
      jojohoch authored
      - add unit-definition-menu module
      - add verona module and move verona services and verona interfaces to it
        to make them available in different modules
      - move the distinction of different page types to app component to make
        them available for unitDefinitionMenu component
      bfe8ce18
  8. Mar 18, 2022
  9. Mar 01, 2022
  10. Feb 28, 2022
  11. Feb 09, 2022
    • rhenck's avatar
      Change all selector prefixes from "app" to "aspect" · a6bdf445
      rhenck authored
      This is done according to the Angular best practices and minimizes
      namespace collisions when using other packages which might use the same
      selectors.
      
      Technically the selectors are not even becessary since we use an Angular
      component factory to create element components but it is still useful
      for the DOM element naming, for debugging purposes for example.
      a6bdf445
  12. Oct 06, 2021
    • jojohoch's avatar
      [player] Refactor `UnitStateService` · 351bec38
      jojohoch authored
      * Take over tasks of `UnitStateComponent`
      * Manage property `unitStateElementCode`
      * Removing the passing of the property `unitStateElementCode` by
      the components
      351bec38
  13. Oct 04, 2021
    • jojohoch's avatar
      [player] Change storage format · 6a4bbeaa
      jojohoch authored
      * `UnitState.dataparts` has property `elementCodes` property, which
      stores status, value and id for FormElement
      * When building a unit, the stored value is assigned to the element
      when it is initiated
      * Removed `UnitState.dataparts.pages`
      * Removed methods initPages and addStoredValues
      6a4bbeaa
  14. Sep 02, 2021
Loading