Michael Hall
|
d8e9f70793
|
Fix failing geoip searching on the homepage for unauthenticated users
|
2018-09-04 21:46:55 -04:00 |
|
Michael Hall
|
5ce3aa476c
|
Include /lib and /usr/lib from builder for PIL to work. Use environ_settings to pass config info to Django
|
2018-08-19 11:31:27 -04:00 |
|
Michael Hall
|
57050075c0
|
Improve new event creation workflow, fixes #56. Allow adding events without a host team (falls back to 'Personal' team), fixes #92. Lays the groundwork for 'Private' teams for #46.
|
2018-08-17 00:07:29 -04:00 |
|
Michael Hall
|
5a8341fc3f
|
Fix missing teams in city search
|
2018-08-12 09:52:54 -04:00 |
|
Michael Hall
|
82a696261a
|
Improve organization display pages
|
2018-07-28 22:31:59 -04:00 |
|
Michael Hall
|
83e0e709e2
|
If no teams or events are near the viewer (by geoip lookup) show them the 3 closest to them instead of redirecting them to create a team
|
2018-07-15 14:13:37 -04:00 |
|
Michael Hall
|
f4b9118d7b
|
Correction for ga event 'value' parameter
|
2018-06-22 16:43:31 -04:00 |
|
Michael Hall
|
8edfa1c3ee
|
Remove analytics tracking on search distance
|
2018-06-22 14:32:06 -04:00 |
|
Michael Hall
|
0690e3241e
|
Add simple_ga app to push backend event info to Google Analytics
|
2018-06-22 14:27:26 -04:00 |
|
Michael Hall
|
5f16e176f9
|
Add user management of their speaker bios and talks
|
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 |
|
Michael Hall
|
23ab01b374
|
Rework the new team creation workflow to make it simpler and include a little more instruction. If a user doesn't have a team near them, prompt them to create one instead of showing them an empty homepage. Also impoves some of the instructions around creating a new event. Fixes #55
|
2018-04-16 21:52:24 -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
|
2e21c5789e
|
Only try to use city in search form if it has a value
|
2018-03-26 19:23:12 -04:00 |
|
Michael Hall
|
3d5046e0c4
|
Improve Lookup field to be more intuitive and show initial value. Move css out of base.html and into new static get_together.css. Fixes #57
|
2018-03-25 14:40:29 -04:00 |
|
Michael Hall
|
a76076e58a
|
Add new user setup workflow to walk the user through confirming their profile information, choosing categories, finding teams and attending events. Fixes #23
|
2018-03-04 14:10:37 -05:00 |
|
Michael Hall
|
ba69749cc5
|
Add email confirmation step so that we can (in the future) send team and event notifications to a user. Fixes #29
|
2018-02-26 11:53:50 -05:00 |
|
Michael Hall
|
db7eda85cf
|
Cleanup minor bugs from new homepage
|
2018-02-14 23:42:01 -02:00 |
|
Michael Hall
|
36459b11da
|
Add a functional homepage using team and event lookups based on geoip or specifid city. Use Searchable to include federated events. Move login to it's own page
|
2018-02-14 23:01:43 -02:00 |
|
Michael Hall
|
e15cdd7fc1
|
Require 3 characters or more before calling an API for Lookup fields. Limit returned results to 20 objects. Include 'no value' option in lookup field results
|
2018-01-29 12:48:14 -05:00 |
|
Michael Hall
|
37f4ca7869
|
Refactor get_together views
|
2018-01-26 21:52:10 -05:00 |
|