Custom Query (2152 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (877 - 879 of 2152)

Ticket Resolution Summary Owner Reporter
#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.

#1074 fixed Refactor authz web user interface to have common code and templating rgrp rgrp

Reported by rgrp, 3 years ago.

Description

Currently repeat the same template and code across Package Authz, Group Authz, and Authz Group authz.

Having now implemented a new, cleaner setup in ckanext-admin we should port this back into core.

  • Common template code (checkbox template)
  • Logic code (or just common code) for wiring into authz system
  • Look for all places thoroughout the system where usernames, authzgroups or groups need to be typed into boxes, and make sure that they auto-complete appropriately.

Will also deliver a significant improvement in the form of ajax user lookup.

#1372 fixed Refactor archiver to work as a celery task johnglover johnglover

Reported by johnglover, 3 years ago.

Description

Take the resource archiver (currently part of ckanext-qa) and make it into a standalone extension that works as a celery task.

Note: See TracQuery for help on using queries.