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

Add native chat interface #24

Closed
3 of 4 tasks
tubbo opened this issue May 9, 2016 · 1 comment
Closed
3 of 4 tasks

Add native chat interface #24

tubbo opened this issue May 9, 2016 · 1 comment
Labels
Milestone

Comments

@tubbo
Copy link
Contributor

tubbo commented May 9, 2016

Although we'll have live chat on most of the services that we integrate with, it would be nice to host our own implementation of a live chat, as we'll have more control over its look and feel as well as its longevity. An efficient implementation of a chat system requires some kind of WebSocket interface to the browser, which is why this issue will require an upgrade to Rails 5.

Tasks:

  • Upgrade Rails to latest 5.0.0 release
  • Implement ActionCable channel for live chat
  • Only show live chat when an episode is currently broadcasting
  • Create UI for live chat interface next to the episode
@tubbo
Copy link
Contributor Author

tubbo commented May 25, 2016

still working on the UI for this but got most of the backend completed. also waiting to deploy this until rails 5.0 hits.

@tubbo tubbo added the feature label Jul 23, 2016
@tubbo tubbo mentioned this issue Jul 23, 2016
4 tasks
@tubbo tubbo added this to the v3.0.0 milestone Jul 23, 2016
tubbo pushed a commit that referenced this issue Jul 23, 2016
- Install makeover gem
- Rename all decorators to presenters

Resolves task in #24
@tubbo tubbo modified the milestones: v3.0.0, v3.1.0 Feb 6, 2017
@tubbo tubbo assigned tubbo and unassigned tubbo Mar 25, 2017
@tubbo tubbo modified the milestones: v3.1.0, v3.2.0 Mar 25, 2017
@tubbo tubbo closed this as completed Aug 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant