Estimated? Done! Planning poker made in full stack Gleam. https://estimated-done.ahlcode.fi
  • Gleam 97.7%
  • HTML 1.7%
  • JavaScript 0.3%
  • Shell 0.2%
Find a file
2025-09-27 10:52:01 +03:00
backend Bump deps, update to gleam_otp/erlang 1.0 2025-09-27 10:52:01 +03:00
common Bump deps, update to gleam_otp/erlang 1.0 2025-09-27 10:52:01 +03:00
frontend Bump deps, update to gleam_otp/erlang 1.0 2025-09-27 10:52:01 +03:00
.gitignore .DS_Store must die 2025-03-10 22:37:12 +02:00
build.sh Add real build script 2025-03-12 22:45:11 +02:00
LICENSE Wrap license 2025-02-17 20:20:29 +02:00
README.md Mark features as completed 2025-05-31 23:07:08 +03:00

Estimated? Done!

Screenshot of the website

https://estimated-done.ahlcode.fi

Estimated? Done! is an implementation of planning poker as a full stack Gleam app. There's a Lustre SPA frontend and a WS connection to a backend running on the Erlang target. Rooms are individual actors that the WS connections start on-demand and subscribe to. Empty rooms are culled automatically.

Future planned features:

  • Force voting if someone doesn't vote
  • Non-anonymous voting as an option