-
Notifications
You must be signed in to change notification settings - Fork 2
Home
pascalBokBok edited this page Feb 8, 2014
·
15 revisions
Welcome to the OpenSourceMemberManager wiki!
Simple is elegant. Minimalistic.
We have 3 parts
- Backend for storing and loading membership information
- Frontend for managing memberships
- Database schema
Features:
- Backend
- Initialization, insert, delete, list members using sqlite database store
- Encryption of database file.
- Frontend
- Basic HTML with AJAX handling communication with API.
- the API acts as a bridge to the backend.
- Database schema
- Basic members: id, name, email-address, last-enrollment
Chosen not to do:
- No administrator. Right now open to all unless constrained with htaccess.
- Add authorization to mix
- administrator users,
- deny direct public access to db-file (e.g. .htaccess)
- Database tables defined in JSON format.
- DB can created from it
- Frontend can know more about how to act on each data-field
#Other open source solutions
- ClubMaster
- Open Source Excellence Membership
- On top of Joomla cms
- https://www.opensource-excellence.com/index.php?option=com_ose_mart&view=item&id=419
- Payplans
- On top of Joomla
- see list on wikipedia: http://en.wikipedia.org/wiki/Membership_software