Task #3507
Apply new conventions for naming of Domain Models and Repositories
Status:
Resolved
Priority:
Must have
Assignee:
Category:
-
Target version:
Start date:
2009-05-29
Due date:
% Done:
100%
Estimated time:
Sprint:
PHP Version:
Has patch:
Complexity:
Description
The naming conventions for domain models, validators and repositories should change to the following scheme:
\F3 \Blog \Domain \Model Blog CommentInterface AbstractComment GoodComment Badcomment \Repository BlogRepository PostRepository \Validator BlogValidator EverythingFineValidator
This probably requires changes in the resolving mechanism for validators and repositories.
Make sure that also substructures are supported:
\Domain \Model \Content ContentInterface AbstractContent Page Text Site StructureNode \Repository \Content PageRepository SiteRepository StructureNodeRepository
Document the new conventions in the manual.
Updated by Karsten Dambekalns almost 13 years ago
- Status changed from New to Accepted
- Assignee set to Karsten Dambekalns
Updated by Karsten Dambekalns almost 13 years ago
- Target version changed from 1.0 alpha 1 to 1.0 alpha 2
Moving to alpha2...
Updated by Karsten Dambekalns almost 13 years ago
- Status changed from Accepted to Resolved
- % Done changed from 0 to 100
Applied in changeset r2568.