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

Fix top10 and/or migrate to key-value store #9

Open
1 of 3 tasks
dgw opened this issue Jul 12, 2015 · 0 comments
Open
1 of 3 tasks

Fix top10 and/or migrate to key-value store #9

dgw opened this issue Jul 12, 2015 · 0 comments
Assignees
Labels

Comments

@dgw
Copy link
Owner

dgw commented Jul 12, 2015

Tasks:

  • Fix top10 (appears done as of 757be22)
  • Use nick groups to get preferred nick if available (?)
  • Migrate to key-value store

Original issue text:

Currently the scores are being stored incorrectly, such that they print out like this:

[11:00:53] <%Kaede> #1 dgw (469 points 12 games, 6 won, 1:33:56 wasted)
[11:00:53] <%Kaede> #2 Sammie (36 points 1 games, 1 won, 0:15:55 wasted)
[11:00:53] <%Kaede> #3 Slyphoria (20 points 1 games, 1 won, 0:05:56 wasted)
[11:00:54] <%Kaede> #4 Owningmatt93 (0 points 1 games, 0 won, 0:01:31 wasted)
[11:00:55] <%Kaede> #5 Tenzinn (0 points 1 games, 0 won, 0:38:52 wasted)
[11:00:56] <%Kaede> #6 Sammie (0 points 1 games, 0 won, 0:38:52 wasted)
[11:00:56] <%Kaede> #7 Tenzinn (0 points 1 games, 0 won, 0:15:55 wasted)

Fix and/or migrate to willie's (or whatever he's called by the time this is done) key-value store.

@dgw dgw added the bug label Jul 12, 2015
@dgw dgw self-assigned this Jul 12, 2015
dgw added a commit that referenced this issue Jul 12, 2015
Avoids using opaque int-indexed lists/arrays, and should make it easier
to move to key-value store in the future (see #9).
Automatically converts old space-separated-values file if needed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant