Changes between Version 2 and Version 3 of Ticket #1046
- Timestamp:
- 03/28/11 10:20:59 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1046 – Description
v2 v3 1 1 The stages involved with doing this. 2 2 3 * Convert model objects to standard dict format .4 * Convert standard dicts to current api formats .5 * Make standard dicts savable .3 * Convert model objects to standard dict format (DONE) 4 * Convert standard dicts to current api formats (DONE) 5 * Make standard dicts savable (DONE) 6 6 * Convert current api saves to the new standard dict format. 7 7 * Validate standard dict format.