This project is mirrored from https://*****@github.com/iqb-berlin/verona-modules-aspect.git.
Pull mirroring updated .
- Aug 11, 2023
- Aug 10, 2023
-
-
jojohoch authored
- Use own StateVariableStateService which uses the same new base class as UnitStateService
-
- Jul 31, 2023
-
-
rhenck authored
-
- Jul 24, 2023
-
-
rhenck authored
In Player-context the constructors are to fail, when the given properties are not exactly as expected. Therefoore they are validated. When this validation fails, an environment variable is checked to determine if the element should be created anyway with defaults. This switch is off in player-context. But the Editor is not so strict and can create elements with incomplete parameters. There is also a new VersionManager which checks given unit definitions for version-validity. Upon failing this check Player and Editor show error messages. The Editor accepts a certain unit definition version, but shows a warning. The Editor checks units for invalid references after loading. If any are found, they are removed and an info-panel is shown.
-
- Jul 14, 2023
-
-
jojohoch authored
- Remove SanitazationService from player - Extend interface ButtonEvent
-
- Jul 04, 2023
-
-
jojohoch authored
#401
-
- Jun 23, 2023
- Jun 15, 2023
-
-
rhenck authored
Also restructure files containing interfaces.
-
- Jun 06, 2023
-
-
rhenck authored
Most importantly remove the standalone switch and let the service always send postMessage, even when there is no surrounding application listening. This helps testability and has no downsides. Also: - Make methods static where applicable - Remove useless variables and methods - Improve variable initialisation (to allow undefined)
-
- Nov 24, 2022
-
-
jojohoch authored
- Areas are marked with the surrounding 'aspect-anchor' tag
-
- Nov 02, 2022
-
-
jojohoch authored
- Use the VeroSubscriptionService as a pure communication service - Do not contaminate the VeroSubscriptionService with holding data
-
- Oct 21, 2022
-
-
rhenck authored
-
- Oct 04, 2022
-
-
jojohoch authored
-
- Sep 21, 2022
-
-
rhenck authored
-
- Sep 15, 2022
-
-
rhenck authored
- remove ID handling from model classes. This is now done by the editor itself (mainly unit service). - Rename and move IDManager to editor as IDService
-
- Sep 10, 2022
-
-
jojohoch authored
Use map and flat instead of reduce to set dragNDropValueObjects
-
- Sep 09, 2022
- Sep 08, 2022
- Sep 05, 2022
-
-
jojohoch authored
- Add "isOlderThan" method to the "SanitizationService" to distinguish old ToggleButtons with the property "option" from new ones - Use SanitizationService.isUnitDefinitionOutdated in Player to set the unitDefinitionVersion (should be modified!)
-
- May 25, 2022
-
-
jojohoch authored
- Fix related tests
-
- May 21, 2022
-
-
jojohoch authored
- Error was raised when loading a second unit. It was caused by the binding of the UnitStateService to the UnitMenuComponent
-
- May 20, 2022
-
-
jojohoch authored
-
- May 19, 2022
-
-
jojohoch 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.
-
- May 12, 2022
-
-
jojohoch authored
-
- May 09, 2022
-
-
jojohoch authored
-
- May 06, 2022
- May 04, 2022
- May 03, 2022
-
-
jojohoch authored
-
- May 02, 2022
-
-
jojohoch authored
-
- Apr 29, 2022
-
-
jojohoch authored
-