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

Version 3 proposal: Store optional member data in a single hash #26

Closed

Commits on Sep 16, 2012

  1. Version 3 proposal: Store optional member data in a single hash

    This has the benefit of not using a separate hash for every single
    member's data. As is updated in the documentation, you can store
    more data for a given member by, for example, encoding a Hash
    in JSON. Not only will this save on Hash-splosion if using member
    data in a leaderboard, it also means that when deleting a
    leaderboard, we can also delete ALL of the member data at once. In
    version 2.x, if using member data, you would have to go through and
    delete the member data hashes individually. Yikes!
    David Czarnecki committed Sep 16, 2012
    2 Configuration menu
    Copy the full SHA
    db1776e View commit details
    Browse the repository at this point in the history
  2. Version 3 proposal: Store optional member data in a single hash

    This has the benefit of not using a separate hash for every single
    member's data. As is updated in the documentation, you can store
    more data for a given member by, for example, encoding a Hash
    in JSON. Not only will this save on Hash-splosion if using member
    data in a leaderboard, it also means that when deleting a
    leaderboard, we can also delete ALL of the member data at once. In
    version 2.x, if using member data, you would have to go through and
    delete the member data hashes individually. Yikes!
    David Czarnecki committed Sep 16, 2012
    Configuration menu
    Copy the full SHA
    ddc5bea View commit details
    Browse the repository at this point in the history
  3. Merge branch 'version-3-proposal-store-member-data-in-a-single-hash' …

    …of github.com:agoragames/leaderboard into version-3-proposal-store-member-data-in-a-single-hash
    David Czarnecki committed Sep 16, 2012
    Configuration menu
    Copy the full SHA
    3307a2b View commit details
    Browse the repository at this point in the history