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

Web Interface #1

Closed
7 tasks done
treiher opened this issue Jun 20, 2020 · 0 comments
Closed
7 tasks done

Web Interface #1

treiher opened this issue Jun 20, 2020 · 0 comments

Comments

@treiher
Copy link
Owner

treiher commented Jun 20, 2020

Initial Structure

  • Start page
    • Links to all other pages
  • Body weight page
    • Diagram (date -> body weight)
    • Buttons for changing viewed time period (12M, 6M, 3M, all)
    • Buttons for switching to previous time period (<<, >>)
    • Form for adding entry (date and weight input + button)
  • Workouts page
    • Diagram (date -> average reps, average RPE, average time, reps volume)
    • Buttons for changing viewed time period (12M, 6M, 3M, all)
    • Buttons for switching to previous time period (<<, >>)
  • Exercises page
    • List of all recorded exercises with links to corresponding exercise pages
  • Exercise page
    • Diagram (date -> average reps, average reps+RIR, average weight, average time)
    • Buttons for changing viewed time period (12M, 6M, 3M, all)
    • Buttons for switching to previous time period (<<, >>)

Basis

Flask

Tasks

  • Add generation of diagrams using GET request including parameters for time period
  • Add template for showing diagram and time period selection menu
  • Add style sheet
  • Add start page
  • Add workouts page
  • Add exercises page
  • Add exercise page
treiher added a commit that referenced this issue Jun 22, 2020
@treiher treiher closed this as completed Jun 22, 2020
treiher added a commit that referenced this issue Jun 22, 2020
treiher added a commit that referenced this issue Jun 22, 2020
treiher added a commit that referenced this issue Jun 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant