Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a social media stream component #9

Open
beikov opened this issue Aug 24, 2012 · 2 comments
Open

Create a social media stream component #9

beikov opened this issue Aug 24, 2012 · 2 comments
Assignees

Comments

@beikov
Copy link
Member

beikov commented Aug 24, 2012

Create a component that can show data from various social media streams

@ghost ghost assigned beikov Aug 24, 2012
@beikov
Copy link
Member Author

beikov commented Aug 24, 2012

Might take a look at https://github.com/christianv/jquery-lifestream which offers something similar as jquery plugin. We could adapt that for our needs and rewrite it when we have more time.

@beikov
Copy link
Member Author

beikov commented Aug 24, 2012

Just as a sidenote, I would like to do the data retrival either fully on server, so the client gets a better user expirience when loading a page, since using many of the social medias can slow down the whole page load...
Instant update could still be made, but I don't think that this would make sense since the component might get updated via ajax when making a JSF request.

Requirements for server retrival:

  • Processing has to be parallel, so do it in separate threads
  • A configurable amount of entries should be cached on the server side
  • Should not slow down initial requests, maybe start processing early via some lifecycle callbacks or so
  • A configurable interval or other trigger should be used for purging the cache with reasonable defaults

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant