Skip to content

HOWTO Code checklist for adding a filter

jcii edited this page Nov 12, 2012 · 1 revision
  1. Add Domain changes
  2. Create EF Migration (PMC> Add-Migration Foo)
  3. Modify Domain\Resources for multi-language strings
  4. Modify Service\IndexViewBase to make IQueryable call
  5. Modify ___Service.cs to call IndexViewBase
  6. Modify ___Controller.cs to return field in Json
  7. Update AutoMapper to pass parameter to Service Layer
  8. Modify jQueryDataTableParam to receive DT parameter
  9. Modify Index.cshtml somewhere, add HTML element, HTML button, javascript event for button to call DT refresh, and DT definition for new column
  10. Add Web\Resources for multi-language strings