This project is mirrored from https://*****@github.com/iqb-berlin/verona-modules-aspect.git.
Pull mirroring updated .
- Oct 14, 2024
- May 23, 2024
-
-
jojohoch authored
#656
-
- Feb 15, 2024
-
-
jojohoch authored
-
- Jan 31, 2024
-
-
jojohoch authored
#605
-
- Dec 15, 2023
- Nov 24, 2023
-
-
rhenck authored
-
- Aug 16, 2023
-
-
jojohoch authored
#397
-
- Aug 09, 2023
-
-
jojohoch authored
-
- Jul 04, 2023
- Jun 23, 2023
-
-
jojohoch authored
- Basic implementation
-
- Jan 24, 2023
-
-
jojohoch authored
-
- Nov 30, 2022
-
- Nov 04, 2022
-
-
jojohoch authored
- Rewrite interface 'VopMetaData' - Add parameter 'metadata' to VopReadyNotification
-
- Sep 21, 2022
-
-
rhenck authored
-
- May 17, 2022
-
-
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.
-
- Apr 27, 2022
-
-
jojohoch authored
elementModels are described in the unitDefinition elementCodes are saved in the unitState Their values are mapped by the ElementModelElementCodeMappingService
-
- Apr 22, 2022
-
-
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
-
- Apr 14, 2022
-
-
jojohoch authored
Change import paths of CommonModule files in editor and player
-
- Mar 01, 2022
-
-
jojohoch authored
-
- Feb 17, 2022
-
-
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.
-
- Feb 02, 2022
-
-
jojohoch authored
-
- Jan 06, 2022
-
-
jojohoch authored
- Dec 01, 2021
-
-
jojohoch authored
see Verona Api
-
- Oct 26, 2021
-
-
jojohoch authored
* Add `InputElementValue` as type when needed
-
- Oct 18, 2021
-
-
jojohoch authored
-
- Oct 14, 2021
-
-
jojohoch authored
-
- Oct 07, 2021
-
-
jojohoch authored
* When elements receive the focusin event, their status is changed to `TOUCHED` * Replace `this.form.valueChanges` subscription with `this.unitStateService.unitStateElementCodeChanged` subscription
-
- Oct 05, 2021
-
-
jojohoch authored
* Value and status of all elements are saved * Move some Methods and Properties from FormService to UnitStateService
-
- Oct 04, 2021
-
-
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
-
- Aug 24, 2021
-
-
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
-
- Aug 23, 2021
-
-
jojohoch authored
-
- Aug 13, 2021
-
-
jojohoch authored
* Define data version types data versions for `unitDefinition` and `unitState` in meta tag of index.html * Separate `MetaDataService` from `VeronaPostService` * Extend `MetaDataService` to verify data versions of `unitDefinition` and `unitState`
-
- Jul 26, 2021
-
-
jojohoch authored
`PlayerStateComponent` encapsulates information about the status of the player.
-
- Jul 23, 2021
-
-
jojohoch authored
* Add verona interfaces to ensure type-safe communication with host * To use the verona interfaces refactor the verona services
-