Changes between Initial Version and Version 1 of Ticket #80
- Timestamp:
- 08/18/09 15:17:51 (5 years ago)
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 ... 1 Get 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.