GithubHelp home page GithubHelp logo

odonno / modern-gitter-winjs Goto Github PK

View Code? Open in Web Editor NEW
9.0 4.0 0.0 4.32 MB

Windows 10 client of gitter, written in WinJS

Home Page: https://www.microsoft.com/store/apps/modern-gitter/9wzdncrd2tzj

TypeScript 2.30% CSS 14.67% HTML 0.37% JavaScript 82.66%
gitter winjs angular windows-10

modern-gitter-winjs's Introduction

modern-gitter-winjs Join the chat at https://gitter.im/Odonno/Modern-Gitter

A Gitter client application for Windows 10 based on WinJS and Angular frameworks. This project is a second iteration, starting from the previous project : Modern Gitter.

Features

Modern Gitter contains a small set of features that directly target Gitter API. Here is the key features :

  • Join a new or existing room
  • Retrieve your current rooms
  • Search among your current rooms
  • Chat in realtime (see & send messages)
  • Receive realtime notifications (in-app notifications)
  • Receive delayed notifications (toasts notifications : unread items and mentions)

Frameworks

This project makes use of several frameworks like :

Contribute

You can contribute to this project. There is several rules to follow :

  • Use the angular git commit convention
  • Create Pull Request with an understandable title and a short message that explains your contribution
  • Be free to innovate !

Getting started

In order to contribute, you should clone this repository and install some packages.

npm install

Then, you will need to use gulp task automation tool. So, install it globally.

npm install -g gulp

Finally, run gulp to execute task and compile angular app anytime you make a change.

gulp

Commit convention

We follow the angular git commit convention (https://github.com/angular/angular.js/blob/master/CONTRIBUTING.md#-git-commit-guidelines). Here are some examples that can help you to visualise how to make meaningful commits.

When fixing a bug with the notifications

fix(notifications): remove call that push twice the same notification

When adding a new feature related to notifications

feat(notifications): add push notifications when someone mentions user

When fixing an issue with the build / improving the build system

chore(app): improve build system

When adding some documentation

docs(readme): add a contribute section

List of contributors

I want to thank the following contributors who have helped me all along this project.

  • @gep13
  • @bobmulder
  • @wassim-azirar
  • @NPadrutt
  • @corentinMiq

modern-gitter-winjs's People

Contributors

odonno avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

modern-gitter-winjs's Issues

Problem with images in room

I noticed an issue in a couple rooms when using the application this morning.

When I entered each room, there were images posted into some of the messages, and the text from other messages were over the top of the images. I was hoping to get a screenshot of the problem, but when I got to my computer and opened the rooms again, the images are appearing correctly.

If it happens again, I will update this issue with a screenshot.

"undefined" in notification messages

Not sure what this is, but I think there is something not quite right here:

image

This issue was seen on my Nokia Lumia 950 XL, with version 2.2.28 of the application.

I get notifications for my own messages

Since I wrote this message, I don't need to get a notification about it ๐Ÿ˜„

image

This issue was seen on my Nokia Lumia 950 XL, with version 2.2.28 of the application.

Disable notifications of the app

On the device only :

  • Add ability to disable notifications for all rooms (entire app)
  • Add ability to disable background notifications

Unread message count icon is always shown

When looking at the Rooms screen, I always see an unread message count icon, even though these say 0 unread messages.

I think the unread message icon should only be shown when the unread message count is greater than 0 for any given room.

This issue was seen on my Nokia Lumia 950 XL, with version 2.2.28 of the application.

Application Crash when no internet connection

Steps to reproduce

  • Put phone into flight mode (to simulate no network)
  • Start application

Expected Result
Application should start normally with stored messages available to browse

Actual Result
Application crashses

Application Version
2.2.53

Issue with marking messages as read

After entering a room, in order to mark messages as read, you have to "move" the listview.

I can understand that when it comes to messages that are off the screen, but entering a room that has only three unread messages (for example) should result in those messages being marked as read, after a time delay, without any interaction from the user, similar to the way the web site works.

Problem viewing messages within room

With the latest release of the UWP application, I am seeing an issue viewing the messages within a room.

For example, when going into the Odonno/Modern-Gitter chat room, I see a completely blank screen. If I scroll up and down, the messages sometimes appear, but then the screen goes blank again. Other times, the messages stay in place, but then the messages jump to the last message in the room.

This issue was seen on my Nokia Lumia 950 XL, with version 2.2.28 of the application.

Back key navigation looks unnatural on mobile

I think that back key navigation is not compatible with hamburger menu.
Who agrees that he does not expect to go to previous page by pressing back key but navigate away to previous app?
It looks somewhat strange to navigate to some page while menu is available.

Change startpage to rooms

Currently the start page is the "welcome to gitter" page. While I think it's a good idea to have such a page where you can introduce your self I wouldn't define this as the start page.
First doesn't it offer any information I need when I use the app, second after the first time I saw it I don't get any new information. Therefore after the first 3-5 starts it's just an annoying click to get to my rooms.

I would move this Menu point to the bottom of the list with menu entries, set rooms to the top and make this the default page since joining a existing room probably will be the command a user will use the most.

Back Button should respect page navigations

Steps to reproduce:

  1. Open Application
  2. Open Hamburger Menu
  3. Click Rooms
  4. Click on a room
  5. Click back button

At this point, I would expect the application to return to the list of rooms, however, the application exits.

Hamburger menu should disappear when you click on an option

Steps to reproduce:

  1. Open the Modern Gitter Application
  2. Click the hamburger menu
  3. Click Rooms

At this point, the hamburger menu that popped out should disappear and show me the chosen selection, i.e. the rooms screen.

Instead, the hamburger menu remains in place, and you have to click to the right of the menu in order to see the rooms, which is not ideal.

This issue was seen on my Nokia Lumia 950 XL, with version 2.2.28 of the application.

Should handle launch from toast notification

I would expect that clicking on a notification takes me to the room/private chat, that is associated with the notification.

This issue was seen on my Nokia Lumia 950 XL, with version 2.2.28 of the application.

Add splashscreen

Adding splashscreen will help to initiliaze stuff before starting use of the app. It will also prevent bugs from happening like authentication.

Application always goes to the About screen on load

I totally get the idea of having the About screen, however, I don't think this should be the default screen that the application goes to on each load of the application.

Instead, I think the list of rooms should be the default screen that is opened, after the first time the application runs.

This issue was seen on my Nokia Lumia 950 XL, with version 2.2.28 of the application.

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.