Changes between Initial Version and Version 1 of Ticket #80


Ignore:
Timestamp:
08/18/09 15:17:51 (5 years ago)
Author:
dread
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #80

    • Property Owner changed from rgrp to dread
  • Ticket #80 – Description

    initial v1  
    1 Do we need modes? It may be simpler to do json stuff directly in controllers ... 
     1Get rid of modes in the RESTful API. Do json stuff directly in controllers. 
     2 
     3 * package will have to_dict and from_dict methods (called by rest controller) which provide and consume JSON friendly dictionaries representing the object. from_dict - class_method. stuff in forms for tags as_string, maybe factor out. reuse validation stuff.