Changes between Initial Version and Version 1 of Ticket #1046


Ignore:
Timestamp:
03/28/11 10:13:23 (3 years ago)
Author:
kindly
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1046 – Description

    initial v1  
     1The stages involved with doing this. 
     2 
     3 * Convert model objects to standard dict format. 
     4 * Convert standard dict object to current api formats. 
     5 * Make standard dicts savable. 
     6 * Convert current api saves to the new standard dict format. 
     7 * Validate standard dict format. 
     8 * Authenticate all saves and views using new format. 
     9 * Replace dictization with current api. 
     10 * Deserialize forms to new dict format. 
     11 * Replace controllers/forms to use dictization.