ucb-rit / coldfront

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

Display pending request count for each request type #598

Open matthew-li opened 4 months ago

matthew-li commented 4 months ago

Screenshot 2024-04-16 at 10 05 20 AM

(We actually do something similar already on: Admin > Requests > All Requests. Using the same icon/color, but with just the number, might be okay.).

matthew-li commented 3 months ago

We'll think about using Redis to cache request counts so they're not re-computed on each page load. Example in https://github.com/ucb-rit/coldfront/pull/506.