lams_monitoring

  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-3614: Improve processing of Gate activities.

Alter lams_activity_learners table so it reflects its real purpose: storing learners who are allowed to pass a gate.

Find out who is waiting in front of a gate using learner progress (activity attempt).

For sync gate take into account all possible lesson learners (lesson class) rather than only ones who started a lesson.

Use an entity in JSP generation rather than a DTO which is just a wrapper for the entity.

Code clean up.

  1. … 35 more files in changeset.
LDEV-3599 adding paging labels

LDEV-3599 adding paging labels

LDEV-3599: Add paging to learner group dialogs.

Change icons from custom to ones provided with jQuery UI.

    • -63
    • +165
    ./web/includes/javascript/monitorLesson.js
  1. … 7 more files in changeset.
LDEV-3599: Add paging to learner group dialogs.

Change icons from custom to ones provided with jQuery UI.

    • -81
    • +183
    ./web/includes/javascript/monitorLesson.js
  1. … 7 more files in changeset.
LDEV-3021 Adding labels to i18n

LDEV-3600 and LDEV-3021 Adding labels to i18n

LDEV-3600 Adding labels to i18n

LDEV-3600: In Sequence and Learners tab allow searching for Learners who has not started the lesson yet.

    • -9
    • +16
    ./web/includes/javascript/monitorLesson.js
  1. … 10 more files in changeset.
LDEV-3600: In Sequence and Learners tab allow searching for Learners who has not started the lesson yet.

    • -10
    • +17
    ./web/includes/javascript/monitorLesson.js
  1. … 10 more files in changeset.
LDEV-3600: Set the arrow offset when it is already visible, otherwise it is misplaced.

Use red user icon instead of green.

    • -6
    • +9
    ./web/includes/javascript/monitorLesson.js
  1. … 1 more file in changeset.
LDEV-3600: Set the arrow offset when it is already visible, otherwise it is misplaced.

Use red user icon instead of green.

    • -6
    • +9
    ./web/includes/javascript/monitorLesson.js
  1. … 1 more file in changeset.
LDEV-3600: Search for a learner in Monitoring Sequence tab and highlight it afterwards.

    • -9
    • +86
    ./web/includes/javascript/monitorLesson.js
LDEV-3600: Search for a learner in Monitoring Sequence tab and highlight it afterwards.

    • -11
    • +89
    ./web/includes/javascript/monitorLesson.js
LDEV-3603: Remove obsolete labels.

LDEV-3603: Remove obsolete labels.

LDEV-3603: Remove obsolete labels.

LDEV-3603: Remove obsolete labels.

LDEV-3603: Add autocomplete for search in Learners tab.

Merge this and previous changes into the custom Monitoring for a client.

    • -39
    • +33
    ./web/includes/javascript/monitorLesson.js
  1. … 1 more file in changeset.
LDEV-3603: Add autocomplete for search in Learners tab.

Merge this and previous changes into the custom Monitoring for a client.

    • -41
    • +35
    ./web/includes/javascript/monitorLesson.js
  1. … 2 more files in changeset.
LDEV-3490: Re-introduce methods for Live Edit. They have been accindentaly removed during an another commit.

    • -2
    • +1
    ./web/includes/javascript/monitorLesson.js
LDEV-3599: Load a batch of Learners in Learners tab in Monitoring interface using well-tailored SQL rather than Hibernate fetch and processing in Java.

  1. … 3 more files in changeset.
LDEV-3599: Load a batch of Learners in Learners tab in Monitoring interface using well-tailored SQL rather than Hibernate fetch and processing in Java.

  1. … 3 more files in changeset.
LDEV-3599: Load only first few learners for each activity and lesson completed. Count learners for each activity, including hidden children of Branching in Flash format. Fetch full learner list on demand.

Remove unnecessary methods.

    • -37
    • +50
    ./web/includes/javascript/monitorLesson.js
  1. … 2 more files in changeset.
LDEV-3490: Re-introduce methods for checking activity precedence. They have been accindentaly removed during an another commit.

LDEV-3599: Load only first few learners for each activity and lesson completed. Count learners for each activity, including hidden children of Branching in Flash format. Fetch full learner list on demand.

Remove unnecessary methods.

Load the really needed objects instead of using Hibernate to derive them from parent objects. Use SQL for counting instead of fetching full collection in Hibernate and checking its size.

Prepare for paging: add offset parameter to queries.

  1. … 7 more files in changeset.
LDEV-3599: Load the really needed objects instead of using Hibernate to derive them from parent objects. Use SQL for counting instead of fetching full collection in Hibernate and checking its size.

Prepare for paging: add offset parameter to queries.

  1. … 7 more files in changeset.
LDEV-3599: Load only first few learners for each activity and lesson completed. Count learners for each activity, including hidden children of Branching in Flash format. Fetch full learner list on demand.

Remove unnecessary methods.

    • -104
    • +116
    ./web/includes/javascript/monitorLesson.js
  1. … 7 more files in changeset.
LDEV-3421 jqGrid should all all available entries by default

  1. … 12 more files in changeset.
LDEV-3421 jqGrid should all all available entries by default

  1. … 13 more files in changeset.