Skip to content

verkhovin/tshirt-planning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

T-Shirt Planning (Scrum) Poker

This app allows you to estimate issues with your teammates remotely without any initial setup, loading user stories, or signing in.

Main Screen Try it in demo room

Only T-Shirt sizing estimates are available so far.

You can read more about scrum poker and T-Shirt sizes here.

How to use

  1. Go to https://verkhovin.github.io/poker/.
  2. Click to Create a new room or if you have the room's id, enter the existing room by entering it to the Room id field, and click Enter the room.
  3. If you are for the first time here, enter your name. It will be used to identify you.
  4. After entering the room, send the room's id (or direct link) to your teammates.
  5. Discuss an issue with your teammates. When all the participants give their estimates, click Show.
  6. Click Clear for the next round.

Tech info

It's a simple web application with Java + Spring Boot backend and frontend implemented with Vue.js. Frontend communicates with the backend through minimalistic REST API and sockets.

Technologies: Java, Spring Boot, Spring Data JPA, PostgreSQL, Vue.js, Bootstrap, Websockets, REST API