Group Members:
- Kushagra Kartik (kkartik)
- Shikha Verma (sverma89)
- Park Sehun (spark290)
- Viresh Bhurke (vbhurke)
- Rushabh Gajab (rgajab)
Our Taigia Taskboard
git clone https://github.com/sverma89asu/SER515-phase2.gitcd SER515-phase2/AgileSimulatormvn compilemvn exec:java
username : user1 password : password1
username : admin password : password1
- Run the application using mvn exec:java.
- Login with either Simulation User Account or Admin User Account.
- Click on Create a Simulation button.
- On the actual page, enter the simulation session name, number of sprints, team size, sprint duration and team velocity.
- Click on Continue button.
- Now you can see the sprint summary.
- If you want to see day wise details, you can click on a sprint and it'll show the day wise details as well as the product and sprint backlog.
- This data can be used to create various burn down chart.
- Click on close button to close the daywise details page.
- On the simulation results page, click on Download.
- You can see the downloaded csv file inside AgileSimulation/Downloads/Username.
- On the simulation results page, click on Save button.
- Click on the Home Page button.
- Click on Simulation Library button.
- You can see the saved simulation sessions.
- By clicking on the name of the session, you can open the detailed simulation results page.
- Login with Admin Account Credentials.
- On the home page click on Create Account button.
- Put in the username, password, email and user role.
- Click on Create button.
- If the username was unique, it'll create the account otherwise it'll ask you to choose some other username.