Skip to content

pvlieres/full-house

 
 

Repository files navigation

Full House

CircleCI Docker Image Version (latest semver)

This is a simple software implementation of a Planning Poker game, mostly used in agile software development.

Players can join a game while e.g. being in a refinement meeting and use this game to estimate the issues discussed in the meeting.

Run with Docker

Full House can be easily run with Docker:

docker run -p 8080:8080 philmtd/full-house

Install in Kubernetes with Helm

The Full House Helm chart is available in the following chart repo:

helm repo add philmtd https://philmtd.github.io/helm-charts

Configuration

No configuration is required to run Full House.

Persistence

Full House is a super simple application: It does not persist any data. All the state is kept in memory.

This has some theoretical downsides:

  • Restarting the application will wipe all currently running games and the players will have to create a new game.
  • As memory is unique to the application, Full House cannot be scaled horizontally.

Practically you'll probably not be confronted with these minor inconveniences.

Screenshots

The UI has automatic configurable dark/light modes.

Voting (Dark Mode) Results (Dark Mode) Voting (Light Mode)
Voting In Dark Mode Results In Dark Mode Voting In Light Mode

About

A simple web based Planning Poker implementation.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages