Giter VIP home page Giter VIP logo

chator's People

Contributors

ear1grey avatar jacekkopecky avatar tangochicken avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

chator's Issues

Allow nickname support

This will allow people to chnage their nickname.

Nicknames people have set would appear next to their messages, for example:

Person A: Hello.
Person A: How is everyone doing?
Person B: I am good, you?
Person A: Yeah I'm good..
Person B: Nice.

etc etc

Sanitize

The app will be storing and sharing strings created by users.
Those strings may be malicious and

  • damage our servers, or
  • be used to attack other users
    if we do not adequately sanitize them.

stop words

to prevent some basic kinds of unkindness

peer to peer mode var WebRTC

use webRTC to do a p2p connection between clients instead of having to rely instead on a server to communicate new messages to the client

issue with emoji

I suspect there might be an issue with emoji now because by default the DB may not support UTF8 but it can be enabled.

Pre-empt Login Fails

Anyone with ad-blocking or privacy software (so, everyone) needs to be warned on the login page that they should whitelist the site or login will not work, and you'll not be able to do a nice error handler.
screen shot 2018-03-27 at 04 59 20

Improve API to pass more data.

There are several reasons why passing more data per message would be useful.

  1. The request for nicknames (#14)- the Nick should not be part of the message content.
  2. Adding message timestamps (#16).
  3. Messages now have DB ids which could be used in recognising when a message is already displayed on screen and thus does not need to be added (reducing the tendency of the UI to jump when auto-refreshed).

UI Improvement Ideas

  • input field should be auto-focused to reduce user clicks
  • enter should submit messages
  • messages don't need numbers
  • message background should alternate
  • stop using serif typeface (this is not 1996)
  • text box should expand with text as 281 chars are typed
  • Submit and refresh buttons are redundant once auto-refresh and enter-to-submit are working
  • UI is prone to jumping - make it smoother by only inserting and removing messages that have changed since the last time (see issue #24 ).

Viewport for Mobile

Mobile should be a tier-one platform. By default, mobiles try to display web pages as though they're desktop computers. We can make them be honest about their size using viewport.
<meta name="viewport" content="width=device-width, initial-scale=1">

CI/CD

we may want to have a continuous integration / continuous deployment setup

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.