-
Notifications
You must be signed in to change notification settings - Fork 57
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
Hackathon functionality #88
Labels
Comments
gautamrege
added a commit
that referenced
this issue
Aug 23, 2016
WIP - added basic functionality test-cases.
BandanaPandey
pushed a commit
to BandanaPandey/code-curiosity
that referenced
this issue
Aug 24, 2016
WIP - added basic functionality test-cases.
gautamrege
added a commit
that referenced
this issue
Aug 25, 2016
BandanaPandey
pushed a commit
to BandanaPandey/code-curiosity
that referenced
this issue
Sep 6, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When there is a hackathon, the widget should be able to fetch data, score them and update the widget for only the contestants in the group.
Feature Approach
The idea is to ensure the the Hackathon feature sits on top of the standard CodeCuriosity subscription model without interfering with starting operations!
Hackathon
is aSubscription
that belongs to aGroup
, whose members participate in aRound
that contributes to multipleRepositories
UI Approach
Group#name
andRound#name
)Round#from_date
)Round#end_date
)Hackathon#update_interval
)Hackathon
object that maps to theGroup
andRound
in the Hackathon Object of the Group Owner.Round#hackathons
The text was updated successfully, but these errors were encountered: