Opened 11 years ago

Closed 11 years ago

#494 closed enhancement (fixed)

Show number of items waiting for processing on the index page

Reported by: Nicklas Nordborg Owned by: Nicklas Nordborg
Priority: minor Milestone: Reggie v2.12
Component: net.sf.basedb.reggie Keywords:
Cc:

Description

Now that the index page is full of wizards it would be nice to display the number of items waiting for a certain step to be displayed on the index page.

Change History (1)

comment:1 by Nicklas Nordborg, 11 years ago

Resolution: fixed
Status: newclosed

(In [1983]) Fixes #494: Show number of items waiting for processing on the index page

After the index page has loaded, multiple AJAX calls are made to the server to count various number of items. The calls are made in a separate thread and should not block other interactions on the page.

On the server side each count is cached using Hibernate's query cache functionality, so it should not be too heavy on the database server even if the index page is loaded multiple times.

Note: See TracTickets for help on using tickets.