* move env dbname to uppercase to further disambiguate from app param 'db_name' * use Types::Standard assert_Int/Str for a degree of input param validation * add 'sending....' message to form when sending email * move 'incorrect password' display to #result div to overwrite new 'sending....' msg * new test file for model methods
set development Email::Sender transport to Mbox; highlight changes in patient demographics email; set keyword 'fail' in email param to trigger email failure message; success message to form replaces rather than appends to previous message(s)
switched to custom database for project; imported data from hilis4 & outreach tables for dummy patients; _query uses wantarray for return context; patient details form submission jquery; patient_details.tt presentation edits
adapted dumper.tt to use Template::Plugin::DataPrinter; replaced login page with bootsnipp(et) - forgotten password link doesn't work; tidied up welcome page tables