Custom Query (2152 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (565 - 567 of 2152)

Ticket Resolution Summary Owner Reporter
#80 fixed Refactor or remove modes code dread rgrp

Reported by rgrp, 5 years ago.

Description

Get rid of modes in the RESTful API. Do json stuff directly in controllers.

  • 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.
#81 fixed Support for sqlalchemy 0.5 rgrp rgrp
#82 fixed Support diffing of versioned objects rgrp rgrp

Reported by rgrp, 5 years ago.

Description

Should have function/facility to get a diff of a version object between 2 revisions. Function should return a dictionary of fields with diffs.

Details:

  • Do we deal with m2m relationships (and m2one on the many side)?
  • What is diff?
    • For text fields output of python diff command
    • For non-text field guess just simple +/- for what was there before and now

Cost: 4h (don't think this is a huge request)

Note: See TracQuery for help on using queries.