|
|
|
0001-
-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 |
|||||||||||||||||||||||||||||||||||||||||||||||||||||
IT's just UI only still need the code that actually filters conferences.