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.
Tasks assigned to or require input from
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.
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
After restricting users to only those who signed up with FBU email account, the login process behave different from regular WordPress login processes. Set up menu option such that Show “Log In” option if a user has not logged. And hide that option once logged in. Hide “Log Out” option befor a user logging in. … 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
Currently the Date format is: Day Month, Year It should be: Month Day, Year Just switch the position (or order) of current Day and Month.
Instead of retrieving Post ID from FBU settings, retrieving the latest post of the corresponding Category as the Featured Post for the Homepage. Both English and Chinese sites have their own latest posts. So retrieve correctly on each language. Featured posts on the Homepage Current posts to retrieve from New request: The latest post of … Read more
There are 3 data fields that we are migrating from Rich Text Editor to Pure Text Editor. They are: About the Employer Job Description Qualifications To keep the existing collected records, we keep the original Rich Text Editor fields, but make it hidden (no longer visible to users while posting new Career Opportunities). But codes … Read more