Skip to content

Commit

Permalink
tmp sudo commit, investigate and iss9 close
Browse files Browse the repository at this point in the history
  • Loading branch information
drewverlee committed Jan 3, 2013
1 parent 6062785 commit 6a2be11
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 18 deletions.
4 changes: 3 additions & 1 deletion build_docs/issue_log.txt
Expand Up @@ -33,5 +33,7 @@ Issue 8: refactor/docs: semi successful, added some docs, and cleaned up some
opened - 2012-11-23
closed - 2012-12-20

Issue 9: Implement database
Issue 9: Implement working database: overshot a bit started working on download.
Successful but database will need to be completely changed for survey.
opened - 2012-12-26
closed - 2013-1-3
2 changes: 1 addition & 1 deletion petalapp/aws/tools.py
Expand Up @@ -9,7 +9,7 @@
from boto.s3.key import Key
from boto.s3.connection import S3Connection
from petalapp import app
from petal.config import AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY,S3_BUCKET
from petalapp.config import AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY,S3_BUCKET

from petalapp.graphing_tools.graph import plotpolar

Expand Down
32 changes: 16 additions & 16 deletions petalapp/templates/pci_form.html
Expand Up @@ -5,37 +5,37 @@ <h2>welcome {{user.nickname}}</h2>
<form action="{{url_for('add_pci_form') }}" method="post" class=add-entry>
<dl>
<dt>Standard form:
<dd><input type="text" name="standard_form" id="" value="" size =2 />
<dd><input type="number" name="standard_form" id="" value="" size min="0" max="10" />
<dt>Marketing and education materials:
<dd><input type="text" name="marketing_education" id="" value="" size =2 />
<dd><input type="number" name="marketing_education" id="" value="" size min="0" max="10" />
<dt>Record availability:
<dd><input type="text" name="record_availability" id="" value="" size =2 />
<dd><input type="number" name="record_availability" id="" value="" size min="0" max="10" />
<dt>Family centerdness:
<dd><input type="text" name="family_centerdness" id="" value="" size =2 />
<dd><input type="number" name="family_centerdness" id="" value="" size min="0" max="10" />
<dt>Palliative care networking:
<dd><input type="text" name="pc_networking" id="" value="" size =2 />
<dd><input type="number" name="pc_networking" id="" value="" size min="0" max="10" />
<dt>Education and training:
<dd><input type="text" name="education_and_training" id="" value="" size =2 />
<dd><input type="number" name="education_and_training" id="" value="" size min="0" max="10" />
<dt>Team funding:
<dd><input type="text" name="team_funding" id="" value="" size =2 />
<dd><input type="number" name="team_funding" id="" value="" size min="0" max="10" />
<dt>Coverage:
<dd><input type="text" name="coverage" id="" value="" size =2 />
<dd><input type="number" name="coverage" id="" value="" size min="0" max="10" />
<dt>Palliative care concerning expired patients:
<dd><input type="text" name="pc_for_expired_pts" id="" value="" size =2 />
<dd><input type="number" name="pc_for_expired_pts" id="" value="" size min="0" max="10" />
<dt>Hospital Palliative care screenings:
<dd><input type="text" name="hospital_pc_screening" id="" value="" size =2 />
<dd><input type="number" name="hospital_pc_screening" id="" value="" size min="0" max="10" />
<dt>Palliative Care follow up:
<dd><input type="text" name="pc_follow_up" id="" value="" size =2 />
<dd><input type="number" name="pc_follow_up" id="" value="" size min="0" max="10" />
<dt>Post discharge services:
<dd><input type="text" name="post_discharge_services" id="" value="" size =2 />
<dd><input type="number" name="post_discharge_services" id="" value="" size min="0" max="10" />
<dt>Bereavement contacts:
<dd><input type="text" name="bereavement_contacts" id="" value="" size =2 />
<dd><input type="number" name="bereavement_contacts" id="" value="" size min="0" max="10" />
<dt>Certification:
<dd><input type="text" name="certification" id="" value="" size =2 />
<dd><input type="number" name="certification" id="" value="" size min="0" max="10" />
<dt>Team wellness:
<dd><input type="text" name="team_wellness" id="" value="" size =2 />
<dd><input type="number" name="team_wellness" id="" value="" size min="0" max="10" />
<dt>Care coordination:
<dd><input type="text" name="care_coordination" id="" value="" size =2 />
<dd><input type="number" name="care_coordination" id="" value="" size min="0" max="10" />
<dt><input type="submit" name="" id="" value="submit all" />
</dl>
</form>
Expand Down
@@ -0,0 +1,6 @@
version:2
handle:AMlYA9WrGRxBNq6l3AP71QRI6RMKLkDOCnQdRE96MDE3C2AJYlVIqHt8
secret:oLWrcXmyLGATg80MmwxIK017RvA=
issued:1357225234
lifetime:46799
assoc_type:HMAC-SHA1

0 comments on commit 6a2be11

Please sign in to comment.