To fix: Clinic Faculty – display only English part of short Bio on the English page and vice versa
To fix: No mixing in languages Display the corresponding part of the Bio on different language page. Fixed on Health Cener pages
To fix: No mixing in languages Display the corresponding part of the Bio on different language page. Fixed on Health Cener pages
Create a UI for setting Title (= level field in the Table) in the Clinic Faculty table. Added new Title – Adjunct Faculty Title (=level) Editing UI
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 / …”
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.
To further decouple “Faculty” and “Clinic Faculty” tables, the expand link used in current Health Center pages need to be replaced with Clinic Faculty ID instead of Faculty ID.
To decouple “Clinic Faculty” table from “Faculty” table, photos to be displayed on the frontend Health Center pages, from now on, should be retrieved from “photo” field in the “Clinic Faculty” table. Photos are stored under /portrait folder with naming convention as follows: cfxxx.png or cfxxx.png ( cf1.png, cf22.jpg, cf345.png) xxx: the facultyID from 1 … Read more
For Faculty & Practitioners with the same last name, the sorting criteria should also apply to the first name. To get around the issue caused by the trilingual data fields, an extra step to create a temporary array for sorting purpose is implemented to resolve the issue. Clinic Practitioners – San Jose All Teaching Faculty … Read more
To fix: When a new Clinic faculty was added to the table, when his/her photo was not available, it was found that program does not display default Unknown photo, instead it display the photo of previous faculty. If photo is not available, it should display the default “Unknown” image.
The only way to update Clinic Faculty Active field is on the List page, not on the individual Clinic Faculty page. However, the updating button on current Clinic Faculty List page doesn’t work. Instead of developing using existing old coding system, a new page is set up for updating Active field in addition to other … Read more
To decouple the relation between “Faculty” (fbu_faculty) and “Clinic Faculty” (fbu_clinic_faculty) tables, Clinic Faculty table needs to have “photo” field to hold its own photo data. “photo” data fields is in plce and the UI to update that field is also implemented.