Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Team9 Sprint 4 Fix some small errors of Distance Value (Sprint 3 Feature Ticket --- Scoring Service Improve) #227

Closed
6 tasks done
Bohan-is-in-the-zone opened this issue Sep 15, 2021 · 0 comments · Fixed by #412

Comments

@Bohan-is-in-the-zone
Copy link
Contributor

Bohan-is-in-the-zone commented Sep 15, 2021

Description

Sprint 4: Team 9 will fix two small bugs of the distance values: the initial value and the value after returning from the new map

In this sprint, we will replace every lines of code using our old scoring system (ScoringSystemV1.java) by ScoreService.java #188 In this case, our scoring system will be easier to understand and more easily to access.

We will also add another display feature to the main game. The right bottom corner is empty. We decide to display the player's running distance from the starting point. And distance will be another parameter to calculate scores.

SubFeature/component (optional)

  1. Replace old codes with new ScoreService
  2. Add distance to the ScoreService
  3. Display the distance in the main screen.
  4. Write tests for Sprint 2 history score display feature and ScoreService class.
    5. Fix two bugs

Dependencies

Team 7 Achivement scores updating #137
Team 5 Inventory System Score

Milestones

List of sub-features you intend to have done and in Master by the end of the sprint.

  • Add distance as another parameter of scores. Before 15th Sep: Week 9 Studio
  • Design the UI board for distance. Before 20th Sep
  • Implementing code to display the distance Before 25th Sep
  • Write enough tests Before sprint is due
  • Fix the initial distance value to zero. Before 10th October
  • Fix the value after returning from the new map. Before 19th October

Completion Deadline: (Date)
19th October

Members

(Git hub name)(Slack name)

@Bohan-is-in-the-zone Bohan-is-in-the-zone added this to Backlog in Feature Board via automation Sep 15, 2021
@Bohan-is-in-the-zone Bohan-is-in-the-zone added this to the Sprint3 milestone Sep 15, 2021
@uqtnieva uqtnieva moved this from Backlog to Approved in Feature Board Sep 18, 2021
@Bohan-is-in-the-zone Bohan-is-in-the-zone moved this from Approved to Done in Feature Board Oct 5, 2021
@Bohan-is-in-the-zone Bohan-is-in-the-zone changed the title Team9 Sprint 3 Feature Ticket --- Scoring Service Improve Team9 Sprint 4 Fix some small errors of Distance Value (Sprint 3 Feature Ticket --- Scoring Service Improve) Oct 6, 2021
@Bohan-is-in-the-zone Bohan-is-in-the-zone moved this from Done to Backlog in Feature Board Oct 6, 2021
@Bohan-is-in-the-zone Bohan-is-in-the-zone modified the milestones: Sprint3, Sprint 4 Oct 6, 2021
@uqtnieva uqtnieva moved this from Backlog to Approved in Feature Board Oct 10, 2021
@Bohan-is-in-the-zone Bohan-is-in-the-zone linked a pull request Oct 15, 2021 that will close this issue
@Bohan-is-in-the-zone Bohan-is-in-the-zone moved this from Approved to Done in Feature Board Oct 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment