Giter VIP home page Giter VIP logo

livechat's Introduction

livechat

PROJET DEV -- SI-CA2a

Nom du projet: Mini Live Chat

Membres du groupe :

  • Océane Torche
  • Henry Burgat

Responsables de projet :

  • Julien Ithurbide

Languages utilisés :
HTML/CSS, Javascript, PHP, MySQL

But du projet : Créer une application web permettant à des users authentifiés de tchater entre eux dans un salon commun.

Description :

  • Les données des users et de la conversation seront enregistrées dans une base de donnée.
  • Le user a la possibilité de s'authentifier sur une page "LOGIN"
  • Le user a la possibilité de créer un compte sur une page "SIGN UP"
  • Un user authentifié accède au salon commun via son compte
  • Un user peut envoyer des messages (limité jusqu'à 200 caractères).
  • Les messages sont tagger de l'identifiant de l'envoyeur et de l'heure d'envoi
  • La conversation n'est gardée qu'un seul jour.

Documentation:

La documentation contient les maquettes ainsi que la mise en place de l'infrastructure.

livechat's People

Contributors

henry-burg avatar oceanetorche avatar

Watchers

 avatar

livechat's Issues

**USER STORY** [home]

As a user I need to be able to modify my username by clicking on button 'edit' in order to modify my pseudo

[x] link to modify page
[x] every link work
[x] emoticon

**USER STORY** [sign in]

As a user when i click "create an account" then i land on the Sign Up page

[x] add link to signup page
[x] verify click link

**USER STORY** [chatroom]

As a user when I click button 'send' then I can see my message in the chatroom

[x] button send
[x] message in DB
[x] update chatroom with new message
[x] delete message later than 24 h

**USER STORY** [chatroom]

As a user i need to be able to disconnect from a chatroom by clicking on the "disconnect" button

[x] disconnect button
[x] go back to home
[x] update number of people of a chatroom
[x] update chatroom number of the user in DB

**USER STORY** [home]

As a user i need to be able to connect to a chatroom by clicking on the "connect" button of a chatroom

[x] connect button
[x] display chat message
[x] update number of people of a chatroom
[x] update chatroom number of the user in DB

**USER STORY** [login]

As a regular user, I want to log in by entering my email and password in order to connect to the chatroom

[x] create login page
[x] verify entries
[x] verify login with DB

**USER STORY** [modify]

As a user i want to modify my username by entering a new username and by clicking in the "confirm" button.

[x] confirm button
[x] verify in DB username isn't already used
[x] change the name
[x] go back to home with new name

**USER STORY** [signup]

As a new user I need to create an account by providing my personal information (firstname, lastname, pseudo, email, password, confirm password) so that I can use the app

[x] create DB
[x] create sign up page
[x] verify entries
[x] add user to DB

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.