Open hngondoki opened 5 years ago
@hmakandi , we need the following clarifications on this issue:
@sarfaraz0075
OpenSRP's API limits requests to 1000, pagination is preferred. We shall discuss and update on the design for pagination.
For search, it should be for the whole dataset, which means the search API will need to change so that this is reflected and sorting as well
Yes, the breadcrumb should be adjusted and the data filtered accordingly
* The search bar should be able to search any matching records within the table
@hmakandi @tobiasmakai Isn't the second search redundant if its goal is just to search records in the current view.
The design of the household view is as below
The link to the styles and assets: https://marvelapp.com/53ij8g0/screen/59032776/handoff
[ ] The search household input should be able to search by Household ID, Family name, Head of household, and members
[ ] The search bar should be able to search any matching records within the table
[ ] The level dropdown should filter the table based on the chosen item. E.g. if country, all the records under the country should appear, If province all the records under province should appear, and so on and so forth.
[ ] Support pagination of records should be available as per design. Limit each page to 50 records. This should be a configurable parameter within a configuration file.
[ ] On click view for each record it takes you to the Household profile view page (Issue 22)