Address Book system
part of the ArsDigita Community System by Eve Andersson
- User-accessible directory: /pvt/address-book/
- Site administrator directory: /admin/address-book/
- data model : /doc/sql/address-book.sql
- Tcl procs: /tcl/address-book-defs
This is a really simple address book which also does birthday reminders. Although the RemindMe service does birthday reminders beautifully, I find it convenient to have the birthdays along with the other information about people in my address book, so I might as well send out the reminders with this module instead of making the user key the birthday information both here and in RemindMe.
This module, which contains nothing remotely fancy, has lots of room for improvement, for instance, categorization of people (personal vs. business) or other ways of browsing records. It also should have ways to share records in the standard ACS way: public, group, and private ownership.