Ticket #2442 (closed enhancement: fixed)

Opened 2 years ago

Last modified 23 months ago

Create demo dataset overview

Reported by: aron.carroll Owned by: aron.carroll
Priority: major Milestone: ckan-sprint-2012-06-25
Component: ckan Keywords: demo-theme
Cc: toby Repository: ckan
Theme: none

Change History

comment:1 Changed 2 years ago by aron.carroll

  • Keywords demo-theme added

comment:2 Changed 2 years ago by aron.carroll

  • Milestone changed from ckan-sprint-2012-05-29 to current-ckan-sprint-2012-06-25

comment:3 Changed 2 years ago by aron.carroll

  • Owner changed from aron.carroll to toby
  • Status changed from new to assigned

Functionality to be added:

comment:4 Changed 2 years ago by toby

  • Status changed from assigned to accepted

make readable

  • Group module needs to display group/publisher title, logo and description if dataset has an associated group.
  • Popular icon only needs to be displayed if dataset is popular. (say if it has 10+ views for the moment)
  • Related module needs to show most recent item or fallback content.

comment:5 Changed 2 years ago by toby

popular localised need to get live tracking data and fixup (in progress)

groups now shown including multiple with link to group page

related items I'd like some data for this I'll see if I can add some

comment:6 Changed 2 years ago by toby

now has actual tracking data

to get data install ckanext-googleanalytics from source in analytics package dir run paster loadanalytics internal 2012-01-01 -c ../ckan/development.ini you may need to change .ini file name

then in ckan dir paster search-index rebuild -r -c dev.ini

It needs a refactor to make it easier to use

comment:7 Changed 2 years ago by toby

new helper function for popular

h.popular(type_, number, min=1, title=None)

just related items left now

comment:8 Changed 2 years ago by toby

@aron,

related items on dataset page has been added it's really basic and just displays the fields that seem useful. we may need to add the add related item feature first as they are hard to add.

please make it beautiful

comment:9 Changed 2 years ago by toby

  • Owner changed from toby to aron.carroll
  • Status changed from accepted to assigned

comment:10 Changed 23 months ago by aron.carroll

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

Closing, issues should be opened as new tickets

Note: See TracTickets for help on using tickets.