Foxplan is a Erlang/OTP server designed to handle multiple Planning Poker estimation sessions in Real Time. It uses WebSockets to enable users to connect, estimate and see each other estimations in a shared environment.
It currently supports the following features:
- Room creation
- Open, Finish and Cancel estimation
- User invite (using name and email)
- User status visibility (connected, ready to estimate, estimated, etc)
- User estimation
room_createduser_inviteduser_connecteduser_ready_to_voteuser_estimate
open_estimationfinish_estimationcancel_estimation
open_estimationfinish_estimationcancel_estimation
join_room
Example of how to use it: