Editing Personnel Database/Processing/How To

From PCSAR

Jump to: navigation, search

Warning: You are not logged in. Your IP address will be recorded in this page's edit history.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.

Current revision Your text
Line 1: Line 1:
-
==How to process the personnel database==
+
==How to process the membership database==
Processing the database requires UNIX scripts, which I ([[Brett Wuth]]) keep
Processing the database requires UNIX scripts, which I ([[Brett Wuth]]) keep
on the PCSAR virtual machine.
on the PCSAR virtual machine.
Line 11: Line 11:
=== Pending edits ===
=== Pending edits ===
-
Check my personal copy of the call-out list to see any marked-up changes that I've noted
+
Check my marked up copy of the call out list to see any changes
-
may be necessary.
+
that may be necessary.
 +
 
=== Extract and validate ===
=== Extract and validate ===
Line 31: Line 32:
*** uses script ~bot/sar/pc/membership/bin/wiki-membership-activities-validate to update [[Activities/Report/wiki-membership-activities-validate]]
*** uses script ~bot/sar/pc/membership/bin/wiki-membership-activities-validate to update [[Activities/Report/wiki-membership-activities-validate]]
*** amend script to output errors with contextual lines
*** amend script to output errors with contextual lines
-
** validate each Personnel Record upon edit
+
** validate each Membership Record upon edit
*** (reverified after 2015-07 damage) write script to validate just member passed
*** (reverified after 2015-07 damage) write script to validate just member passed
**** see ~bot/sar/pc/membership/bin/wiki-membership-member-validate
**** see ~bot/sar/pc/membership/bin/wiki-membership-member-validate
Line 42: Line 43:
****** (done) Add PCSARBot to "TrustedGuest" group
****** (done) Add PCSARBot to "TrustedGuest" group
***** ''currently uses exact match on page name in .procmailrc
***** ''currently uses exact match on page name in .procmailrc
-
***** (done) verify changes to Brett Wuth's MemRec triggers report update
+
***** '''(next)''' verify changes to Brett Wuth's MemRec triggers report update
***** develop mechanism to register dispatch for page, what script to run
***** develop mechanism to register dispatch for page, what script to run
****** ''on wiki itself
****** ''on wiki itself
Line 49: Line 50:
****** ''single page [[Members:PCSARBot/Watches]]
****** ''single page [[Members:PCSARBot/Watches]]
******* ''each line like:'' <code><nowiki>* [[pagename]]: script</nowiki></code>
******* ''each line like:'' <code><nowiki>* [[pagename]]: script</nowiki></code>
-
******* ''with possible duplicates of pagename, specifying different scripts
+
******* ''with possible duplicates of pagename
-
****** (done) write scripts to enable/disable watch on a wiki page
+
****** scripts to add/remove watch scripts
-
******* (done) wiki-page-watch-enable
+
****** dispatch scripts from page that changed
-
******* (done) wiki-page-watch-disable
+
****** unwatch pages if no script
-
****** (done) write scripts to add/remove watch scripts
+
-
******* (done) wiki-watch-script-add
+
-
******* (done) wiki-watch-script-remove
+
-
****** '''(next)''' create mechanism to dispatch scripts based on email of page that changed; <code>wiki-watch-scripts-dispatch</code>
+
-
******* ''consider security of other person editing page
+
-
******* (done) create tool to determine revision number of page: ~/bin/wiki-page-revision-number-get
+
-
******* (done) create tool to determine editor of particular revision of page (not necessarily current revision)
+
-
******** (done) create tool <code>wiki-page-editors-list</code> that generates list of revision id's and editors
+
-
******** (done) create script wiki-page-editor that produces editor of latest or specified revision
+
-
******* (done) create tool to get the synced content and last editor of a page: <code>wiki-page-get-with-editor</code>
+
-
******** (done) create <code>wiki-page-get</code>
+
-
******** ''consider usage pattern get-latest-revision-number; get-page; verify lasest-revision-number unchanged
+
-
******* validate against whitelist of last editors
+
-
******** '''design choice:''' use single hardcoded name: 'Brett Wuth'
+
-
******** consider: can whitelist be stored on wiki page? That page would need to be validated itself. Could be rooted in a single hardcoded name.
+
-
******** shortcut: validate against single hardcoded name until need list
+
-
****** create mechanism to unwatch pages if email came in and no watch script registered
+
**** develop watch on memrec category
**** develop watch on memrec category
***** add new pages
***** add new pages
***** delete removed pages
***** delete removed pages
-
*** distribute previously created tools through git
 
*** allow Members: page to transclude report from another Members: page
*** allow Members: page to transclude report from another Members: page
*** when [[Activities]] changes, reprocess all Members
*** when [[Activities]] changes, reprocess all Members
Line 92: Line 75:
=== Process ===
=== Process ===
-
xslt <personnel-database.xml lib/Applicants.xsl | xslt lib/Name.xsl
 
-
 
-
 
* <big>'''make sure current ssh-agent authority is extended'''</big>
* <big>'''make sure current ssh-agent authority is extended'''</big>
ssh -AX wuth@localhost
ssh -AX wuth@localhost
Line 101: Line 81:
* prints copies for myself
* prints copies for myself
-
* sends personnel list (names only) to [[Members:Protocols/Shell H2S/Global Training|Global Training for validation of H2S Alive course registration.]]
+
* sends membership list (names only) to [[Members:Protocols/Shell H2S/Global Training|Global Training for validation of H2S Alive course registration.]]
-
Manually check the Unicode in reports:
 
-
* [[Members:Membership Database/PCSAR]]
 
-
* [[Members:Membership Database/Combined Members]]
 
-
* [[Members:Call Out/List]]
 
-
==== D4H export ====
 
-
2021-03-21 D4H has changed SSL protocols. Requires upgraded version python.
 
d4h-web-interface.py user:pcsard4hbot@pcsar.ca.d4h.org membersImport
d4h-web-interface.py user:pcsard4hbot@pcsar.ca.d4h.org membersImport
Line 115: Line 89:
wiki-extract
wiki-extract
-
d4h-web-interface.py user:pcsard4hbot@pcsar.ca.d4h.org activitiesAttendanceImport
+
d4h-web-interface.py user:pcsard4hbot@pcsar.ca.d4h.org exercisesAttendanceImport
-
 
+
-
==== Rave export ====
+
-
wuth@pcsar:~/sar/pc/membership$ call-out-list-xml >tmp/call-out-list.xml
+
-
wuth@desk:~/wuth/pcremo/rave/rave-api-tools$ scp -p wuth@pcsar.castrov.cuug.ab.ca:sar/pc/membership/tmp/call-out-list.xml .
+
-
wuth@desk:~/wuth/pcremo/rave/rave-api-tools$ python3 -m sar
+
 +
rapid-notify-post
** sometimes fails at initial log in and has to be restarted
** sometimes fails at initial log in and has to be restarted
** takes ~65 minutes to run
** takes ~65 minutes to run
*** see {{subpage|Rapid Notify}}
*** see {{subpage|Rapid Notify}}
-
==== Continue ====
 
* To Do: {{rbw|as used}}
* To Do: {{rbw|as used}}
** additional policy checks
** additional policy checks
Line 158: Line 127:
=== sync wiki accounts ===
=== sync wiki accounts ===
-
* [http://iweb.castrov.cuug.ab.ca/mediawiki/index.php/Mediawiki#Syncing_user_list sync] the personnel list with the wiki user list
+
* [http://iweb.castrov.cuug.ab.ca/mediawiki/index.php/Mediawiki#Syncing_user_list sync] the membership list with the wiki user list
** rename/merge Charlene/Charleen Bruder
** rename/merge Charlene/Charleen Bruder
** Extract list of users currently with "Member" status
** Extract list of users currently with "Member" status
*** http://pcsar.dyndns.org:8080/mediawiki/index.php?title=Special:Listusers&limit=500&group=Members
*** http://pcsar.dyndns.org:8080/mediawiki/index.php?title=Special:Listusers&limit=500&group=Members
-
wuth@pcsar:~/sar/pc/membership$
 
-
xslt lib/MembersOnly.xsl < personnel-database.xml | xslt lib/EMailPrimaryTxtWithNone.xsl >tmp/address-list
 
-
cat /home/wuth/sar/pc/membership/tmp/address-list | sed -e 's|\(.*\) <\(.*\)>|sudo /usr/local/bin/wiki-members-add "\1" "\2"|' | bash
 
-
 
-
will require manual manipulation to
 
-
 
-
'''To Do:
 
-
* '''(next)''' create tool to drop member of group
 
-
* rename existing user
 
-
see [http://iweb.castrov.cuug.ab.ca/mediawiki/index.php/Mediawiki#Syncing_user_list personal notes]
 
==Non-monthly processing==
==Non-monthly processing==
Line 226: Line 185:
--text follows this line--
--text follows this line--
Thanks for joining Pincher Creek SAR. Can you please check if I've correctly
Thanks for joining Pincher Creek SAR. Can you please check if I've correctly
-
copied your personnel record:
+
copied your membership record:
---cut---
---cut---

Please note that all contributions to PCSAR are considered to be released under the Attribution-Share Alike 3.0 Unported (see PCSAR:Copyrights for details). If you don't want your writing to be edited mercilessly and redistributed at will, then don't submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource. DO NOT SUBMIT COPYRIGHTED WORK WITHOUT PERMISSION!


Cancel | Editing help (opens in new window)
Personal tools