Code Monkey home page Code Monkey logo

chipy.org's People

Contributors

adeolapure avatar alysivji avatar bhchance avatar brianray avatar camrudnick avatar carlfk avatar cdfuller avatar cjoshmartin avatar ctxlken avatar db654 avatar dependabot[bot] avatar emperorcezar avatar jerry-dumblauskas avatar joejasinski avatar kaushikprasanth avatar kdurance avatar lschumm avatar mnewsome avatar ne0zen avatar nickymarino avatar obf73 avatar patrickboland4 avatar raymondberg avatar selecsosi avatar smandekar1 avatar sophm256 avatar spark-c avatar stepianno avatar tanyaschlusser avatar tathagata avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

chipy.org's Issues

Json metadata export

Allow for JSON to be generated by the site in the format that Carl Karsten requires so that he is able to record videos without manually importing data.

add information on how to sponsor or host chipy events

We have a page with venue requirements that was created by Carl a while back, but that is written from an AV perspective. We could have an informational page about hosting events that is more general. We could talk about different types of events and how sponsors can host each type of event, for example

  • events with talks (like our monthly meetings)
  • social events
  • project nights
  • sprints

Maybe this could be something that Asheesh might have as part of https://github.com/paulproteus/python-user-group-guide

and then we could have an entry form for prospective hosts where they answer questions. also, we'd get a database of information about hosts that way.

How should topics be added

When someone submits a topic, should it attach to a meeting and be in a pending state, or should it float around until an admin attaches it?

github based login is broken

Click login. Click github option. receive stacktrace.

Environment:

Request Method: GET
Request URL: http://chipy.herokuapp.com/login/github/

Django Version: 1.4.3
Python Version: 2.7.3
Installed Applications:
['grappelli',
'django.contrib.admin',
'django.contrib.auth',
'django.contrib.contenttypes',
'django.contrib.sessions',
'django.contrib.sites',
'django.contrib.messages',
'django.contrib.humanize',
'django.contrib.staticfiles',
'django.contrib.flatpages',
'social_auth',
'gunicorn',
'interval',
'gravatar',
'flatblocks',
'tinymce',
'flatpages_tinymce',
'honeypot',
'django_forms_bootstrap',
'about',
'meetings',
'profiles',
'contact',
'django_extensions']
Installed Middleware:
('django.middleware.common.CommonMiddleware',
'django.contrib.sessions.middleware.SessionMiddleware',
'django.middleware.csrf.CsrfViewMiddleware',
'django.contrib.auth.middleware.AuthenticationMiddleware',
'django.contrib.messages.middleware.MessageMiddleware')

Traceback:
File "/app/.heroku/python/lib/python2.7/site-packages/django/core/handlers/base.py" in get_response

  1.                     response = callback(request, _callback_args, *_callback_kwargs)
    
    File "/app/.heroku/python/lib/python2.7/site-packages/social_auth/decorators.py" in wrapper
  2.             raise WrongBackend(backend)
    

Exception Type: WrongBackend at /login/github/
Exception Value: Incorrect authentication service "github"

github signin not working

When I try to sign in with github, I land back on the main page with a notification "Authentication failed: redirect_uri_mismatch"

Allow presenters to edit their related urls

I'd like to be able to add a url for my talk slides or related materials after a talk is accepted. I don't have slides for my upcoming talk, because I haven't made them yet. Once I do make them, I'd like to link them to the talk.

I can see how this could be a problem in some ways. For example, what if my talk got accepted based on some slides, but then I change the slides. Those didn't accepted. So, this might not be a good enhancement.

I usually add related links to my talk when it goes on youtube and pyvideo due to having supa admin powa. But a little unfair to everyone else.

My talk isn't listed as released but I gave permission

I gave permission but released is false.

    {
        "id": 54,
        "title": "A SciPy recap: Tracking history and provenance with Sumatra",
        "presentors": [
            {
                "id": 53,
                "name": "Sheila Miguez",
                "release": false,
                "email": ""
            }
        ],
        "length": "0:05:00",
        "description": "This lightning talk recaps a [talk on Sumatra](http://pyvideo.org/video/2039/using-sumatra-to-manage-numerical-simulations-sc) from the reproducible science track at SciPy2013.",
        "embed_video": "",
        "slides_link": "",
        "start_time": "2013-07-11T20:01:00",
        "approved": true,
        "license": "CC BY"
    }

Pull RSVPs from Meetup.com

Here are the features for the meetup.com integration:

  • (MVF) automatically pull and push RSVP from one site to another. Chipy.org is the official
  • allow publishing to pull or push the actual meeting settings (this is a nice to have, not required, we can always enter info twice)
  • automatically subscribe users to the mailing list when the join the chipy.org site or meetup.com (again, nice to have)

Link to change my RSVP broken

http://chipy.herokuapp.com/meetings/rsvp/anonymous/u8shbe10s3drv9d7tq61s14rj5tm4b49yz0ezj24/

Creates the following traceback:

Environment:

Request Method: GET
Request URL: http://chipy.herokuapp.com/meetings/rsvp/anonymous/u8shbe10s3drv9d7tq61s14rj5tm4b49yz0ezj24/

Django Version: 1.4.3
Python Version: 2.7.3
Installed Applications:
['grappelli',
'django.contrib.admin',
'django.contrib.auth',
'django.contrib.contenttypes',
'django.contrib.sessions',
'django.contrib.sites',
'django.contrib.messages',
'django.contrib.humanize',
'django.contrib.staticfiles',
'django.contrib.flatpages',
'social_auth',
'gunicorn',
'interval',
'gravatar',
'flatblocks',
'tinymce',
'flatpages_tinymce',
'honeypot',
'south',
'django_forms_bootstrap',
'about',
'meetings',
'profiles',
'contact',
'django_extensions']
Installed Middleware:
('django.middleware.common.CommonMiddleware',
'django.contrib.sessions.middleware.SessionMiddleware',
'django.middleware.csrf.CsrfViewMiddleware',
'django.contrib.auth.middleware.AuthenticationMiddleware',
'django.contrib.messages.middleware.MessageMiddleware',
'libs.middleware.ChipySocialAuthExceptionMiddleware')

Traceback:
File "/app/.heroku/python/lib/python2.7/site-packages/django/core/handlers/base.py" in get_response

  1.                     response = callback(request, _callback_args, *_callback_kwargs)
    
    File "/app/.heroku/python/lib/python2.7/site-packages/django/views/generic/base.py" in view
  2.         return self.dispatch(request, _args, *_kwargs)
    
    File "/app/.heroku/python/lib/python2.7/site-packages/django/views/generic/base.py" in dispatch
  3.     return handler(request, _args, *_kwargs)
    
    File "/app/.heroku/python/lib/python2.7/site-packages/django/views/generic/edit.py" in get
  4.     form = self.get_form(form_class)
    
    File "/app/chipy_org/apps/meetings/views.py" in get_form
  5.     form = super(RSVP, self).get_form(form_class)
    
    File "/app/.heroku/python/lib/python2.7/site-packages/django/views/generic/edit.py" in get_form
  6.     return form_class(**self.get_form_kwargs())
    
    File "/app/chipy_org/apps/meetings/views.py" in get_form_kwargs
  7.             meeting = Meeting.objects.get(pk = self.request.POST['meeting'])
    
    File "/app/.heroku/python/lib/python2.7/site-packages/django/utils/datastructures.py" in getitem
  8.         raise MultiValueDictKeyError("Key %r not found in %r" % (key, self))
    

Exception Type: MultiValueDictKeyError at /meetings/rsvp/anonymous/u8shbe10s3drv9d7tq61s14rj5tm4b49yz0ezj24/
Exception Value: "Key 'meeting' not found in <QueryDict: {}>"

Migrate past meetings

We need to migrate past meetings.

Also, at some point the speaker and locations got corrupt. Perhaps the initial_data.json that was originally used in the old site was correct and new versions that got stepped on in the mentorship program was wrong. (PK mismatched?).

I can help investigate.

Change your RSVP email has wrong url link

The hyperlink in the email body points to 'example.com/meetings/rsvp/anonymous/....'

I think the fix is:

  • Log into Admin site
  • Go to Sites
  • Change Domain name to 'chipy.org'

Investigate spam

I'm seeing a lot of @msn.com in a row with only first name. fishy.

Heroku does not accept http://chipy.org

Changed the CNAME to chipy.org and I get:

"Heroku | No such app
There is no app configured at that hostname.
Perhaps the app owner has renamed it, or you mistyped the URL."

If I change it to www2.chipy.org, then it works. Can it be configured to accept chipy.org to chipy.herokuapp.com?

Can't Login

When I try to login to the chipy.org website using my google credentials it doesn't log me in. Neither does logging in with my Github credentials.

Steps to reproduce.

  1. Click login link
  2. Click google button or github button

get RSVP list out for meetings

I need an easy way for an admin to share an RSVP list with the attendees first and last name.

Is it possible to create a link with a secret hash for every meeting I can just forward to the building's security department. They should change for every meeting.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.