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)
Updated by Michael Stucki almost 11 years ago
- Category changed from New Features to Workspaces
Updated by Michael Stucki almost 11 years ago
- Project changed from 624 to TYPO3 Core
- Category changed from Workspaces to Workspaces
Updated by Mathias Schreiber almost 10 years ago
- Target version changed from 6.0.0 to 7.5
Updated by Benni Mack about 9 years ago
- Target version changed from 7.5 to 8 LTS
Updated by Benni Mack over 8 years ago
- Status changed from New to Closed
already in place as much as possible, the rest won't happen.
Actions