Coder Social home page Coder Social logo

fydp-2015-010's Introduction

fydp-2015-010's People

Contributors

d22yan avatar dannyyan avatar lewisl9029 avatar sanghoon9173 avatar thesif avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

fydp-2015-010's Issues

We need a better name.

Something short, unique, and ideally, has a TLD(Top Level Domain) available.

I thought of text.io but the TLD is taken. =/

Implement local storage

The app should be able to store persistent user data using the browser's local storage API.

User can send empty messages

Doesn't end up getting pushed into message list because m: '' evaluates to false.
Results in inconsistent chat logs.

User should not be able to send empty messages in the first place.

snap.js dragging behavior is erratic on android

Dragging out the left panel causes the entire screen to zoom out. Right panel exhibits no such issue. Possibly content dependent.

Possibly troubleshoot by removing elements one at a time?

Implement global app configuration

The app should be able to save and edit global configuration, and react to them accordingly. Example would be swapping out the storage service implementation between local storage and google drive API based on storage configuration.

Need to look up angular best practices for saving app configuration.

Research or develop an efficient "update message" format and change processing algorithm

Telehash allows us to send simple JSON messages, but for real time communication, we should send update messages in increments rather than resending the entire message every time an update occurs.

I'm thinking the update message format could be something like this:

{ 
  o: (operation: 'i' (insert), 'd' (delete)),
  i: (index),
  m: (message)
}

But to implement this we also need an algorithm that runs every few seconds to convert the user's changes to the message into delta-update messages of this format. Gonna need some help with this.

Although this feels like a solved problem. If we can find a library to handle this for us that'd be even better.

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.