-
Notifications
You must be signed in to change notification settings - Fork 17
HOWTO Code checklist for adding a filter
jcii edited this page Nov 12, 2012
·
1 revision
- Add Domain changes
- Create EF Migration (PMC> Add-Migration Foo)
- Modify Domain\Resources for multi-language strings
- Modify Service\IndexViewBase to make IQueryable call
- Modify ___Service.cs to call IndexViewBase
- Modify ___Controller.cs to return field in Json
- Update AutoMapper to pass parameter to Service Layer
- Modify jQueryDataTableParam to receive DT parameter
- Modify Index.cshtml somewhere, add HTML element, HTML button, javascript event for button to call DT refresh, and DT definition for new column
- Add Web\Resources for multi-language strings