Skip to content
Snippets Groups Projects
This project is mirrored from https://*****@github.com/iqb-berlin/verona-modules-aspect.git. Pull mirroring updated .
  1. Oct 14, 2024
  2. May 23, 2024
  3. Feb 15, 2024
  4. Jan 31, 2024
  5. Dec 15, 2023
  6. Nov 24, 2023
  7. Aug 16, 2023
  8. Aug 09, 2023
  9. Jul 04, 2023
  10. Jun 23, 2023
  11. Jan 24, 2023
  12. Nov 30, 2022
  13. Nov 04, 2022
  14. Sep 21, 2022
  15. May 17, 2022
    • rhenck's avatar
      Refactor model interfaces to classes · 2e9be6e9
      rhenck authored
      This way elements can handle their logic themselves without having to
      rely on outside utility classes.
      
      Also restructure files in common in a more logical way.
      2e9be6e9
  16. Apr 27, 2022
  17. 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
  18. Apr 14, 2022
  19. Mar 01, 2022
  20. Feb 17, 2022
    • rhenck's avatar
      Rework models from classes to interfaces · f416ce14
      rhenck authored
      This removes all the classes and goes back to simple interfaces for
      unit, pages etc and all elements. This makes creating them easier and
      cleaner.
      Things like specific needs when setting element properties and most
      importantly compatibility handling is done by a special service module,
      that knows all the elements and how to repair old their potentially
      outdated definitions.
      f416ce14
  21. Feb 02, 2022
  22. Jan 06, 2022
  23. Dec 01, 2021
  24. Oct 26, 2021
  25. Oct 18, 2021
  26. Oct 14, 2021
  27. Oct 07, 2021
  28. Oct 05, 2021
  29. 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
  30. Aug 24, 2021
    • jojohoch's avatar
      [player] Implement `stateReportPolicy` · 4e821f2a
      jojohoch authored
      * in eager mode a vopStateChangedNotification is still sent
      * otherwise the last state is cached in the `VeronaPostService` and
      can be retrieved from the host
      4e821f2a
  31. Aug 23, 2021
  32. Aug 13, 2021
  33. Jul 26, 2021
  34. Jul 23, 2021
    • jojohoch's avatar
      [player] Use verona interfaces · 5fc6c27c
      jojohoch authored
      * Add verona interfaces to ensure type-safe communication with host
      * To use the verona interfaces refactor the verona services
      5fc6c27c
Loading