This project is mirrored from https://*****@github.com/iqb-berlin/verona-modules-aspect.git.
Pull mirroring updated .
- Oct 17, 2024
-
-
jojohoch authored
-
- Feb 15, 2024
-
-
jojohoch authored
-
- Sep 08, 2023
- Jan 24, 2023
-
-
jojohoch authored
-
- Nov 30, 2022
-
-
jojohoch authored
- Nov 10, 2022
-
-
jojohoch authored
-
- Nov 04, 2022
-
-
jojohoch authored
- Rewrite interface 'VopMetaData' - Add parameter 'metadata' to VopReadyNotification
-
- Feb 18, 2022
- Feb 09, 2022
-
-
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.
-
- Feb 02, 2022
-
-
jojohoch authored
-
- Jan 10, 2022
-
-
rhenck authored
- Improve variable naming for unit definiton type. (version string) - Use 'iqb-aspect-definition@1.0.0' as value which better communicates the purpose of the data. - Also update the HTML files with the new definition. (Even though it is not checked anywhere.)
-
- Jan 06, 2022
- Dec 15, 2021
-
- Nov 30, 2021
- Oct 15, 2021
-
-
jojohoch authored
-
- Oct 13, 2021
-
-
jojohoch authored
-
- Sep 28, 2021
-
-
jojohoch authored
-
- Sep 24, 2021
-
-
rhenck authored
-
- Aug 27, 2021
-
-
jojohoch authored
-
- Aug 17, 2021
- Aug 16, 2021
- 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 21, 2021
-
-
jojohoch authored
* Implement `VeronaSubscriptionService` to subscribe to messages from the host of the player * Implement `VeronaPostService` to post messages to the host of the player * Implement `NativeEventService` to subscribe to events like 'scroll', 'blur' and 'focus' * Remove js code from wrapper index.html. It is no longer needed.
-
- Jul 13, 2021
-
-
jojohoch authored
* The wrapper of the player component listens to the `valueChanged` event and posts a message to the host of the aspect-player * Improve code style and remove lint errors
-
- Jul 01, 2021
-
-
jojohoch authored
Use `build-player-prod` to build a player version of the aspect-player which can be used in test-center and test-bed. The player needs exported unit definitions from the aspect-editor.
-
- Jun 22, 2021
-
-
rhenck authored
Using scripts also used by the abi player. Aslo adding html wrapper files for dev and production. Those have only been modified minimally and need to be revised.
-