We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
What capability will users have when this feature is merged?
A user will see when their followed streamers go live on a sidebar
The user will see when a user goes live in real time.
Update postgress to handle followers
Update api to handle request on /api/(user)/follows which returns the live status of user follows
When a user first loads the page, send a request to /api/user/follows which returns the users and their online status.
Relay RTMP connection and disconnection events through socket.io
When a user recieves a live event through socket.io, update the followers sidebar to reflect the recieved data
Create a follows component that displays follows.
Commit checklist for tasks needed to complete the feature.
server/index.js
<a>
<button>
cursor: pointer
The text was updated successfully, but these errors were encountered:
No branches or pull requests
⚙️ Feature
A user will see when their followed streamers go live on a sidebar
📐 Functionality
The user will see when a user goes live in real time.
🖼️ Wireframes
✅ Task List
Update postgress to handle followers
Update api to handle request on /api/(user)/follows which returns the live status of user follows
When a user first loads the page, send a request to /api/user/follows which returns the users and their online status.
Relay RTMP connection and disconnection events through socket.io
When a user recieves a live event through socket.io, update the followers sidebar to reflect the recieved data
Create a follows component that displays follows.
☁️ Server
server/index.js
to return the users follows on /api/user/follows⚡ Client
🧑⚕️ Clean Up
<a>
or<button>
elements.cursor: pointer
when hovered with the mouse.The text was updated successfully, but these errors were encountered: