Giter Site home page Giter Site logo

mockups's Introduction

waartaa

A web IRC client written on top of React and Pyramid. It is aimed towards being an intuitive, collaborative IRC client across multiple devices of the user along with centralized logging.

System dependencies

# Dependency for crossbar
sudo dnf install -y libsodium libsodium-devel

Development

  • Install the system-level dependencies
    sudo dnf install python-virtualenvwrapper libsodium libsodium-devel

  • Create a virtualenv
    mkvirtualenv waartaa

  • Install the required packages
    pip install -r dev_requirements.txt

  • Waartaa runs on top of ircb. So follow the instructions to setup ircb.

  • Run the ircb stores
    IRCB_SETTING=ircb.settings.py ircb run server -m allinone --port 9999

  • Run the development server
    python waartaa/app.py

  • Move to a different terminal and start
    cd waartaa/client/

  • Build JS assests
    npm start

Contribute

  1. Setup and run waartaa locally.
  2. Report bugs or submit feature requests at https://github.com/waartaa/waartaa/issues/new.
  3. Feel free to pick up open issues from https://github.com/waartaa/waartaa/issues?state=open. Don't hesitate to ask for help.

Comunicate

  1. Mailing list: https://groups.google.com/forum/#!forum/waartaa
  2. IRC: #waartaa on Freenode

mockups's People

Contributors

mairin avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

mockups's Issues

Suggestions around chat interface

@mairin

First of all, thanks for the awesome work with the mockups! They look awesome ๐Ÿ‘

I had a few points to share regarding the chat interface:

  • How do we show room admins/moderators? As a participant in a room, I need to know whom can I ping for help, and the room admins/moderators are the first choice for that. The usual approach in other IRC clients is to show the room ops/moderators first, and then list the remaining users.
  • What do we show activity logs? By activity logs, I mean user join/part messages, channel messages to user, etc. They are mostly noise and does not contain much meaningful data.

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.