Wiki source for MikeShultz


Show raw source

====Mike Shultz====
===Web Developer===

==Contact==

Ext: 2243
E-mail/gTalk: [[mike@votesmart.org mike@votesmart.org]]

==Short-term Task Priorities==
1) Get replication going again(see #2)
1) Trim down servers and at least get replication setup on the one external node. Move to AWS. Make sure backups(at least two different sites) are setup. Secondary E-mail server needs to be setup on this node. Whitefront and accompanying DB schema need to be taken into account. All cron jobs should be moved.
1) AWS account access needs to be sorted out. Melanie needs billing access, for one. Maybe also access for IT interns and new-hires, as well.
1) Zip2District data needs updating.
1) Campaign finance needs to be reworked(see next section)

==Project Priorities==
~- Factcheck and Politifact integration
~- APIv2 (prototyping/planning)
~- Clear up individual records and import process for campaign finance data (Needs To Be Reworked and automated)
~- Offsite Backup Automation (snagged)
~- pypvs 3.0
~- User Dashboard (planning)
~- MyVoteSmart Mobile App
~- VoteEasy Mobile App

==Potential Ideas==
~- Facebook like test console (http://developers.facebook.com/tools.php)
~- PVS IRC Bot

==Notes==

%%(bash)
# create users using the create_user.sh script with a list of names(first and last on a single line)
IFS=$'\n'; for NEW_USER in `cat users_to_create.txt`; do USERNAME=$(echo $NEW_USER | cut -d" " -f1 | sed 's/.*/\L&/'); FIRSTNAME=$(echo $NEW_USER | cut -d" " -f1); LASTNAME=$(echo $NEW_USER | cut -d" " -f2); /root/scripts/create_user.sh $USERNAME $FIRSTNAME $LASTNAME; done
%%

==My Pages==

{{category}}

test

~
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki