As a user I should be able to filter a list of all costs for all modules by price range.
AC
When I am on the landing page of the specific event I am viewing
And I can see the financial reporting of this specific module
Then I can filter a list of all costs by price range
Dev Notes
create an empty array called: const filterCostsByPrice = [];
database rule { index on }
use true/false argument; if true push through empty array and have results printToDom
As a user I should be able to filter a list of all costs for all modules by price range.
AC
When I am on the landing page of the specific event I am viewing And I can see the financial reporting of this specific module Then I can filter a list of all costs by price range
Dev Notes