Some admin-accessible list views for requests have (a) search and (b) pagination capabilities, while others do not. Ensure that all of these views have both.
From a glance, the following do not:
- New Project Requests
- (MyBRC only) New Vector Project Requests
- Project Renewal Requests
- (MyBRC only) Secure Directory Requests
- (MyBRC only) Service Units Purchase Requests
Avoid duplicating code--refactor common logic so that it is reusable as much as possible. Some reusable constructs may already exist.