• @Piafraus@lemmy.world
    link
    fedilink
    11 month ago

    Does it show the “laps” and their times? If not, I think it can still be implemented by storing just two values - time delta before previous stop and timestamp of previous start/un pause.

    • @wise_pancake@lemmy.ca
      link
      fedilink
      11 month ago

      It does, those can be a list of timestamps with a lap flag. Pauses can be a pause/resume flag.

      Fairly easy data structure to build.