lamsfoundation

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
changes in the activityclick event handler

    • -39
    • +43
    ./lams/monitoring/mv/MonitorController.as
setup click listener events on init the view rather than draw + added method to change edit class enabled status + removed switch statement in changeStatus

added changeStatus method to run status change call such as suspendLesson

    • -0
    • +36
    ./lams/monitoring/mv/MonitorController.as
added reload call after creating (editing) lesson class

added textfield

added select status item to combo box

added extra item in combobox "Slect Status" so that if someone click on the appy button by mistake it won't do anything, for that we need to have a validation

also put a condition to check when refreshing the tab view so that required tassk will not be recreated again and again

comment change on update method

    • -1
    • +1
    ./lams/monitoring/mv/tabviews/TodoTabView.as
height fix (monitor Y position)

whole lot of changes to handle state changes (disable, enable, archive etc) and edit class/view learner button functionality

removed Lesson (side bar)

changes in the monitor tab draw activity and learnertab draw activity and added few methods to check learner progress

    • -1
    • +1
    ./lams/monitoring/mv/tabviews/TodoTabView.as
merged and updated draw method

    • -120
    • +108
    ./lams/monitoring/mv/MonitorModel.as
changes to use new request for getting organisations using courseID/classID and tree changes to open branches/folders

created new class to handle acivities in monitor as look and feel elements, controller and model are different than authoring

    • -0
    • +276
    ./lams/monitoring/mv/MonitorLearnerActivity.as
added code to present optional activities in monitoring environment

    • -9
    • +43
    ./lams/authoring/cv/CanvasOptionalActivity.as
    • -22
    • +64
    ./lams/authoring/cv/CanvasParallelActivity.as
completed dialog to edit lesson class

    • -31
    • +138
    ./lams/monitoring/LessonManagerDialog.as
key press for debug dialog

fixed date and disable buttons on finish

corrected org id for lesson class

removed unneeded callback param

fixed getOrganisations call

methods to change status, and user loading/saving methods

    • -10
    • +75
    ./lams/monitoring/mv/MonitorModel.as
added editLessonClass method, updated onDialogLoaded

    • -19
    • +61
    ./lams/monitoring/mv/MonitorController.as
added lesson loader and create lesson class methods

changed constructor

added isLearner/isStaff methods

learners dialog class

    • -0
    • +287
    ./lams/monitoring/LearnersDialog.as
changes in the draw design event of the update method and changes in the draw activity method

changes in the update, draw activity and draw transition methods