Ticket #80 (closed enhancement: fixed)

Opened 5 years ago

Last modified 4 years ago

Refactor or remove modes code

Reported by: rgrp Owned by: dread
Priority: minor Milestone: v0.10
Component: ckan Keywords:
Cc: Repository:
Theme:

Description (last modified by dread) (diff)

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.

Change History

comment:1 Changed 5 years ago by dread

  • Owner changed from rgrp to dread
  • Description modified (diff)

comment:2 Changed 5 years ago by dread

  • Status changed from new to closed
  • Resolution set to fixed

comment:3 Changed 4 years ago by rgrp

  • Milestone set to v0.10
Note: See TracTickets for help on using tickets.