|
From: <rga...@us...> - 2002-11-05 21:35:53
|
Update of /cvsroot/csms/csms-core/src/documentation/xdocs
In directory usw-pr-cvs1:/tmp/cvs-serv4151
Modified Files:
shortTermPlans.xml
Log Message:
Added the error checking and confirmed/unconfirmed details discussed on the mailing list (I've gone for the terms official and unofficial though)
Index: shortTermPlans.xml
===================================================================
RCS file: /cvsroot/csms/csms-core/src/documentation/xdocs/shortTermPlans.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** shortTermPlans.xml 4 Nov 2002 11:52:35 -0000 1.1
--- shortTermPlans.xml 5 Nov 2002 21:35:50 -0000 1.2
***************
*** 23,26 ****
--- 23,40 ----
<section>
+ <title>0.1 release</title>
+
+ <dl>
+ <dt>Additional Error Checking</dt>
+
+ <dd>An extra step will be inserted into the events generation process
+ in the Fantasy Sports Module, this will enable rules to be encoded to
+ verify the generated scores, for example, total goals scored by a team
+ should be equal to the number of goals identified in the result
+ event.</dd>
+ </dl>
+ </section>
+
+ <section>
<title>0.2.x release</title>
***************
*** 84,87 ****
--- 98,115 ----
<dl>
+ <dt>Allow unconfirmed/confirmed event status</dt>
+
+ <dd>Events should have a status flag that enables them to be marked as
+ official or unofficial. There also needs to be a flag to indicate when
+ an event has been queried by someone. Initially all events are
+ unofficial, however, they are used to calculate published (unofficial)
+ results. On a given day and time, all events that have not been
+ queried are converted to official. The queried flag is used to
+ indicate that someone thinks the event may be an error. The league
+ administrator is asked to verify these events before they become
+ confirmed. This is to allow scores to be gathered from "unnoficial"
+ sources which will sometimes be faster than the "official" sources
+ whilst still</dd>
+
<dt>Embed Jetty server</dt>
|