Membership Database/Editing
From PCSAR
(Difference between revisions)
Line 7: | Line 7: | ||
* individual changes which are e-mailed to him. | * individual changes which are e-mailed to him. | ||
The Membership Database exists as an XML file which is edited | The Membership Database exists as an XML file which is edited | ||
- | with a text editor. [[User:Brett Wuth|Brett Wuth]] hopes eventually to create a | + | with a text editor. |
+ | |||
+ | The file can be acessed as: | ||
+ | |||
+ | /[scp/wuth@pcsar.castrov.cuug.ab.ca]/home/wuth/sar/pc/membership/personnel-database.xml | ||
+ | |||
+ | [[User:Brett Wuth|Brett Wuth]] hopes eventually to create a | ||
java application that will structured editing of the database using | java application that will structured editing of the database using | ||
a graphical user interface ([[MembershipDatabaseEditorTask]]). | a graphical user interface ([[MembershipDatabaseEditorTask]]). |
Revision as of 00:16, 3 August 2009
The Membership Database is edited by Brett Wuth. Other people that have done this task: BobCosta.
He uses
- the changes that members make to their personnel record sheets at regular meetings
- event/course sign-in sheets which are passed to him
- individual changes which are e-mailed to him.
The Membership Database exists as an XML file which is edited with a text editor.
The file can be acessed as:
/[scp/wuth@pcsar.castrov.cuug.ab.ca]/home/wuth/sar/pc/membership/personnel-database.xml
Brett Wuth hopes eventually to create a java application that will structured editing of the database using a graphical user interface (MembershipDatabaseEditorTask).
Tasks
- receive changes
- type changes: MembershipDatabaseFormat
- validate database: ValidateMembershipDatabaseTask
- mail database to BrettWuth