etsy / morgue

post mortem tracker
MIT License
1.02k stars 133 forks source link

Tags can't be deleted #32

Open ryan-lane opened 10 years ago

ryan-lane commented 10 years ago

There's a couple issues here:

  1. Tags can't be deleted.
  2. When all postmortems that define a tag are deleted, the tag sticks around.
marcesher commented 9 years ago

:+1:

We can delete tags directly in the database, but that seems suboptimal. One simple solution would be to modify the query on the front page to only include tags that are linked to postmortems. If the morgue maintainers would entertain that, I'm happy to submit a patch.

mmercedes commented 9 years ago

@marcesher

modify the query on the front page to only include tags that are linked to postmortems

Assuming this doesn't slow down the load time on the frontpage too much, I'm all for it.