Skip to content
Snippets Groups Projects
This project is mirrored from https://*****@github.com/iqb-berlin/verona-modules-aspect.git. Pull mirroring updated .
  1. Dec 15, 2023
  2. Nov 24, 2023
  3. Oct 26, 2023
  4. Oct 12, 2023
  5. Aug 10, 2023
  6. Jul 04, 2023
  7. Jun 27, 2023
  8. Jun 26, 2023
  9. Jun 23, 2023
  10. Apr 21, 2023
  11. Dec 17, 2022
  12. Dec 13, 2022
  13. Nov 29, 2022
  14. Oct 31, 2022
  15. May 19, 2022
  16. May 18, 2022
  17. 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
  18. May 06, 2022
  19. May 03, 2022
  20. Apr 28, 2022
  21. Apr 14, 2022
  22. Mar 31, 2022
  23. Mar 01, 2022
  24. Feb 28, 2022
  25. 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
  26. 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
  27. Jan 28, 2022
  28. Nov 08, 2021
  29. Oct 29, 2021
  30. Oct 28, 2021
    • jojohoch's avatar
      Refactor form-element-component.directive.ts · 6c38e1c0
      jojohoch authored
      * Remove FormService Injection
      * Move FormService and form types to player
      * Move interface ValueChangeElement to uI-element.ts
      * Use interface InputElementValue instead of
      string | number | boolean | null
      6c38e1c0
  31. Oct 18, 2021
  32. Oct 15, 2021
Loading