Giter VIP home page Giter VIP logo

hriks / chat_api Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 0.0 179 KB

chat API which is able to provide capabilities to chat between individuals or groups. Integrated with Jinja2 for a cool user interface and that would use the API to allow users to communicate with others via one on one or group mode in real-time.

License: Other

Python 48.64% CSS 5.71% HTML 45.66%
chat chat-database-uri chatbot email-sender email-validation

chat_api's Introduction

Hi there ๐Ÿ‘‹

๐Ÿ“ˆ My Github stats

chat_api's People

Contributors

hriks avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

chat_api's Issues

As a user i should be able to add new group.

Developer should be able to add a feature to Save group name and username added to the group to the database and when clicked on the group should be able to chat with the members of that group

Depends #4 when groups are shown on the dashboard.

Implement a login page

Implement a login page with respect to model using sql alchemy and wtf form, with respect to socket.Io

As a developer i should be able to fix private chat bug

Currently private chat details username and group name are stored in the database.
but when multiple users are there and any two trying to chat then it became a group chat as room are same.
This can be fixed by creating 3 column in the database, user1, user2, and id
id should be primary key, name of the id can be set as group if possible.
Modify current logic to test for first two cloumn if username and target name are matched then take the group id as session['room'].
#16 #15

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.