Processing Math: Done
jsMath
Differences between revisions 1 and 3 (spanning 2 versions)
Revision 1 as of 2008-06-20 20:49:36
Size: 547
Editor: TomBoothby
Comment:
Revision 3 as of 2008-06-20 20:52:10
Size: 664
Editor: TomBoothby
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
Line 8: Line 7:
 * Replace object.__foo with object.foo "everywhere" in the notebook directory  * Replace object._ _foo with object.foo "everywhere" in the notebook directory
Line 11: Line 10:
 * Test and fix bugs
Line 12: Line 12:
 * Fix bugs uncovered by doctests
Line 17: Line 17:

Problems:

 * Patch bomb.
 * Can't test until I'm "done"

SQLize the Notebook?

I've started on #3456. Workflow is:

  • Create schema (done)
  • Create import script (done)
  • Replace object.foo() with object.foo "everywhere" in the notebook directory (done)
  • Replace object._ _foo with object.foo "everywhere" in the notebook directory
  • Refactor worksheet.config, notebook.config, user.config
  • Refactor worksheet.cells, notebook.users, notebook.worksheets
  • Test and fix bugs
  • Document the hell out of everything!
  • Fix bugs uncovered by doctests

While I'm at it:

  • Add tag system, twist Timothy's arm to design an interface?

Problems:

  • Patch bomb.
  • Can't test until I'm "done"

dev1/boothby (last edited 2008-11-14 13:41:50 by anonymous)