BenoitTalbot / bungeni-portal

Automatically exported from code.google.com/p/bungeni-portal
0 stars 0 forks source link

Business Listings improvements #710

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Currently all the listings under Business use the YUI DataTable model to show 
listings of questions, motions, tabled-documents etc.

This is the same model used in Admin, Archive and also within the object -- for 
example, to list the attachments of an object , to list the parliamentary 
activities of a member of parliament etc.

However - for the public pages -- namely : 

business/questions
business/motions
business/tableddocuments
business/bills
business/agendaitems
business/publications
members/current

The pages need to display paged content not as a table listing -- but instead 
using  a "search results" kind of view e.g.

[title item 1]                        [link to view]
by [author]                 
[status] 
[description]

[title item 2]                        [link to view]
by [author]                 
[status] 
[description]

 * These will need to be ajax paged -- i.e. hitting the next page does not refresh the whole page

 * These will need to obey the rules from ui.xml - i.e if you hide some fields in listing mode they disappear from this listing.

Original issue reported on code.google.com by ashok.ha...@gmail.com on 24 Jun 2011 at 9:55

GoogleCodeExporter commented 8 years ago

Original comment by flavio.z...@gmail.com on 27 Nov 2011 at 5:38