Skip to content
/ foxplan Public

Foxplan is a server designed to handle multiple planning poker sessions.

Notifications You must be signed in to change notification settings

elvio/foxplan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Foxplan

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

Events

Room

Receives

  • room_created
  • user_invited
  • user_connected
  • user_ready_to_vote
  • user_estimate

Sends

  • open_estimation
  • finish_estimation
  • cancel_estimation

User Session

Receives

  • open_estimation
  • finish_estimation
  • cancel_estimation

Sends

  • join_room

Samples

Example of how to use it:

About

Foxplan is a server designed to handle multiple planning poker sessions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages