|
From: <rga...@us...> - 2002-10-21 22:25:30
|
Update of /cvsroot/csms/csms-core
In directory usw-pr-cvs1:/tmp/cvs-serv18309
Modified Files:
status.xml
Log Message:
Added recent actions
Index: status.xml
===================================================================
RCS file: /cvsroot/csms/csms-core/status.xml,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** status.xml 17 Oct 2002 16:53:47 -0000 1.1.1.1
--- status.xml 21 Oct 2002 22:25:27 -0000 1.2
***************
*** 16,19 ****
--- 16,62 ----
</todo>
+ <changes>
+ <release version="0..1alpha1" date="">
+ <description>Scrapes BBC textual commentaries of Barclaycard Premiership games and
+ generates scores accordingly. How the events are scraped and how the scores are
+ calculated is defined in configuration files.</description>
+ <action dev="rdg" type="add">
+ Addition of CSMS skin for the community web site.
+ </action>
+ <action dev="rdg" type="add">
+ Addition of JDepend metrics report to the community site.
+ </action>
+ <action dev="rdg" type="update">
+ Various refactorings and code style checks in response to checkstyle reports.
+ </action>
+ <action dev="rdg" type="update">
+ Local browser now displays commentary before any other files are loaded, this improves performance
+ because the browser will download the file in parallel to the configuration files.
+ </action>
+ <action dev="rdg" type="update">
+ Local browser now displays contents of local file as well as remote urls when parsing.
+ </action>
+ <action dev="rdg" type="update">
+ Now able tp check for duplicate events in the event parser using the <duplicateDetection>
+ element of the the event definition in the parser config file.
+ </action>
+ <action dev="rdg" type="update">
+ Removed permanent tab panes for Events XML, Scores XML and Scores HTML.
+ These are now created as they are needed.
+ </action>
+ <action dev="rdg" type="update">
+ Added list BBC commentary URLs to the getURL dialog used to enter
+ the URL of a page to parse. You can now either type an URL or select one
+ in the combo box.
+ </action>
+ <action dev="rdg" type="add">
+ Added Event notification to EventParser and EventParserListener to allow feedback to the
+ application.
+ </action>
+ <action dev="rdg" type="add">
+ ControlCentre now controls the native broswer to display the commentary page.
+ This should assist in verifying calculated scores.
+ </action>
+ </release>
</status>
|