Custom Query (2152 matches)
Results (412 - 414 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#2220 | fixed | make ckan cacheable | toby | toby |
Description |
need to sort cookies etc should work with nginx and varnish |
|||
#2227 | wontfix | Tests are slow and broken | toby | toby |
Description |
not all tests run and they take too long :( |
|||
#2251 | fixed | Internal analytics for ckan. | toby | kindly |
Description |
Page views and Resources clicks need to be tracked. User StoriesUS1 As a Site Admin / Visitor (?) I want to see how often a page has been viewed (every page) and how often resources have been downloaded. US1a Next to a resource or a dataset see how often it has been downloaded / viewed US1b I want to see datasets or resources ranked by most downloaded or viewed US1c See a trend graph for a dataset (and resources) Adminstrative Dashboard (?)
Implementation Details
Storing DataHow does ckanext-googleanalytics do this? Current table: package_id | count_recent | count_total Move to a new stats_summary table id | item_id | object_type | stats_type (total, month_yyyy_mm, ...) | value Do we store this data into the search (solr) so we can search by it? Displaying Data
Tracking Data
Own Solution(For later: not as part of this ticket probably) site_tracking table id | url | timestamp | action (page_view, resource_download) |
|