hcp-uw / syntext

website for practicing your typing
5 stars 0 forks source link

Performance Chart #28

Closed elimelt closed 1 year ago

karhu1 commented 1 year ago

Progress Update:

  1. Added functioning data gathered from user input to display correctly on the graph.
  2. Implemented restart button functionality so that users can go back to typing screen from game summary.
  3. Added a working calculation of accuracy and made it display on the page.

Undone Tasks:

  1. Create an overall words per minute and display it on the game summary
  2. Create a working version of "next snippet" button, or more functionality to the game summary page in general.
elimelt commented 1 year ago

looks good!

as you mentioned above, the new snippet button doesn't currently work, nor do any of the snippet option buttons after the game summary is displayed.

This is simply because there are no props being passed to GameOptions when rendered with the GameSummary component.

image image

If you copy and past all of the props from the first instance of GameOptions to the second, then the buttons in GameOptions should work just fine!

karhu1 commented 1 year ago

Progress Update:

Undone Tasks:

elimelt commented 1 year ago

I am going to close this issue as it seems to be working in its current form pretty well