-
Notifications
You must be signed in to change notification settings - Fork 40
Description

Currently all the bounties are shown in a filtered by language list. With the amount of bounties there, this is kind of hard navigate around. On top of that, some bounties are internal, or just isn't filtered by language at all. So, I propose having lists of favorite bounties, remaining bounties and ignored bounties. I believe having a distinct ignore list on top of favorite list is important because it allow someone to unignore it if they change their mind, but most importantly it also reduces the clutter on the list of new bounties and allows people to see the new bounties more easily.
This can be done on client-side with client-side storage; I think that solves this for majority of the use cases without the headache of keeping extra data for users on the server. Though a second look at it, as it uses phoenix liveview, I don't know how weird this would be.