Active
Project:
Microblog
Version:
7.x-1.0
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
30 Mar 2011 at 08:58 UTC
Updated:
7 Feb 2012 at 23:41 UTC
Hello,
It seems the microblog can't automatic refresh, if many posts in a short time then you will miss them.
Do we have a plan to add the automatic ajax refresh?
thanks,
Comments
Comment #1
BenK commentedSubscribing
Comment #2
cfuller12 commentedYes, this is definitely a worthwhile feature (though with potential performance implications, obviously). I'll look into adding it soon and will update this thread accordingly.
Comment #3
rogical commentedPerformance is indeed may be a problem, I discussed with some guys,
found that may be we can add an 'updated time' identifier to the microblog,
all Ajax request will check with the 'updated time' first then try to select updated data if need.
Howerver, we can also add a config to open/shutdown this feature, if the host isn't capable.
Comment #4
jeckman commentedAssigning back to me
Comment #6
rogical commentedI've settled this question by myself -- integration with Nodejs.
Need someone able to do that work.
Comment #7
jeckman commentedComment #8
alexmc commentedSubscribed. Happy to discuss technical problems should anyone want...
Comment #9
jeckman commentedWhere do you all expect to see the microblog feed auto-refreshing?
On the "Public Timeline" page at /microblog?
On the home page where microblog updates have bubbled up?
In a particular user's own timeline?
Maybe all of the above?
Comment #10
jeckman commentedOne approach I was considering was moving microblog to create views, then people could use Views Auto Refresh in Views Hacks - but we'd also get better flexibility in theming and display etc.