[ 
https://issues.apache.org/jira/browse/CB-4492?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13758106#comment-13758106
 ] 

Andrew Grieve commented on CB-4492:
-----------------------------------

For the version info:

1. src/registry/registry.settings into its own module (src/settings)
2. Have it default to Plugman-$VERSION (read from package.json)
3. Have CLI require the module and change it "CLI-$VERSION"

If space becomes an issue, we can figure out how to compact our stats 
after-the-fact, I don't think its worth speculating atm though. Note that views 
take up space since they aren't calculated on-the-fly, but rather have their 
results stored in b-trees.

Date stuff makes sense. A view can parse it out.

{code}
{
  ts: server-generated timestamp in the form (new Date).getTime()
  pkg: [packageId, version],
  tool: ['plugman', '0.3.0'] or ['cli', '3.1.0-0.3.2']
}
{code}
                
> Ensure download counts from plugman-registry are being tracked
> --------------------------------------------------------------
>
>                 Key: CB-4492
>                 URL: https://issues.apache.org/jira/browse/CB-4492
>             Project: Apache Cordova
>          Issue Type: Improvement
>          Components: Plugman
>            Reporter: Andrew Grieve
>            Assignee: Braden Shepherdson
>
> Don't need to have a dashboard or anything fancy at the start, but we should 
> be able to manually query download counts of plugin fetches.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to