Ticket #2441 (assigned enhancement) — at Version 5
Create demo search page
Reported by: | aron.carroll | Owned by: | toby |
---|---|---|---|
Priority: | major | Milestone: | ckan-sprint-2012-06-25 |
Component: | ckan | Keywords: | demo-theme |
Cc: | toby | Repository: | ckan |
Theme: | none |
Description (last modified by aron.carroll) (diff)
Change History
comment:1 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 accepted to assigned
Order by needs hooking up to form. Currently it's just a @<select>@ element containing a single entry, it needs the other possible options added. Let me know if you want more details.
comment:4 Changed 2 years ago by toby
- Owner changed from toby to aron.carroll
@aron,
this is now in a snippet (jinja2 allows the selected="selected" more easily) needs some work still eg translation stuff and also maybe completely rewrite the snippet at some point.
Anyhow the functionality is there. I added the button for no javascript working.
I'm assigning to you for beautification etc
on live demo http://s031.okserver.org:2375/dataset?q=&sort=title_string+asc
comment:5 Changed 2 years ago by aron.carroll
- Owner changed from aron.carroll to toby
- Description modified (diff)
There's already a submit button in the form (it's the question mark) it's up for discussion on Basecamp if this is clear, apparently it's not.
I'm going to throw this back to you to implement the popular badges, I'll tidy that form up later. Perhaps we can get a helper such as h.isPackagePopular(pkg) that can be customised on a per instance basis.