Actions
Feature #35246
closedMake use of Extbase features
Start date:
2012-03-26
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
The workspace module uses the Extbase dispatcher for backend modules, however, there are many places where domain models, repositories and proper services would make sense, e.g.:
- Domain_Model_Workspace (+ Repository)
- Domain_Model_DatabaseRecord (could be live or version record) - lazy, just needs table and uid to be working
- Domain_Model_CombinedRecord (the relationship of live and version record) - lazy, just needs table and uid to be working
- Domain_Model_Stage (+ Repository)
Actions