-
Notifications
You must be signed in to change notification settings - Fork 0
Home
ammist edited this page Apr 4, 2013
·
8 revisions
Welcome to the Tech Liminal Community Plugin. So far this is an empty box, but eventually:
- Allow members to check in by using their swipe card when they come in the door
- Look up one's membership information (given the card)
- Contact Tech Liminal
- Sign up to be a member at Tech Liminal
- Subscribe to memberships using ** paypal ** stripe / credit card
- Manage our members ** Registration ** 10-pack memberships ** Billing reminders
- Give members access to online resources ** Newsletter subscriptions
- Allow members to set up a profile page
The Tech Liminal membership cards store a string of 15 digits, repeated a couple of times:
%B[15 digits]^?;[15 digits]=?
- Plugin - activates / deactivates the plugin
- Helpers
- Card Reader - Reads the data from the card through the USB Reader
- Email Notifications
- Member - wrapper for the user class, includes inputs and outputs into the user area
- Admin Member - UI for administration of the Members
- Reports 1. List of Members by active/inactive 1. Checkins
- Member Services - Self-service features
- Checkin - Checkin to Tech Liminal
- Swipe card through USB reader
- Convert the card format data into single 15-digit number
- Display the 15-digit number
- Go to Add New User Screen
- Enter name, email, other WordPress information.
- Add the member's Card ID number (uses "Read a Membership Card")
- Add the membership inception date (2013-01-01 for founding members)
- Go to the Tech Liminal Community Screen
- If the logged-in user is an administrator, display all members information (ID number, inception date) on the user list screen.