-
Notifications
You must be signed in to change notification settings - Fork 0
Workflow
taiwen edited this page Aug 11, 2012
·
6 revisions
Module design checklist
- System flowchart from business requirements
- Module controllers definition
- Sections: front/admin, and feed/api
- Controllers
- Actions
- Templates mapped to actions
- Module meta definition
- meta
- author
- resource
- Database schema design: resource['database]
- Entities
- Relationship
- Module config: resource['config]
- Block definition: resource['block']
- Model class
- Templates
- Navigation definition: resource['navigation']
- Front
- Admin
- Route definition: resource['route']
- Advanced definitions: resource
- Forms
- Form elements
- InputFilter
- View templates
- Test cases