Custom Query (2152 matches)
Results (1048 - 1050 of 2152)
| Ticket | Resolution | Summary | Owner | Reporter | 
|---|---|---|---|---|
| #839 | fixed | Package page redesign | memespring | anonymous | 
| Description | ||||
| #840 | fixed | On/off switch for ETags cache | dread | dread | 
| Description | 
                      
  | 
                  |||
| #842 | fixed | Todo list CKAN extension | johnglover | rgrp | 
| Description | 
                       An extension that provides a todo list feature on CKAN so that people can register and find things to do. Extension name: ckanext-todo User StoryPackage pageAs a user I come to a package: 
 
 
 Todo list pageWhen a user comes to todo overview at /todo At top list all todo categories with counts (or a progress bar). Click on category name or bar takes you down page to list for that category. Category list has a list of todo items (ul with li items with class todo) - link to package relevant to the todo. ImplementationThe Todo form 
 Model: todo table id (autoincrement integer) package_id todo_category_id (required) description (required) created=NOW() resolved=null (unresolved) or a datetime (datetime of resolution) creator=user resolver=user todo_category table id name Prepopulate with: broken-resource-link, no-author, bad-format, add-description API at /api/2/todo 
 /api/2/todo?package=package_id_or_name&category=...&resolved=0/1 
 /api/2/todo/category -> return list of todo categories 
 Optional Extras (Will not be done atm)
  | 
                  |||
