Clinic Faculty Expanded Window Link Change
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 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.
To decouple the relation between “Faculty” (fbu_faculty) and “Clinic Faculty” (fbu_clinic_faculty) tables, instead of retriving Names from mapped Faculty record (fbu_faculty), retrieve directly from Names of its own (fbu_clinic_faculty) table, to display on the frontend Health Center pages. If the name is not available, leave it blank. NOT to retrieve it from the corresponing record … Read more
Display Practitioners on both locations San Jose and Santa Cruz both Languages: English and Chinese Only if the Practitioner’s “Active” field in the Clinic Faculty table is set to “Yes”. Ignore the “Suspend” field setting in its corresponding record in Faculty table. Clinic Faculty table Faculty Table Test case: Chen Ping (Joanna) Chao: Faculty ID: … Read more
Selection Criteria: Not to select if the ‘display” field in the fbu_faculty table is not “Y” Not to select if the ‘language” field in the fbu_faculty table does not contain the corresponding language code, for example: On the Chinese version of a Clinic Practitioners page, the ‘language’ field should contain the language code ‘zh‘ and … Read more
Remove “Array” word from the Faculty line Increase the height for the multiple choice field of “Preferred Day” Decrease the height of the “Chief Complaint” field (50% of current height)