SirSeim / SPFY

Safe Place for Youth
GNU General Public License v3.0
2 stars 11 forks source link

Client Profile Redesign #62

Open cf7 opened 7 years ago

cf7 commented 7 years ago

Attached is a mock up for what the client info page could look like. Squares with plus signs indicate a collapsible flap. The initial structure has been started on the viewclient branch on the Clients page.

Files used for Clients page: static/js/components/viewclient.js static/js/components/clientinfo.js templates/components/_viewclient.html templates/casemanagerhomepage.html (scripts for page are at bottom of this file)

Client Info Page.docx

viewclient_redesign_1

Each of the bars at the bottom of the client profile is expandable . . .

viewclient_redesign_2

yshin4 commented 7 years ago
  1. Tried to work on css, but the changes I made didn't show up so giving up on restyling for now.
  2. Added a function to auto calculate the age of the client using given birthdate.
  3. Changed the case manager name to dropdown instead of a text field and disabled changes unless editing. I grabbed the names from the initial word document and the names are not connected to database, though it'd be nice to make a future update.
im-deepfriedwater commented 7 years ago
  1. For number one there was a typo in the css entry for client name so we fixed it up.