Skip to content

Use a dict of Events rather than a list #18

Description

@meatballs

The current use of a list makes the consistency optimisation fail when new events are added since the index numbers within that list no longer relate to the same events.

Using a dict (with the hashed id from ironcage) as the key should solve that problem.

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions