Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

corobo Usage Stats #311

Open
Makman2 opened this issue Oct 24, 2017 · 1 comment
Open

corobo Usage Stats #311

Makman2 opened this issue Oct 24, 2017 · 1 comment
Labels

Comments

@Makman2
Copy link
Member

Makman2 commented Oct 24, 2017

From @prnvdixit:

Identify the most regularly used corobo commands.
This task involves three parts:

  • Designing the database to store (command, frequency) pairs
  • Updating the table on each command (or buffer commands, if you're worried about performance)
  • An interface to view the results

Contributors most likely to help regarding issue : @meetmangukiya

label : initiatives/gci

Migrated from coala/coala#4784

@Makman2
Copy link
Member Author

Makman2 commented Oct 24, 2017

From @Makman2:

There are probably frameworks for this kind of usage-statistics.

Designing the database to store (command, frequency) pairs

To calculate usage-frequency it's probably best to store timestamps when a command was invoked, otherwise we are too inflexible (e.g. if we want to display frequency for different months vs years, we need the exact usage distribution)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

2 participants