IntraApps: Troubleshoot Ext-Cal Configuration UI

It was found that there were several issues with Ext-Cal Configuration UI. For example, while setting Location, when “Online” was entered, it stored “Onlin“. Later on it was found the Location code was limited to 5. It’s now increased to 10. There is a typo on the Navigation section. “language” was displayed as “lanaguage” It … Read more

Ext-Cal: Set up shortcode to take specified parameters

Create a shortcode for the Editor to provide specified Course selection criteria and display it to the designated content block of the page under development or maintenance. Shortcode specs: [wpos_fbu_extcal program=”xxx” location=”yyy” language=”zzz“] xxx: the Program code from fbu_ext_programs table; 100, 200, etc. yyy: the location code from fbu_ext_location table; SJ, SC, etc. zzz: the … Read more

IntraApps: Restore Course structure to 3-level

Customize existing codes to restore back 3-level Course structure Degree (or Program) – Department – Course After Course structure is restored to original 3-level structure, the course will again become one-to-one relation with Department / Degree. It cannot be assigned to multiple Degrees / Departments. Course Search: Restore 3-level design dropdown list Course Details: Restore … Read more

IntraApps: Implement 2-level Course structure

Implemented: The existing design is set at 3-levels:Degree – Department -Course The new design will be only 2-level for more flexibilityProgram – Course There are 3 UIs to modify Course Search: This is the default page of the whole IntraApps.In the new design, display only Program (internally named Degree) on the dropdown list for the … Read more