mirror of
https://github.com/werkraum-media/calendar.git
synced 2024-11-21 17:46:08 +01:00
Calendar functionality for integration with other extensions, see: https://daniel-siepmann.de/reuse-existing-extbase-controller.html
https://www.werkraum-media.de/
Daniel Siepmann
77dd56ad43
This replaces the existing unit tests for the controller. Functional tests are way better suited for testing the controller. |
||
---|---|---|
.github/workflows | ||
Classes | ||
Configuration | ||
Resources/Private | ||
Tests | ||
.gitignore | ||
composer.json | ||
ecs.php | ||
ext_emconf.php | ||
LICENSE | ||
phpunit.xml.dist | ||
README.rst |
TYPO3 Extension: calendar
Provides:
- Data (classes) for Month, Week and Day.
- Controller with action to view Month, Week and Day.
Each day can have foreign data created by a factory. That way extensions or TYPO3 instances can add further data to each day.