• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Initial description of Instant Messaging. Gives some rough packets. No screendumps, object models or db models yet.

    • binary
    /lams_documents/lams_tool_imchat/Instant Messaging Design Report.doc
altered table lams_learning_activity:

added apply_grouping_flag

    • -0
    • +2
    /lams_common/db/sql/create_lams_11_tables.sql
Added table:

lams_grouping_support_type

Modified table lams_tool:

added supports_contribution_flag

added supports_moderation_flag

added grouping_support_type_id (fk to lams_grouping_support_type)

Modifed table lams_learning_activity:

added online_instructions

added grouping_support_type_id (fk to lams_grouping_support_type)

Modified insert_types_data.sql to include 3 values for lams_grouping_support: NONE, OPTIONAL, REQUIRED

    • -2
    • +17
    /lams_common/db/sql/create_lams_11_tables.sql
    • -0
    • +5
    /lams_common/db/sql/drop_lams_11_tables.sql
    • -0
    • +8
    /lams_common/db/sql/insert_types_data.sql
Basic coding practices and descriptions of development philosophy e.g. testing

    • binary
    /lams_documents/lams_common/DevelopmentPractices.doc
Template document for design reports

    • binary
    /lams_documents/templates/DesignReport.doc
update learnerprogress dto

remove the default timestamp value 0000-00-00 generated by clay

    • -6
    • +6
    /lams_common/db/sql/create_lams_11_tables.sql
get most of the flash method up and running

Initial draft design

    • binary
    /lams_documents/lams_tool_imscp/IMS Content Package Tool Design Document.doc
*** empty log message ***

add task for lams war

*** empty log message ***

latest db changes

test util method to create forward name from struts path

*** empty log message ***

data transfer object for remote communication

mapping requires restart

*** empty log message ***

    • -28
    • +31
    /lams_common/db/sql/insert_test_data.sql
    • -24
    • +0
    /lams_common/db/sql/insert_types_data.sql
got rid of Duplicate column name 'lesson_name' in lams_learning_design

    • -1
    • +0
    /lams_common/db/sql/create_lams_11_tables.sql
added table lams_workspace_folder_type (and values for it to insert_types sql)

|

lams_workspace_folder:

added user_id (implicit fk to user table)

added create_date_time

added last_modified_date_time

added lams_workspace_folder_type_id (fk to lasm_workspace_folder_type)

|

lams_learning_library:

added valid flag

|

lams_tool:

added valid_flag

added learning_library_id (fk to lams_learning_library)

|

lams_learning_design:

added last_modified_date_time

|

lams_lesson:

made name mandatory

|

lams_learner_progress

added requires_restart_flag

|

other: added values for workspace type to insert types

|

other moved values for auth method and activity category from insert test data to insert types data

    • -609
    • +605
    /lams_common/db/sql/insert_test_data.sql
added table lams_workspace_folder_type (and values for it to insert_types sql)

|

lams_workspace_folder:

added user_id (implicit fk to user table)

added create_date_time

added last_modified_date_time

added lams_workspace_folder_type_id (fk to lasm_workspace_folder_type)

|

lams_learning_library:

added valid flag

|

lams_tool:

added valid_flag

added learning_library_id (fk to lams_learning_library)

|

lams_learning_design:

added last_modified_date_time

|

lams_lesson:

made name mandatory

|

lams_learner_progress

added requires_restart_flag

|

other: added values for workspace type to insert types

|

other moved values for auth method and activity category from insert test data to insert types data

    • -12
    • +169
    /lams_common/db/model/lams_11.clay
    • -36
    • +59
    /lams_common/db/sql/create_lams_11_tables.sql
    • -0
    • +5
    /lams_common/db/sql/drop_lams_11_tables.sql
    • -0
    • +31
    /lams_common/db/sql/insert_types_data.sql
made 2 ds: one for lams and one for tools

join lesson modified according to the discussion with Dave

exit lesson service implemented.

get progress data added

    • -0
    • +11
    /lams_learning/web/welcome.jsp
modify the lesson creation to incorporate lesson name and lesson description

helper for struts added

new abstract test case for testing struts layer

toString added

setup Structs test case

get all ative lesson java flash interaction implemented and tested.

join learner into lesson implemented and tested

calculate progress action forward modified and tested

    • binary
    /lams_learning/lib/lams/lams-tool-survey.jar
    • binary
    /lams_learning/lib/wddx/wddx-1.0a-lfl-0.2.jar
  1. … 11 more files in changeset.
*** empty log message ***

*** empty log message ***