Annotated commands should show up on rss feed.

Bug #313125 reported by Joshua Cronemeyer
2
Affects Status Importance Assigned to Milestone
shellsink
Confirmed
Wishlist
Joshua Cronemeyer

Bug Description

If you tag a command it should be the latest thing on the rss feed. This make sense becuase an annotated command is even more interesting than other commands... Perhaps i should be able to filter my rss feed to ONLY show annotated commands.

Tags: server
Changed in shellsink:
importance: Undecided → High
Revision history for this message
Joshua Cronemeyer (joshuacronemeyer) wrote :

Hey. Also it is worth mentioning the annotations and tags dont even show up in the rss feed... LAME!!!!

Changed in shellsink:
status: New → Confirmed
Revision history for this message
Joshua Cronemeyer (joshuacronemeyer) wrote :

Move to wishlist. I looked into this and it seems more trouble than it is worth. The problem is that the atom feed is created by querying the commandTags but the annotations are put directly on the commands. So changing the timestamp on the command has no effect on the sorting of the commandTags. Whatever the solution it would have to take into account that things displayed in the RSS are filtered by tag, so you couldn't just sort the latest annotations.

Basically I can't think of a good implementation path. With the current implementation you would have to update every commandTag for the command that you had annotated. That would involve a query for every tag in the system, which is crap... could be done on the client with ajax, but still crap. if you have a large number of tags this becomes too expensive.

The only thing I thought of that would sort of make this work would be a separate rss feed for annotations and maybe an option for mixing your regular feed with the annotation feed. not too good since it means you would have to be careful not to annotate commands you wanted to keep private.

Anyway, unless somebody can suggest a good way to do this that scales well in big table I'm probably not going to.

Changed in shellsink:
assignee: nobody → joshuacronemeyer
importance: High → Wishlist
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.