Giter Club home page Giter Club logo

babelchat's People

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

anujm4467

babelchat's Issues

Pivot this into a service for multiple organizations

A language excange online conversation service for language teachers/academies.
kinda like the wordpress/bandcamp model.

  • Free base service (heavily p2p).
  • Maybe future premium for the stuff that will require servers.
  • Fully opensource.

Main subtasks:

  • Landing page describing the service
  • Create orgs with custom slug+rooms
  • Create/Remove org rooms
  • Upload org cover+logo for rooms list
  • User orgs listing on landing
  • User should be able to request access to an org
  • Org admins should be able to resolve access requests

Out of scope:

  • Custom color pallete per org
  • Iframe/Embedding on teacher/academy website. ?
  • More sign-in options for end-users ?

Proper mobile support

The app looks like shit in mobiles.

  • Add some media queries around to make the styles flow better on small viewports

Stream&visualize peer pointers on board

It would be cool to stream the pointer position over the webrtc data channel and visualize it on the board canvas.
This will allow you to see what your peers are pointing at.
For example: pointing at details in the images that others dropped on the board.

User should be able mute and select media sources

  • Remove the session dropdown
  • Add 3 button icons that appear on hover: Mute, Settings & Signout
  • Settings will use navigator.mediaDevices.enumerateDevices() to show a list available of media sources
  • When the user selects a media source while in the room route, the room should reload.

Invite only rooms

  • Add the options to the room creation form UI.
  • Modify DB model to support this.
  • Modify room creation endpoint to support this.
  • Modify room socket access control check to support this.

Room photos should decay

Room photos should be deleted 1 hour after the last peer has disconnected.

  • Add timers to the room service onClose handler.
  • Add timer cancellation to the room service onOpen handler.

Unify org authentication checks

  • Unify Org id param on the endpoints
  • Create requireOrgAdmin & requireOrgUser helpers on the passport service
  • Use the new auth helpers instead of checking permissions inside the endpoints logic.

Centralize dialog state into a single reducer

  • Create dialog reducer and a set of actions to display/hide dialogs instead of using custom actions/state
  • Add a 'onShow' and 'onHide' events to preserve the current required functionality

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.