Actions
Feature #4499
closedFeature #4498: Interactive incident/event reports
Extend report metadata
Start date:
01/09/2019
Due date:
01/31/2019
% Done:
100%
Estimated time:
To be discussed:
Description
Extend database model for report metadata necessary for on-fly generation and calculate/save them along with the current text report. Data structure could be something akin to:
{ class: { ip: { starttime: ..., endtime: ..., count: ..., proto: ..., ... (url, etc) }, another_ip: { ... } }
That should be flexible enough to incorporate new metadata for IPs.
Please, also review current JSON format for statistics, to keep things more or less consistent.
Updated by Pavel Kácha over 5 years ago
- Target version changed from Backlog to 2.5
Updated by Jan Mach over 5 years ago
- Status changed from Resolved to Closed
- % Done changed from 0 to 100
Closing, any further development will be done after first try out in production environment in separate issue.
Actions