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

points_valid flag for events #11

Open
JustinSGray opened this issue Sep 5, 2011 · 0 comments
Open

points_valid flag for events #11

JustinSGray opened this issue Sep 5, 2011 · 0 comments

Comments

@JustinSGray
Copy link
Member

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.

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

No branches or pull requests

1 participant