Feature #35246
Make use of Extbase features
Status: | New | Start date: | 2012-03-26 | |
---|---|---|---|---|
Priority: | Should have | Due date: | ||
Assigned To: | - | % Done: | 0% |
|
Category: | Workspaces | Spent time: | - | |
Target version: | 7.5 | |||
PHP Version: | Sprint Focus: | |||
Complexity: |
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)
Related issues
History
#1 Updated by Michael Stucki over 1 year ago
- Category changed from New Features to Workspaces
#2 Updated by Michael Stucki over 1 year ago
- Project changed from Workspaces & Versioning to Core
- Category changed from Workspaces to Workspaces
#3 Updated by Mathias Schreiber 6 months ago
- Target version changed from 6.0.0 to 7.5