Skip to content
This repository has been archived by the owner on Nov 7, 2020. It is now read-only.

Posts and Comments delivery #156

Open
1 task
mentos1386 opened this issue Jan 14, 2018 · 0 comments
Open
1 task

Posts and Comments delivery #156

mentos1386 opened this issue Jan 14, 2018 · 0 comments

Comments

@mentos1386
Copy link
Member

mentos1386 commented Jan 14, 2018

Feed is going to show posts from our corporation/alliance as well as from characters/corporations/alliances that we follow.

  • Home page feed
Posts delivery

Initially we should get posts for latest/hashtag/walls with http request. But after that, we should listen for events on websockets, and just append posts we get from socket.

Wall events / Hashtag events and other public walls

This would be broadcasted to everyone in specific rooms. Rooms would be named something like this characterId/wall. And whenever a post that should show on character's wall, we would send an event to this room.

Latest (personalized) events

On each post creation, we would have to decide who is superposed to see this on their latest page. And also use information of clients currently connected (to minimize computing times...). Then send to this clients unicast events.

Comments delivery

After that, we should do the same with comments. For each post, there would be a room postId/comments that clients could join to receive real time comments.

Progress

@mentos1386 mentos1386 changed the title Implement feed Posts and Comments delivery Jun 12, 2018
@mentos1386 mentos1386 self-assigned this Aug 4, 2018
@mentos1386 mentos1386 transferred this issue from new-eden-social/web Jun 19, 2019
@mentos1386 mentos1386 added this to Ready for development in New Eden Social Jun 30, 2019
@mentos1386 mentos1386 moved this from Ready for development to Next in New Eden Social Sep 5, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
Development

No branches or pull requests

1 participant