An open API service indexing awesome lists of open source software.

https://github.com/zuehlke/poinz

Distributed Planning Poker
https://github.com/zuehlke/poinz

agile estimation planning-poker poker scrum story

Last synced: 9 days ago
JSON representation

Distributed Planning Poker

Awesome Lists containing this project

README

        

> [!IMPORTANT]
> The app is now accessible at [https://poinz.io](https://poinz.io)

# Poinz - Distributed Planning Poker

[![Build Status](https://github.com/Zuehlke/poinz/actions/workflows/master.yml/badge.svg)](https://github.com/Zuehlke/poinz/actions/workflows/master.yml)
[![MIT License](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![GitHub Release](https://img.shields.io/github/v/release/Zuehlke/Poinz.svg?style=flat)]()
[![Last Commit](https://img.shields.io/github/last-commit/Zuehlke/Poinz.svg?style=flat)]()

Poinz (/pɔɪnts/) is a simple web app for distributed teams in an agile setup. It allows to easily estimate items of interest (e.g. "stories").

The goal was to provide a ready-to-use tool without the hassle of registration/login, setup and a lot of configuration.

![poinz_screenshot](https://user-images.githubusercontent.com/1777143/153183461-03a0e0b4-239a-4c7b-a49d-a285be828f09.png)

Similar tools are : https://www.pointingpoker.com/ or https://www.planningpoker.com/

## User Manual

Confused? Or you want to learn about hidden features? Read the [User Manual](docu/manual.md).

## Contribute

You can contribute in multiple ways...

* Maybe you have a feature request? Found a bug? General feedback? Please open a new [discussion](https://github.com/Zuehlke/poinz/discussions).
* You want to extend Poinz? Or fix one of the issues? Check out the [Technical documentation](./docu/technicalDocu.md).