Ask HN: Review my web app, AreaTeams
areateams.com
Ask HN: Review my web app, AreaTeams
1–10 of 19 posts
Re: Ask HN: Review my web app, AreaTeams
#2(I have no comment on the actual usefulness of this thing, not being a sportsgoer)
Re: Ask HN: Review my web app, AreaTeams
#3Also (as frossie alluded to) you need an input to allow searching by location. Don't worry about zip code vs city, etc. Pass the data from the search box to the google api and it will do the rest.
Re: Ask HN: Review my web app, AreaTeams
#4You need to ensure that the time zones stay local to the map shown, as well as what the others have said. Finally, link to tickets or something.
Re: Ask HN: Review my web app, AreaTeams
#5USE google.loader.ClientLocation; to sniff out the current location of the site visitor. I'm in California and you're showing me NYC. Not super effective. Also (as frossie alluded to) you need an input to allow searching by location. Don't worry about zip code vs city, etc. Pass the data from the search box to the google api and it will do the rest.
Re: Ask HN: Review my web app, AreaTeams
#6Re: Ask HN: Review my web app, AreaTeams
#7 Traceback (most recent call last):
File "/base/python_lib/versions/1/google/appengine/ext/webapp/__init__.py", line 507, in __call__
handler.get(*groups)
File "/base/data/home/apps/hometeamed/1.336527601886172444/app/home.py", line 47, in get
site_settings = SiteSettings.get()
File "/base/data/home/apps/hometeamed/1.336527601886172444/app/models.py", line 235, in get
logging.info(("site settings count", site_settings.count()))
File "/base/python_lib/versions/1/google/appengine/ext/db/__init__.py", line 1485, in count
return self._get_query().Count(limit=limit)
File "/base/python_lib/versions/1/google/appengine/api/datastore.py", line 1038, in Count
self._ToPb(limit=limit), resp)
File "/base/python_lib/versions/1/google/appengine/api/apiproxy_stub_map.py", line 72, in MakeSyncCall
apiproxy.MakeSyncCall(service, call, request, response)
File "/base/python_lib/versions/1/google/appengine/api/apiproxy_stub_map.py", line 255, in MakeSyncCall
rpc.CheckSuccess()
File "/base/python_lib/versions/1/google/appengine/api/apiproxy_rpc.py", line 111, in CheckSuccess
raise self.exception
Error: An error occurred for the API request datastore_v3.Count().
That stuff should be in an error log somewhere, not dumped on the front page.Re: Ask HN: Review my web app, AreaTeams
#8If you dont mind me asking, do you plan on generating revenue through ads, being a middle-man to Ticketmaster, or ____ ?
Re: Ask HN: Review my web app, AreaTeams
#9I'm in Raleigh, NC, and since I see nothing available in my area, I probably won't return.
Re: Ask HN: Review my web app, AreaTeams
#10Currently down: Traceback (most recent call last): File "/base/python_lib/versions/1/google/appengine/ext/webapp/__init__.py", line 507, in __call__ handler.get(*groups) File "/base/data/home/apps/hometeamed/1.336527601886172444/app/home.py", line 47, in get site_settings = SiteSettings.get() File "/base/data/home/apps/hometeamed/1.336527601886172444/app/models.py", line 235, in get logging.info(("site settings count…