mattybojo / renoir

0 stars 0 forks source link

Implement sorting and filtering across app #9

Closed mattybojo closed 2 years ago

mattybojo commented 2 years ago

Provide user the ability to sort and filter content across the app.

Pages affected: TodoList GiftCard ShoppingList

Possible solution for sorting: Use ion-picker to display all properties in column 1 and show asc/desc as options in column 2. Create shared component to handle this.

Possible solution for filtering: Use ion-input to allow user to enter a text to filter by and then a dropdown to filter on any property or all properties.