Giter Club home page Giter Club logo

a-z_upload's People

Contributors

bcdunbar avatar jaylenjames avatar kswain1 avatar wamuir avatar

Watchers

 avatar  avatar

Forkers

yahzaa

a-z_upload's Issues

Multiple Score Values

Dealing with multiple composite score sessions we are currently using the last composite score of the software, and in the future, we will need to change this to the average composite needed for the action.

Composite Score Form

Allows von homer to input composite data into a form concerning the specific player.

User wants to view high-risk muscle on overview screen

  • check nuero emg muscle groups are gerater than 50 and if so, then tag muscle as high-risk area
  • should show multiple images
  • place at bottom of overview screen
  • if no at risk muscles the image should show "no muscles at risk for athlete."

Athletes list view not connecting the report summary

Currently need to change the list view of all of the athletes to connect to the report summary and not the session page.
<td><a href="{{ url_for('sessionsummary', player_id=player.id )}}">{{ player.player_name }}</a></td>
New code should focus on reportsummary and not sessionsummary for the correct statment moving will come back to issue soon.

Update Composite Field Form

This form should be able to update the data points from the composite field that were not entered in the previous form.
Very similar to update session. May have to break this issue up into smaller parts or a larger projects if it takes more than one hour.
Update backend is available to be ran during the session as well.

Parse Composite Score Data

This will be involved for parsing the csv's files once given from Zeeshaun or Von Homer and team to continue the migration of data to the backend. Data will be filtered on the frontend then moved to backend once dealt with.

Ability to upload csv files to post to the backend

Step 1 Uploading form on the template progress

Currently have been able to add forms to the csv: Csv form

  • Name the files file-1
  • Name the second file file-2

Step 2 collecting file contents in the flask app

This is currently not working when I call the file inside. Currently file names are not being picked up by the script.

## Added file implementation for collecting data if 'file' not in request.files or 'file-2' not in request.files: flash("no file uploaded") return (redirect(request.url)) file = request.files['file-1'] file_two = request.files['file-2'] if file.filename == '': flash("no file selected") return (redirect(request.url))

Step 3 Parse Scripts

Understand on how I want to parse the csv here parser

  • params: filecontents
  • returns: right, (peroneals, gastros, and tib anterior)

Step 4 Post Data to the backend

Player Profile Format Poor

Currently the name,
and age of the player profile area needs some slight readjustment.
Does not align with the second to the right of the gauge bar.
Should more similar to this page Profile
screen shot 2018-10-15 at 9 35 19 pm

Ability to see team view on the athlete list view

We may have to update session data to reference the team list in the athlete list view, this is on of the lower issues tied along with the project and should be completed in the future. By october 15, 2018

Create Nueromuscular dashboard

Either using plolty or charts.js. Saw some beautiful boards to choose from, and will have to use javascript and templates to upload data to the report.

Text Box on the Report Page

We may need to increase the size of the text so that Von homer and Zeeshaun can see it on the page. Another option is just having an assessment column, and not an assessment and treatment columns for better visual effect.

templates/reports.html

screen shot 2018-10-15 at 9 32 54 pm

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.