[Webfunds-commits] java/webfunds/ricardian TODO

Ian Grigg iang@cypherpunks.ai
Fri, 6 Apr 2001 18:46:22 -0400 (AST)


iang        01/04/06 18:46:21

  Modified:    webfunds/ricardian TODO
  Log:
  updated

Revision  Changes    Path
1.2       +7 -21     java/webfunds/ricardian/TODO

Index: TODO
===================================================================
RCS file: /home/webfunds/cvsroot/java/webfunds/ricardian/TODO,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- TODO	2000/05/26 15:26:36	1.1
+++ TODO	2001/04/06 22:46:21	1.2
@@ -1,27 +1,13 @@
-Add OpenPGP clear-text signatures to Contract.java
+1. OpenPGP clear-text signatures:
 
-   * need the verification code, get keys initially from the contract itself
+   * key management
 
-   * And SignContractWizard, as a slightly lower priority, as we can prepare
-     the PGP-signed contracts manually, using OpenPGP.
-     (or can we? actually, I can't because PGP5.0 has no cleartext-sig.)
+2. The exceptions are probably not adequate but getting better...
 
-   * then add key management later
+3. Complete removal of all SOXStore stuff, now has own package in
+webfunds.sox.server.
 
-
-Move the fractional numbers capability from Currency to core Contract.
-It seems to be more generic that just currencies.
-
-The exceptions are probably not adequate...
-
-Move DirContractStore over to AppendFileStore, or not?
-
-Somehow, allow non-internal developers to add new contract types
+4. Somehow, allow non-internal developers to add new contract types
 without replacing the basic Contract.java.
-
-Find a proper home for SOXServer code, which is the bridge between
-Ricardian contracts and the SOX server.
-
-    Finish implementing the reliable updating of the SOXServer file.
 
-Design & implement a XML version of the Ricardian Contract.
+5. Design & implement a XML version of the Ricardian Contract.