Skip to content

points_valid flag for events #11

Description

@JustinSGray

Events needs to have a points_valid flag.

-If false (default), even if results are uploaded to the site, they wont display on views.
-if true, results are shown
-any time a run, result, or registration is changed, the the flag needs to be invalidated. This should be done with django signals

signal should have one method to invalidate the flag, and (maybe) recalculate the points, if it was true when the method is called. All other things should just call that signal method. This makes things very flexible, and gives me some experience with signals.

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

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions