= Trellis Development Discussion Notes - Archive=
Contents
Bulk Actions (completed)
checkboxes will be shown when action tab is clicked
available actions will be display in a drop-down within the Action tab
list of selected items will be displayed where table is
action options will be displayed in action tab content
Courses (completed)
create courses_details table for offloading info from courses table
add description_short in XML
add passing status (completed|passed)
Per-user Permissions (completed)
remove permissions per groups and make it permissions per user
Responses (completed)
create the updated responses table
courses.template_type (completed)
in order to know what type of course a course is.
varchar: scorm, aicc, normal, classroom
object renaming (completed)
remove CORE, CLIENT_ID, prefixes.
use unique naming instead.
bad ex:
XXX_truefalse
good ex:
aweseometruefalse
also prefix with:
TrellisCourseObject_<name>
TrellisActionObject_<name>
TrellisEventObject_<name>






