Michael Hall
3d74d9395c
If an event doesn't have latlng from a Place, use the Place's city's latlng before the Team's. Also add population field to City and sort dynamic lookups by population size to show bigger cities first
2018-09-27 17:42:23 -04:00
Michael Hall
b74c95e923
Use organization image for social media sharing of common events
2018-09-07 12:48:30 -04:00
Michael Hall
44719ba56d
Cleanup event forms
2018-09-07 10:29:27 -04:00
Michael Hall
a1c387f520
Add event toggles to enable/disable presentations, comments and photos. Fixes #109
2018-08-25 10:34:23 -04:00
Michael Hall
b120321cd9
Email admins from an organization's member teams to notify them of a newly created common event that they should participate in
2018-08-06 22:53:55 -04:00
Michael Hall
a304da76be
Add fields to admin interface
2018-08-05 13:06:22 -04:00
Michael Hall
82a696261a
Improve organization display pages
2018-07-28 22:31:59 -04:00
Michael Hall
3f4677a976
Show comment posted time in the event's local time
2018-07-08 23:25:51 -04:00
Michael Hall
6291ff26e9
Fix searchable event records having a domain and schema duplicated on the image url
2018-07-08 22:57:02 -04:00
Michael Hall
316a047f14
Allow cancelling an event with a reason, notify attendees of the change. Fixed #91
2018-06-23 12:04:45 -04:00
Michael Hall
aed1dc2b14
Add ActivityPub sources for Event and Place data. Not yet using it for federation, or making use of ActivityPub actions
2018-06-13 17:37:41 -04:00
Michael Hall
a366fa951b
Finish up Bheesham's work on adding team images for card covers and banners, fixes #25
2018-06-10 13:06:46 -04:00
Michael Hall
c4408d9a16
Add Sponsor information for events. Save an event's sponsor to it's team so it can be selected for a future event. Fixes #70
2018-05-20 12:35:52 -04:00
Michael Hall
83ef285f8f
Add ability for an event host to view and contact attendees. Add ability for an event host to mark if an attendee actually attended or not after the event is over. Fixes #71
2018-05-16 21:30:32 -04:00
Michael Hall
2f6b563841
Email event hosts when the next event in their series has been created
2018-05-12 23:19:58 -04:00
Michael Hall
8e7c955928
Refactor Speaker/Talk/Presentation models into their own file, add views and templates for deleting speaker and talk, add view and template for showing a talk, improve the workflow for proposing a talk that wasn't previously defined
2018-04-25 10:43:25 -04:00
Michael Hall
5f16e176f9
Add user management of their speaker bios and talks
2018-04-25 10:43:25 -04:00
Michael Hall
e45c0370a1
Add admin for Speaker, Presenter and Talk
2018-04-25 10:43:25 -04:00
Michael Hall
437134991d
Add initial speaker/talk models, expand Category and Topic to they can be used for this, add a user's default City to their profile
2018-04-25 10:43:25 -04:00
Femi Lamptey
d42272ce63
Refactoring delete_event_searchable
...
Removed unnecessary code
2018-04-17 15:15:28 +00:00
Femi Lamptey
d124585079
Created function to delete Searchables when event is deleted
...
Added the function
delete_event_searchable
in events\model\events.py, which deletes the searchable for an event, and called that function in
get_together\views\events.py
in the delete_event function to delete the searchable for the event before deleting the event
2018-04-17 11:47:38 +00:00
Michael Hall
8c43ab394e
Allow creating an EventSeries when created an Event by adding a RecurrenceField to the new Event form and generating an EventSeries if it's filled in. Add a management command to auto-create the next event in a Series if the previously created Event's original start_time has passed. Fixes #40
2018-04-15 11:31:12 -04:00
Michael Hall
c63eaa6436
Add EventSeries model to hold recurrence data, implement screens to view, edit and delete Series. Show recurrence rules for events that are part of a Series.
2018-04-14 11:14:40 -04:00
Michael Hall
74ee8e2d31
Start using django-recurrence for Events
2018-04-09 17:06:30 -04:00
Bheesham Persaud
b0b9f273e9
Send event reminder emails.
2018-04-04 01:22:26 -04:00
Michael Hall
d440e5b173
Convert Event start and end times to UTC, display them in local time but store them in UTC. Show ical feeds for the user and teams. Fixes #28 , Fixes #59
2018-04-01 22:22:30 -04:00
Michael Hall
c0f0519c05
Add event comments, move photos to the sidebar. Fixes #26
2018-03-24 00:00:38 -04:00
Michael Hall
3e15d89c43
Add preliminary support for common events and organizations. Fixes #44 , Fixes #45
2018-03-22 00:15:09 -04:00
Michael Hall
555ccf3fab
Add CommonEvent model
2018-03-20 21:07:23 -04:00
Michael Hall
fc198115e7
Add ability to upload photos to an event
2018-03-17 17:37:56 -04:00
Michael Hall
e0df6b3f5b
Add unique URI to Searchable that won't change if the event name changes
2018-03-10 23:13:57 -08:00
Michael Hall
9ff9b55692
Add Category support for teams and events, including card images. Fixes #37
2018-02-26 23:03:56 -05:00
Michael Hall
7a577250b3
Add migration for Category and Topic, apply to Team and Event models
2018-02-26 20:19:53 -05:00
Michael Hall
aa50e85b9a
Add support for login and sharing with Facebook and Twitter if app keys are defined
2018-02-12 19:32:42 -02:00
Michael Hall
bb88e55d49
Add longitude and latitude to city import, use it for searchable data when a Place isn't defined for an event
2018-01-25 16:41:12 -05:00
Michael Hall
d5217c14f3
Fix broken new event form
2018-01-24 10:58:47 -05:00
Michael Hall
a3a636f5c0
Add ability to mark yourself as attending an event
2018-01-23 23:52:42 -05:00
Michael Hall
b29eaf5457
Add ability to join a team as a member, migrate team owners to admin members, add Attendee objects
2018-01-23 23:15:14 -05:00
Michael Hall
c2195f22ae
Use JQuery for dynamic lookups of form fields instead of using a large <select> list
2018-01-20 14:09:57 -05:00
Michael Hall
3bb829851d
Add Membership model to connect users to teams
2018-01-08 22:35:44 -05:00
Michael Hall
f4cf1c9cda
Add Bootstrap CSS, management script to load locale data, add new fields to locale models
2018-01-03 23:44:27 -05:00
Michael Hall
df64e46913
Add simple for for adding Events to a Team
2017-12-31 16:54:35 -05:00
Michael Hall
8f3e190c19
Start new user experience, setup a new team and view the team's page. Add event details page too, but not create event page yet
2017-12-29 22:27:05 -05:00
Michael Hall
ae1000850d
Initial commit, basic models only and just enough views to show it's working
2017-12-26 11:46:27 -05:00