Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
first activity of the design would be calculated only if it is a valid design.

added toString() for logging purpose

Made the object immutable

WDDX related classes

    • -0
    • +645
    ./java/org/lamsfoundation/lams/util/LDWDDXValueObjectFactory.java
    • -0
    • +147
    ./java/org/lamsfoundation/lams/util/WDDXTAGS.java
update lesson dto

added not-nullable name field and decription field and modified creation factory method.

  1. … 4 more files in changeset.
added new fields to lesson object

  1. … 2 more files in changeset.
fix up some problems with activity mappings fix up bugs in saving temp completed activity list

  1. … 1 more file in changeset.
*** empty log message ***

  1. … 2 more files in changeset.
latest database changes mapped

  1. … 1 more file in changeset.
lesson data transfer object implemented

    • -0
    • +102
    ./java/org/lamsfoundation/lams/lesson/dto/LessonDTO.java
added data holder to hold current completed activities list for flash

get active lessons implemented

  1. … 2 more files in changeset.
Rename customized struts action from "action" to "LamsAction" to avoid naming duplication with existing Struts API

*** empty log message ***

change activity comparator to use the order id field

added implementation of get tool session by learner

update method for tool session added

  1. … 2 more files in changeset.
new property activityCategoryID added

  1. … 1 more file in changeset.
add get tool session by id to toolService

  1. … 1 more file in changeset.
*** empty log message ***

createCopy() method modified

createCopy() method modified

added helpers to get first activity in sequnence activity

  1. … 1 more file in changeset.
added waiting flag for learner progress

  1. … 2 more files in changeset.
added helper method to get child from a complex activity by id.

  1. … 1 more file in changeset.
*** empty log message ***

Additional comments added for getTransitionTo() and getTransitionFrom() methods

activity strategy for calculating next activity within a parent activity implemented and tested

  1. … 1 more file in changeset.
activity strategy for calculating children activity completion status implemented and tested

  1. … 3 more files in changeset.