Skip to content
josegar74 edited this page Apr 4, 2014 · 8 revisions
Date Apr 4 2014 Contacts Jose García
Status In Progress Release 2.12
Resources Ticket #
Source code coming soon
Funding Ontario Ministry of Natural Resources (OMNR)

Overview

This feature allows administrators to create the following reports in CSV format:

  • Internal metadata records (metadata not published to group ALL).
  • Updated metadata records during a period of time.
  • File uploads to metadata records in a period of time.
  • File downloads to metadata records in a period of time.
  • Users access in a period of time.

New reports can be added in the system in the future.

Technical Details:

User interface

A new Report option has been added in the dashboard to access to the reporting UI.

Users access

The User domain class has been enhanced to track the last login user date.

A new Spring ApplicationListener has been created to handle successful users login. The listener is configured in config-security-core.xml

  <!-- Listener to log the last login date in the database -->
  <bean class="org.fao.geonet.kernel.security.listener.UpdateTimestampListener" id="updateTimestampListener">

Metadata file uploads/downloads

Metadata file upload and download services have been extended to track this information to create the related reports:

  • User requesting the upload/download.
  • File uploaded/downloaded.
  • Date of upload/download.

Proposal Type:

  • Type: Admin-UI
  • Module: web-ui,domain,services,core

Voting History

  • Vote Proposed: TBA

Participants

  • All
Clone this wiki locally