cheshire137 / gh-notifications-snoozer

Lists and filters and snoozing pull requests, oh my! This is an app for managing your notifications on GitHub by way of filtering issues and pull requests that are of interest to you.
MIT License
15 stars 10 forks source link

Hook up 'ignore' button to ignore tasks #59

Closed cheshire137 closed 8 years ago

cheshire137 commented 8 years ago

Fixes #48 by letting you ignore tasks. Ignored tasks will be forevermore hidden from your task list. That's accomplished by storing the task key in the persistent JSON storage, in the 'ignored' list. That means the JSON file will continue growing as more tasks are ignored. Not sure how we can trim old ignored tasks from the list so that the file doesn't keep growing. That's probably not a concern yet.

/cc @probablycorey @summasmiff