gbook / nidb

NeuroInformatics Database
GNU General Public License v3.0
26 stars 8 forks source link

File IO webpage changes #65

Open gbook opened 5 years ago

gbook commented 5 years ago

On the filesio.php page, we should display the details of the file io request. When processing a request, sometimes the 'request_message' field in the fileio_requests table is populated. This should be displayed on the page somewhere. Probably by creating a link in the status message to either a dialog box or another page that displays the contents of that field.

We should also find a way to reduce the amount of rows displayed. Either by collapsing or limiting the date range displayed. That is hard because each row has a unique timestamp. So perhaps grouping/collapsing them by date for any older than 2 days or something.