Actions
Task #88182
closedRefactor JavaScript-side of IRRE
Status:
Closed
Priority:
Should have
Assignee:
Category:
-
Target version:
Start date:
2019-04-22
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
The current code base of IRRE isn't state of the art anymore and has some major flaws:
- Interaction depends on method calls rendered via PHP (and executed via
eval
) - Only one action is allowed since there is a very pessimistic locking
- Usage of JavaScript for fading animations
- Permanent on-the-fly calculations of identifiers
Actions