-
-
Notifications
You must be signed in to change notification settings - Fork 775
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
Add events section to hackathons #7316
Conversation
app/dashboard/views.py
Outdated
|
||
|
||
def events(request, hackathon): | ||
hackathon_event = get_object_or_404(HackathonEvent, id=hackathon) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
as this seems to be a Rest endpoint with json answers lets keep the server answers to rest json payloads. In that way we can be sure the reason why failing is actually a not found event.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looking good! @connoroday @jdorfman please take a look!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
great work =)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Added a section on product documentation.
- Sign in AddEvent
- Add the Calendar ID from AddEvent to the hackathon event in the administration.
- Opening a new AddEvent Calendar event will populate the hackathon event tab with the new calendar link.
also, do we have GA impression tracking for the event page? |
@zoek1 Could you get travis to go green ? |
The only problem is the ipfs version, but i didn't touch such code 🤔 |
Description
https://www.loom.com/share/a82ef2081ffb45e6bef233fe9214112d
Refers/Fixes
#6695
Testing