IntraApps v2 enhancement on Faculty & Clinic

While working on “Adding two more Faculty types”, more features were implemented on the existing IntraApps (v2) module. This step can be considered as a basis for migrating all Intranet apps (or IntraApps v1) to the new IntraApps v2 module, mainly to drop the old Smarty Template engine. As of 10/31/2024, the following features are … Read more

IntraApps: Add extra data fields to faculty and Practitioner lists for exporting purpose

Add extra data fields to existing tables mainly for reporting purpose. Faculty List: Add Faculty Level, i.e. Senior Professor / Professor / Associate Professor / Assistant Professor / Instructor Professional Title Practitioner List: Add Professional Title Faculty Professional Title Practitioner Professional Title The Exporting feature has been implemented and task closed on 8/23/2024.

IntraApps: Fix clinic faculty update issue that wipe out new data fields

It was found that the existing backend IntraApps would wipe out new data fields that were added to make Clinic Faculty tablle self-contained to build frontend Health Center pages. The database updating method used by existing codes, being not knowing the newly added data fields, will update only existing data fields, and wipe out (set … Read more

Clinic Faculty: Add “level” data field to and display accordingly from this table

Add “level” data field to Clinic Faculty table so that that data will be available to display on the Helath Center pages without referring to the Faculty table. The SQL statements of the Helath Center pages should not involve Faculty table. Practitioners WITHOUT “Professor / Instructor / …” Practitioners WITH “Professor / Instructor / …”

Clinic Faculty: Add “language” field to the table

The “language” field is needed to indicate which (or both) language pages to display on Health Center pages. Clinic Faculty table is now a complete, self-contained table for Health Center pages. “language” field used in Faculty table. “language” field used in Clinic Faculty table. “language” field Editing UI is ready.