Ticket #2442 (closed enhancement: fixed)
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 |
Description
Change History
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:
- 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)
- Popular icon needs localised text passed in to snippet (See TODO comment above helper https://github.com/okfn/ckan/blob/feature-2375-demo-theme/ckan/templates/package/read.html#L46)
- Related module needs to show most recent item or fallback content.
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)
- Popular icon needs localised text passed in to snippet (See TODO comment above helper https://github.com/okfn/ckan/blob/feature-2375-demo-theme/ckan/templates/package/read.html#L46)
- 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