Giter Club home page Giter Club logo

planning-poker's Introduction

Planning-Poker

Why

Planning-Poker is a web app to facilitate User Story estimation meetings. All team members can connect to a planning poker session and vote on the complexity of each ticket. No authentication is required and the votes are anonymous. All session state is stored between clients, nothing is persisted to the server. Build to work on mobile and desktop.

How

Overview over the techniques \ technologies behind the application.

Client

  • Single Page application build with Angular
  • Styling is done with SCSS and Bulma
  • Progressive Web App which uses a service worker for caching and can be installed to the home screen on mobile
  • Uses "naive" server side rendering to decrease perceived load time. The index.html file contains the same markup as the loaded SPA will produce. Once it is loaded the static version is hidden and replaced by the dynamic one. Additionally the critical css is inlined in the index.html using critical.

Server

  • Deployed on Heroku
  • Not a REST Api, instead uses websockets (socket.io) for real time communication. Acts as a relay between all clients of the same session
  • Stateless except the connection state of the sockets, all application state is shared between the clients
  • No user data is persisted, there is no database involved
  • Servers the static assets of the single page application only over https
  • The assets are compressed with gzip

Performance

www.planning-poker.ch reached a performance score of 100/100 on Lighthouse and AAA on webpagetest.

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.