ucb-rit / coldfront

HPC Resource Allocation System
https://coldfront.readthedocs.io
GNU General Public License v3.0
3 stars 3 forks source link

Add filtering and search to list views for various requests #584

Open matthew-li opened 6 months ago

matthew-li commented 6 months ago

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:

Avoid duplicating code--refactor common logic so that it is reusable as much as possible. Some reusable constructs may already exist.