stian96 / webapp-exam

A comprehensive web application project developed as part of the exam in web applications 2023. Includes an interactive math application for children, a monitoring system for athletes and improvement of an existing code base. Built with React, Next.js, TypeScript, and modern web technologies.
2 stars 0 forks source link

Extended Performer data #15

Open stian96 opened 10 months ago

stian96 commented 10 months ago

This is for Oppgave 2

  1. Adding functionality for performance factors and intensity zones. This includes:

    • Maximum heart rate
    • Threshold wattage
    • Threshold speed
  2. Shall calculate intensity zones based on measurement parameters:

    • Heart rate is divided into 5 intensity zones (50, 60, 70, 80, 90)% of maximum heart rate
    • Watts are divided into 5 intensity zones (50, 60, 70, 80, 90)% of threshold watts
    • Speed ​​is divided into 5 intensity zones (50, 60, 70, 80, 90)% of threshold speed
  3. Must be able to update max heart rate, watts and / or speed after a new test:

    • Should archive old data and save when it was archived
    • Should save when new data was registered
stian96 commented 10 months ago

This must be implemented when we have the database in place i guess:

Must be able to update max heart rate, watts and / or speed after a new test: Should archive old data and save when it was archived Should save when new data was registered