-
Notifications
You must be signed in to change notification settings - Fork 2
Home
pascalBokBok edited this page Jan 25, 2013
·
15 revisions
Welcome to the OpenSourceMemberManager wiki!
Simple is elegant
We have 3 parts
- Backend for storing and loading membership information
- Frontend for managing memberships
- Database schema
- Backend
- PHP pages replying/recieving with JSON using sqlite store
- Frontend
- Basic HTML frame with AJAX handling communication with backend.
- Database schema
- Basic members: id, name, email-address, last-enrollment
Chosen not to do:
- logins. Right now open to all. Yes it's crazy, but we need something working first.
- Add authorization to mix
- administrator users,
- deny direct public access to db-file (e.g. .htaccess)
#Other solutions
- SOCmanager - member management software for a choir