Custom Query (2152 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (193 - 195 of 2152)

Ticket Resolution Summary Owner Reporter
#267 fixed Diffs for object that is created in that revision johnbywater rgrp

Reported by rgrp, 4 years ago.

Description

Currently this raises an exception because there is no package/package_revision in existence at from_revision.

#269 fixed Improve gov package form rgrp dread

Reported by dread, 4 years ago.

Description

If the notes field could use a WYSIWYG editor with word cleanup this would really help users who may well be pasting in text from Word (and I guess may have been approved or written by someone else)

having auto-complete on tags would both make the system easier to use - and reduce the risk of synonymous tags being created inadvertently.

Does the department drop down options list interact with user permissions - so that users who only have rights to one department only see that option ?

Similarly for licenses - can this reduce to the set of allowed options for this user/

What level of validation is there on the fields?

#270 fixed Refactor ckan/lib/importer and ckanclient/loader. johnbywater johnbywater

Reported by johnbywater, 4 years ago.

Description

There is code to create packages in-process (ckan/lib/importer) and via HTTP (ckanclient/loaders/base). There is also code to read different kinds of package source (Google Spreadsheets spreadsheet, other spreadsheet).

Propose to refactor all this to have template method in base command class (subclasses may implement command line interface, graphical user interface, or Web interface), where the template method calls on aggregated strategy objects for: reading raw spreadsheet data from spreadsheet application; for inferring CKAN package entities from the raw spreadsheet data; and for writing package entities to CKAN service.

Spreadsheet readers to be factored to allow for variations of spreadsheet application.

Raw data inferrers to allow for variations in spreadsheet cell structure.

CKAN writer strategies to allow for either CKAN client or direct linking.

Actual cases then supported by specifying existing strategies (or defining new ones) in a script that invokes the command class.

Note: See TracQuery for help on using queries.