Suggested Feature: Suppress Expired option in user settings

I would like there to be an option in the User Settings to suppress expired deals. The format should be similar to the duplicate deals seen in the new deals feed, but with a dark red (maroon?) border.

Comments

  • Thanks for the suggestion. There seems to be two requests here:

    1. Allowing users to remove expired deals from list all together, and
    2. Making expired deals more distinctive (grey out, light border, etc)

    I have plans for (2). For (1) however it would have some impact with my query engine as I can't cache the queries that easily (a bit hard to explain here), which adds more server load.

  • I was leaning more to allow the display of them to be managed by a setting in the user profile. I could have them minimal because they're of no use to me, but someone else who likes to see what they missed could still have them large with [Expired]

    Also, even if its not efficient, you can always use css display:none to remove items from the list without touching your query

    • you can always use css display:none

      But then you don't get full 20 items per page :) But yeah, the intention is having a CSS rule for expired items.

  • I've rolled my own as a GreaseMonkey script: http://userscripts.org/scripts/show/112429

Login or Join to leave a comment