Coder Social home page Coder Social logo

arjgorithmic / fittrak Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 21.66 MB

FitTrak : a fitness routine tracking application, stores exercise metadata and routines for progress tracking.

Python 72.27% CSS 3.85% JavaScript 21.35% HTML 2.04% PHP 0.01% SCSS 0.36% PowerShell 0.12% Batchfile 0.01%

fittrak's Introduction

FitTrak

FitTrak : a fitness routine tracking application, stores exercise metadata and routines for progress tracking.

Records used in this :

Exercise Table

The exercise table is used to store information about various exercises that can be part of fitness routines. It is designed to capture details about each exercise, including whether specific attributes like sets, weight, and time are required for that exercise. Fields

  • id (Primary Key): An auto-incremented unique identifier for each exercise.
  • exercise_name: A text field storing the name of the exercise.
  • sets_needed: A boolean field indicating whether sets are needed for the exercise.
  • weight_needed: A boolean field indicating whether weight is needed for the exercise.
  • time_needed: A boolean field indicating whether time duration is needed for the exercise.

Routine Table

The routine table is responsible for tracking fitness routines created by users. It associates exercises from the exercise table with routines, allowing users to specify sets, weight, and time for each exercise within a routine. Fields

  • id (Primary Key): An auto-incremented unique identifier for each routine.
  • routine_name: A text field for the name of the routine.
  • user_id: An integer field representing the user who created the routine (foreign key reference to a users table, assuming one exists).
  • exercise_id: An integer field representing the exercise associated with the routine (foreign key reference to the exercise table).
  • sets: An integer field indicating the number of sets for the exercise within the routine.
  • weight: An integer field representing the weight (optional, can be null) for the exercise within the routine.
  • time: An integer field representing the time duration (optional, can be null) for the exercise within the routine.

###College Project

fittrak's People

Contributors

arjgorithmic avatar sweep-ai[bot] avatar aleena24 avatar sneha-pulse avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.