guest:Great idea
6 years ago (6. update 6 years ago) -
I would appreciate seeing an RSS feature; it's very helpful to not have to constantly check for new comments. An RSS feed with a list of tasks with updated content (e.g. a new comment, task marked as complete, new task created) would be a welcome alternative. I can then add that feed to my main feed page where I track other sites.
pixtur:Well, security first...
6 years ago (3. update 6 years ago)
The only RSS-feed I can image right now would be a personal one, something like the notifical mails. This could actually be created easily. Distinguishing between different projects and items would mean additional effort.
Also note, that RSS-Feeds are a potential security issue. Most managers would not like if the newest events on there projects would be readable on an open RSS-Feed. So would would have to create them like:
http://streber.pixtur.de/index.php?go=rss&id=721349812asd2134
whereas id links to an rss for one team member.
Question:
- How would you delete existing RSS-Feeds (e.g. if an unwanted persons starts reading it?)
- Would the id change if user changes his password or nickname?
binder:Antwort auf Well, security first...
6 years ago (3. update 6 years ago)
I also see security in first place. Problem is, that you imho you cannot post an rss-feed with user authentication.
If an RSS-Feed is just an reminder: "there's a new comment", the RSS-feed could just be implemented by headline (no text). So the feed would say something like "new comment: reply Well, security first..." in "RSS-feed for each project". To read the new comment, you have to follow the link and login to streber.
But if I'm honest, I don't see the big thing, especially when
and/or
are finished. Then you have all the information right at your fingertips. And whether you're reading a RSS-feed or you just click on your streber-homepage, this is not the big difference.
pixtur:yes, especially if...
6 years ago (3. update 6 years ago)
updates on monitored tasks would cause immediate emails (similar to PhpBB). Although I would never use this feature personally, some managers will love it ;-)
tom
binder:Antwort auf yes, especially if...
6 years ago
Thanks for the image, I'm sure it won't get out of my head for a while! *G*
As reading your comment, I remembered a client who loved to get daily mails from us on the progress of his project. As I was at his office for an update-meeting, I saw like 1000 of my emails unread in a subfolder... *G*
guest:Simple RSS solution for projects
6 years ago (8. update 6 years ago) -
I've recently sent a draft of our project rss feed implementation for streber to Thomas. Maybe, it will be available in a version soon. Though, there is no right management included.
pixtur:Go your mail...
6 years ago (3. update 6 years ago)
I will check your code next week. Maybe we can add this as an option...
tom
guest:view remember the milk
6 years ago -
imho, rss feed with authentification is absolutely possible.
It would be so perfect if you could integrate the rss feed for each project, or also for a user like his tasks. would make the use of the project much more frequent and easy.
I would suggest to everybody involved in making that happen take a look at www.rememberthemilk.com, if you don't know it already. You can actually have an rss feed of every list that you have over there.
So thank you very much for the great product you guys are creating, it is helping us a LOT!
looking forward to hearing from you.
OR has this been done? I see the last comment is from 17. sep...
pixtur:remember the milk and RSS-Feeds
6 years ago
Since I had some free time I spent some hours on figuring out
HTTP(s) Authentification for RSS feeds. This normally seems to be straight forwards, but there are a lot of pitfalls with different server setups. Like for me it is running in php-cgi mode.
It is still not working perfect. If the HTTP-authentification would work as expected, implementing RSS-feeds for projects should be a matter for 2 or 3 hours.
If somebody wants to speed things up, he might want to provide some help with .htaccess / mod_write (see above link).