gdg-x / boomerang

Easy website for your GDG Chapter
http://gdg-x.github.io/boomerang/
Apache License 2.0
74 stars 104 forks source link

Add GDG Allahabad to README #76

Closed SaptakS closed 8 years ago

SaptakS commented 8 years ago

GDG Allahabad also uses boomerang.js in its main website

Splaktar commented 8 years ago

Hey @SaptakS! Thanks for letting us know!

I was checking out your site and saw the following error: Uncaught Error: Bootstrap's JavaScript requires jQuery

If you are on the new Angular Material version, you don't need jQuery. But you can't remove it from the old Bootstrap version that you are running now.

I also saw these errors on the chapters page:

404 GET http://hub.gdgx.io/api/v1/chapters/102753048484564707718/events/upcoming?callback=angular.callbacks._1
404 GET http://hub.gdgx.io/api/v1/chapters/102753048484564707718/events/past?callback=angular.callbacks._2

You can fix these by updating your hub links to use https.

Are you using https://github.com/gdg-x/boomerang-gae or did you setup the GAE instance to host Boomerang yourself? If so, is it using Java/Python/Go/PHP?

SaptakS commented 8 years ago

Yeah. I agree. The code hasn't been updated for a long time. I am working on it right now. Thanks for your suggestions.