@thebull319 wrote:
User Story:
As a player of battlefield 2042 , I should have a scoreboard available to me so I can track my stats and rank position on my team.
Acceptance Criteria:
- When I hit the scoreboard button (TAB by default) a score board is displayed
- The scoreboard displays a table with columns for :
- rank (int)
- username (string)
- Kills (int)
- Assists (int)
- Score (long)
- Deaths (int)
- Latency (long)
- The scoreboard is sorted by the "rank" column in ASC order ( 0 - 99 )
Visual Examples:
Fellow developer, I must confess: when I read your title just now, I had to laugh out loud (I missed the thread before when you started it though).
Maybe you should be aware of the following facts:
- Dice is working only with very few developers (most likely only internship students at this point)
- if it is something that makes the game better or would improve the experience of the players, they will definitely NOT do it in a timely manner (proof is this proposal for example) -- when it comes to the Scoreboard it took MANY MONTH (this was requested in early November and just made it in the game in March)
- Even if they finally do it, it will miss essential features (in your example, the ping -- what you called latency -- and rank or the ability to show it at the end of the round)
- They won't most likely don't do Agile. It already became obvious that they have no idea on how to do software development, don't know about testing and given the few students working on this product by now, making one of them Scrum Master and other one the PO would mean that the janitor would have to do the coding.
Besides being a seasoned dev I am also a 'certified SM' myself, but I won't comment too much on your user story itself (e.g. typically you won't be putting implementation details like data types in the AC), except that the sorting should really be DESC. 😉