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

Keep set/rep history in SQLite db #4

Closed
tlancon opened this issue May 23, 2020 · 2 comments
Closed

Keep set/rep history in SQLite db #4

tlancon opened this issue May 23, 2020 · 2 comments
Labels
enhancement New feature or request structure How the program is organized
Projects

Comments

@tlancon
Copy link
Owner

tlancon commented May 23, 2020

No description provided.

@tlancon tlancon added the enhancement New feature or request label May 23, 2020
@tlancon tlancon self-assigned this May 23, 2020
@tlancon tlancon added the structure How the program is organized label May 25, 2020
@tlancon tlancon removed their assignment May 25, 2020
@tlancon tlancon added this to To do in Refactor May 25, 2020
@tlancon
Copy link
Owner Author

tlancon commented May 26, 2020

What to log

Per set

  • Set ID (datetime as YYMMDDHHMMSS)
  • Video filepath
  • Log filepath
  • Lift
  • Weight
  • Calibration colors
  • Nominal diameter
  • Pixel calibration factor
  • Number of reps
  • Lifter name

Per rep

  • Rep ID
  • Average velocity
  • Peak velocity
  • Peak power
  • Height at peak
  • X ROM
  • Y ROM
  • Concentric time
  • Lift
  • False
  • Pass/fail

Prerequisites

tlancon added a commit that referenced this issue May 26, 2020
@tlancon tlancon moved this from To do to In progress in Refactor May 26, 2020
tlancon added a commit that referenced this issue May 29, 2020
@tlancon tlancon moved this from In progress to Done in Refactor May 30, 2020
@tlancon
Copy link
Owner Author

tlancon commented May 30, 2020

This is implemented and is successful in initial testing. Any bugs that arise can be logged and fixed as they occur

@tlancon tlancon closed this as completed May 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request structure How the program is organized
Projects
No open projects
Refactor
  
Done
Development

No branches or pull requests

1 participant