Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
*** empty log message ***

  1. … 2 more files in changeset.
statistics action now calculates the number of usersi n each session and also the total number of users.

new methods calculateTotalNumberOfUsers getSessionIdsFromContent getNumberOfUsersInSession Which is used to generate the statistics in the monitoring environment

implementation of get number of users in session

implementation of new method getSessionsFromContent

new method get number of users in session, used for statistics section in monitoring

new method getSessionsFrom content which is used in the service layer to calculate the number of users in a session

new constants TOTAL_LEARNERS and GROUP_STATS_MAP, used in statistics in monitoring environment

this isnt used anymore

Now merged into one file called NbWebUtil

the one utility class for noticeboard. NbAuthoringUtil, NbMonitoringUtil and NbLearningUtil has merged into this one class

    • -0
    • +115
    ./lamsfoundation/lams/tool/noticeboard/util/NbWebUtil.java
all utility functions are now in the one class NbWebUtil instead of having a separate util class for each environmnent (authoring monitoring and learner)

instead of setting defineLater to true all the time, it now only sets to true when its called from monitoring environment via edit activity tab

removed /tool/nb from path, shortened the path to /starter/monitor instead

new bean property which returns a map. map contains request parameter names and values, which is populated in EditActivity action. This is used to generate the link for the authoring url (when user clicks on edit button)

removed /tool/nb from path, shortened the path to /monitor instead

removed /tool/nb from path, shortened the path to /starter/learner instead

removed /tool/nb from path, shortened the path to /starter/authoring instead

new bean property called defineLater, used in the jsp page to determine if defineLater is set or not

shortened the actionpath to /authoring instead of /tool/nb

removed contentInUse and loadNbForm which is no longer needed

accounted for the change in type from Long to String. This action servlet now also copies the value of tool content into the session

changed the variable toolContentId from Long to type String

moved copyValuesIntoSession and isContentEditable functions into the utility class. in editActivity, the state of the flags are added into the session,

*** empty log message ***

updated full constructor to include contentInUse, also minimal constructs set contentInUse to false be default

new constants: DEFINE_LATER and BUTTON_EDIT

monitoring environment, action servlets

    • -0
    • +87
    ./lamsfoundation/lams/tool/noticeboard/web/NbMonitoringForm.java
changed the method names to getXXId instead of getXXID

*** empty log message ***