• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Updated to match the changes to LearnerProgress and the URL mappings

Changed Utils.getUrl to ActionMappings.getUrl

change startLesson to joinLesson

Refactor the progressEngin and LearnerService to Inverse of Control-constructor injection.

  1. … 1 more file in changeset.
Holds the names for global struts action mappings

    • -0
    • +21
    ./lamsfoundation/lams/learning/web/util/ActionMappings.java
getActivityForward and getActivityURL now use the same base methods

Removed auto-generated todo statements and comments

moved to test folder

Moved action methods out into seperate classes.

moved to DummyLearnerService in test folder

Added chooseActivity

Added getNextActivityURL()

*** empty log message ***

    • -0
    • +27
    ./lamsfoundation/lams/learning/web/form/ToolTestForm.java
  1. … 2 more files in changeset.
Matches new ILearnerService

Action for the dummy tool

*** empty log message ***

*** empty log message ***

removed some old methods and added toolComplete method

Updated to match the new package naming

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

    • -0
    • +14
    ./lamsfoundation/lams/learning/LearningResources.properties
    • -0
    • +21
    ./lamsfoundation/lams/learning/progress/Progress.java
    • -0
    • +32
    ./lamsfoundation/lams/learning/progress/ProgressException.java
    • -0
    • +100
    ./lamsfoundation/lams/learning/service/ILearnerService.java
    • -0
    • +123
    ./lamsfoundation/lams/learning/service/LearnerService.java
    • -0
    • +43
    ./lamsfoundation/lams/learning/service/LearnerServiceProxy.java
    • -0
    • +269
    ./lamsfoundation/lams/learning/service/TestLearnerService.java
    • -0
    • +40
    ./lamsfoundation/lams/learning/web/action/TestAction.java
  1. … 6 more files in changeset.