w00kster / mariokart-leaderboard

3 stars 0 forks source link

Insert Time Format in HTML Form #8

Open Sully1793 opened 1 year ago

Sully1793 commented 1 year ago

Purpose When a player adds their Lap time, we want this value to be calculated/converted and displayed in the correct time format: "mm:ss:ms".

Format We are currently using an HTML form to request and store the player's lap time. Currently, our lap records are inserted in a text format. Rosie has created a function that can sum the data entry but we need to now translate this into a time function.

Enhancements A big goal for the project progression would be to collect the lap times and then calculate and display the Final Course Time.