Mark's e-Cubed is a highly customized FiLMS instance.
Overview
Structure
Courses can be arranged on the 3D store under topics but must be arranged in a particular way.
The 3D store Shockwave Flash file appears to look for certain topics in FiLMS.
Course assignment
Introduction has no child topics so courses can be associated directly to it in order to be displayed under that topic
ID#3-12, L&D plus In-Store Activities have hard-coded child topics. Assign courses to the child topics only.
After each topic change:
Some issues (especially reports) can be caused by lack of maintenance in FiLMS. To ensure everything in FiLMS is sync with the clients' system, ICOM Support Team need to get the following info from client:
Mark's has a unique reporting module called Mark's Reports. They may request that new phases are added or old ones are removed.
Orphans?
Orphans?
SELECT *
FROM `fm_marksreports_phase_curriculum_assn` AS mpc
LEFT JOIN fm_marksreports_phases AS mp
ON mp.id = mpc.phase_id
LEFT JOIN curriculums AS cu
ON cu.id = mpc.curriculum_id
LEFT JOIN structures AS s
ON s.id = cu.structure_id
LEFT JOIN courses AS c
ON c.id = s.course_id
WHERE cu.is_visible = 0
OR s.is_active = 0
OR c.is_active = 0
Respect in the Workplace is built by Mark's and the support it from a technical standpoint.