felipecrs / thunderdome-planning-poker

⚡ Thunderdome is an open source agile planning poker tool in the theme of Battling for points

Home Page:https://thunderdome.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Thunderdome Planning Poker

Thunderdome is an open source agile planning poker tool in the theme of Battling for points that helps teams estimate stories.

  • Planning Sessions are Battles
  • Users are Warriors
  • Stories are Plans

Uses WebSockets and Svelte frontend framework for a truly reactive UI experience

image

Running in production

Use latest docker image

docker pull stevenweathers/thunderdome-planning-poker

Use latest released binary

Guides

Upgrading from v1 to v2 major release

If you're currently running a 1.x.x release version of Thunderdome you will need to do the following before running a 2.x.x release version. If you're creating a fresh instance of Thunderdome you can ignore this section.

  • Review the completely rewritten APIs if you're using the API feature to integrate with Thunderdome.
  • Run the latest available 1.x.x release, this will run any SQL migrations that levelset the SQL schema for 2.x.x.
  • Run latest available 2.x.x release, this will run any SQL migrations since 2.0.0, however will not run any 1.x.x migrations.
  • Update any integrations using the APIs as they have been completely rewritten.

Donations

For those who would like to donate a small amount for my efforts or monthly hosting costs of Thunderdome.dev I accept paypal.

paypal

About

⚡ Thunderdome is an open source agile planning poker tool in the theme of Battling for points

https://thunderdome.dev

License:Apache License 2.0


Languages

Language:Svelte 52.8%Language:Go 31.2%Language:JavaScript 8.9%Language:PLpgSQL 6.1%Language:CSS 0.4%Language:Dockerfile 0.2%Language:HTML 0.2%Language:Makefile 0.1%