Paging Requirements/Design
m (→Overview) |
|||
Line 5: | Line 5: | ||
The following locations in the vm module need paging capabilities: | The following locations in the vm module need paging capabilities: | ||
*Volunteer List | *Volunteer List | ||
+ | **DAO::getVolunteers() | ||
+ | **VolunteerController::controlHandler() case 'display_list_all', 'display_list_assigned' | ||
+ | **VolunteerView::listVolunteers() | ||
+ | **templates/volunteers/list.tpl | ||
*Volunteer Search | *Volunteer Search | ||
*Volunteer Assignment | *Volunteer Assignment |
Revision as of 21:07, 20 May 2008
Overview
This document aims to organize the effort to add paging to the vm module.
Locations
The following locations in the vm module need paging capabilities:
- Volunteer List
- DAO::getVolunteers()
- VolunteerController::controlHandler() case 'display_list_all', 'display_list_assigned'
- VolunteerView::listVolunteers()
- templates/volunteers/list.tpl
- Volunteer Search
- Volunteer Assignment
- Project List
- Single Project Display Page
- Reports?