You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The code for finding the last seven days of Ads to show in the Rewards Settings page can now be refactored into a stand alone filter (see 'AdHistoryFilter')
This makes it unit testable, and allows more filters to be applied in the future as needed.
The text was updated successfully, but these errors were encountered:
tmancey
changed the title
Create a filter for the last seven days of Ads
Decouple business logic for filtering of last 7 days of Brave Ads to use a filter
Jan 21, 2020
tmancey
changed the title
Decouple business logic for filtering of last 7 days of Brave Ads to use a filter
Decouple filter for 'Last 7 Days' of Brave Ads history
Jan 21, 2020
Description
The code for finding the last seven days of Ads to show in the Rewards Settings page can now be refactored into a stand alone filter (see 'AdHistoryFilter')
This makes it unit testable, and allows more filters to be applied in the future as needed.
The text was updated successfully, but these errors were encountered: