Coder Social home page Coder Social logo

zcruit's Introduction

Zcruit - College Football Recruitment Management System

DESCRIPTION

Zcruit is a management system for college football recruitment. This app is intended to be used by football team coaches and recruiters. The app is optimized for iPads.

On this app, you can:

  • View and edit profiles of all prospective football players in the database
  • Filter players by different criteria (e.g. positions played, location of high school) to find targeted players
  • See the prediction of how likely a player will commit to school based on his Zcruit score*
  • Easily move a player’s ranking in his position compared to other recruits by using drag-and-drop
  • Add players into customized categories

Note: *The current Zcruit scores are fake and don't match with the actual algorithm

Requirements

This app is built with HTML, CSS, AngularJS, and PHP. The back-end works with the query.php file and the database (zcruit.sql).

Run git clone https://github.com/eecs394-s16/Zcruit.git to clone the project.

Back-end requirements:

  • MySQL and PHP server
  • Install the database from either db/zcruit.sql or use a database uploader to the tables in csv format under the db/table/ directory. The db/zcruit.csv file has all the tables in csv format.
  • Modify php/query.php to connect to your database.
  • Modify controllers/search_profile.js and controllers/bigBoardController.js to reach your version of php/query.php.
  • Start the server and make sure php/query.php is reachable.

Front-end requirements

Open on views/big_board.html on your browser to view the project, or access them on your own server.

Note: In order to see the popovers in your browser, you might need to run a simple Python server to serve the files locally.

  • For Python2.x: run python -m SimpleHTTPServer
  • For Python3.x: run python -m http.server
  • Open your browser and navigate to localhost:8000/views/big_board.html

Recommended browsers

  • Google Chrome (Enable Device mode when inspecting the page, and choose "iPad" as your device, then press the rotate button)
  • Safari via computer
  • Safari via Xcode iPad Retina simulator

Contributors

zcruit's People

Contributors

paep3nguin avatar bpeynetti avatar shawncaeiro avatar kmads avatar aiqiliu avatar

Watchers

James Cloos 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.