History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: XCF-2643
Type: Improvement Improvement
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Kevin Thorley
Reporter: Martin Steinmann
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
sipXconfig

conference filtering

Created: 2008-06-18 13:06   Updated: 2008-09-26 16:29
Component/s: None
Affects Version/s: 3.11.3
Fix Version/s: 3.11.6

Original Estimate: 2 days Remaining Estimate: 0 minutes Time Spent: 3 days
File Attachments: 1. Text File 0001-XCF-2643-add-UI-for-conference-filtering.patch (6 kb)
2. Text File 0001-XCF-2643-ALL.patch (44 kb)



 Description  « Hide
add filter for conference list components that allows showing conferences only for a specific user and search by name (search by name already works from the main search widget)

 All   Comments   Work Log   Change History      Sort Order:
Damian Krzeminski - 2008-09-12 08:05
Adapt standard group filter for conference filtering: it allows for filtering based on the owner group, and provides UI for entering search query.

IT's just UI only still need the code that actually filters conferences.

Mircea Carasel - 2008-09-23 09:41
0001-XCF-2643-ALL.patch contains both UI changes (made by Damian) and Java code

-ConferencesPanel component
1.component is extended with a filter mechanism that is used to filter/display conferences
   contained in one bridge server. (provide bridge and filter parameters)
    For this purpose I have created ConferenceTableModel that embeds filtering capabilities for bridge contained conferences (user group and search query filters)
2.The old functionality (display a set of conferences without filtering is kept) - this capability is used to display user owned conferences in the user screen (provide conferences parameter without filter)
3. The table displayed by this component has pager and sort capabilities

-Tests
1.UI test for testing the filter mechanism
2.Accomodate ListWebTestCase abstract class to handle also tables with pager capabilities
3.Tests changed to support the pager function of the conferences table

Kevin Thorley - 2008-09-26 16:29
Committed changes in r13538

Thanks Mircea!