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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

馃殌 [Feature] Add Vue-Apollo Subscriptions #1703

Closed
mattwr18 opened this issue Sep 24, 2019 · 4 comments 路 Fixed by #1705
Closed

馃殌 [Feature] Add Vue-Apollo Subscriptions #1703

mattwr18 opened this issue Sep 24, 2019 · 4 comments 路 Fixed by #1705
Assignees
Labels
Projects

Comments

@mattwr18
Copy link
Member

馃殌 Feature

We should set up Subscriptions for our site.
https://vue-apollo.netlify.com/guide/apollo/subscriptions.html#setup
With Subscriptions, we can update our NewsFeed, NotificationsMenu, etc... when there are changes

@datenbrei datenbrei added this to New in Roadmap via automation Nov 13, 2019
@datenbrei datenbrei moved this from New to Roadmap in Roadmap Nov 13, 2019
@stale
Copy link

stale bot commented Nov 23, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Nov 23, 2019
@DennisHack DennisHack moved this from Roadmap to TECHNICAL in Roadmap Dec 10, 2019
@stale stale bot closed this as completed Dec 23, 2019
Roadmap automation moved this from TECHNICAL (Please explain me <3 ) to Done Dec 23, 2019
@mattwr18
Copy link
Member Author

we certainly still want this

@mattwr18 mattwr18 reopened this Jan 16, 2020
Roadmap automation moved this from Done to In Progress Jan 16, 2020
@stale stale bot removed the stale label Jan 16, 2020
@mattwr18
Copy link
Member Author

@DennisHack Subscriptions are a way for the backend to communicate when a list has been updated.
So, for example we have a request every minute for ever user from the frontend to ask for that user's notifications. This is not a good idea, for several reasons. The backend should be able to communicate when there are new notifications for that specific user.
Also, we have people that would like to know when there are new posts without needing to refresh the page. This is the way the backend can communicate with the frontend that there are new Post that can be loaded by the user.

@mattwr18
Copy link
Member Author

Also, when we get passed this hurtle, we will have websockets set up for the site, which means it might make it easier to have a simple chat, depending on the route we go with that.

@mattwr18 mattwr18 added this to the 馃弮Sprint Calypso milestone Feb 5, 2020
Roadmap automation moved this from In Progress to Done Feb 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Roadmap
  
Done
Development

Successfully merging a pull request may close this issue.

2 participants