I am working on an RSS feed for the custom task system we use, and I'm still pondering how things should work. I want this to be a channel for each user that shows the tasks assigned to them, as well as a feed for each task that shows updates for the task.
What I want to know right now is about the user feed. When the case assigned to the user is updated, I currently have the code to change the pubDate entry for this item and lastBuildDate for the channel. I was hoping that this element would look like it was unread in readers, so that the user knew that he needed to look at this element again, but this does not seem to be the case. Do I have to change the guide, although these are really the same objects? What would be the side effects of this?
Is there something I am missing? How can i solve this?
source
share