-
Notifications
You must be signed in to change notification settings - Fork 1
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
Calendar implementation #32
Conversation
…val logic, refactoring
Conflicts: hitmeup/settings.py hitmeup/urls.py
…ndships Conflicts: user_accounts/migrations/0001_initial.py
|
||
class Meta: | ||
model = Event | ||
fields = ('start',) # grabs all the fields. |
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.
What do you mean by "grabs all the fields"?
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.
Resolved
end: '', | ||
description: '', | ||
location: '', | ||
errors: [] |
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.
Is this "resets states upon submission" necessary? Do the states get properly reset every time the person clicks the day anyways?
{ | ||
'name': 'View Calendar', | ||
'view': 'calendar:view_calendar', | ||
}, |
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.
Add a # TODO
here to make this entry appear only on authenticated. IIRC Kavin's branch has something for this.
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.
auth_required
field added, set to True
…ve all-day event support
BY THE EXECUTIVE POWER INVESTED IN ME BY @metakirby5 THIS SIXTEENTH OF MAY IN THE YEAR TWO THOUSAND AND FIFTEEN 🚢 🚢 🚢 🚢 🚢 |
FullCalendar frontend + calendar/events models backend.
This is a giant pull request, so please review thoroughly!