Ticket #1106 (closed enhancement: fixed)
Improve the build system for actions, views and models
| Reported by: | felix | Owned by: | felix |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.1 |
| Component: | build | Version: | HEAD |
| Severity: | normal | Keywords: | |
| Cc: | Patch attached: | no |
Description (last modified by felix) (diff)
The buildsystem could ask for various informations when creating an action, view or model and autogenerate more code:
For actions the methods for all supported request methods could be generated.
For views, the methods for supported output types could be generated.
For models getters and setters for properties could be generated.
This would allow to generate the appropriate test stubs as well and save a lot of manual developer work, thus promoting a proper testing regiment.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

