A sign-in tool for meeting groups
by Colin Dean and Justin X. Reese.
This tool aims to be a simple way for people attending meetings to declare their presence to the meeting. Minimally, it offers a text input and records the name for retrieval by an administrative user.
It should be as easy as cloning the repository and pushing to Heroku.
Using it works something like this:
- Attendee walks into venue and sees a "SIGN IN HERE" sign with a QRcode and URL on it. The QRcode simply directs the user to the URL.
- User scans or types URL and is taken to a sign-in form for that event.
- User can optionally log-in with a social networking account (probably github or twitter at first)
- If the user doesn't log-in, then they can simply type their name. It will be remembered between events so they don't have to retype for each event.
- User clicks sign in.
- Done.
The administrative user abilities are something like this:
- Administrator can create events.
- Administrator can see sign-in list for each event.
- Administrator can close events so no one else can sign-in accidentally.
- Administrator can print an attractive page with the QRcode and URL.
- Administrator can purge sign-ins for an event or all events.