bthooper / Chamption-The-Football-Playbook-Manger

Champion allows football coaches to manage schedules, opponents, and playbooks for games as they plan their strategy.

Home Page:http://overstatement.org/2018/11/14/My-First_Rails-Project.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flatiron Rails Project

Introduction

Champion: A Football Playbook Manager, is a simple app to create and manage football playbooks and schedules. It is intended for football coaches to use as they plan their plays for upcoming games. There is a basic structure to the app:

Playbooks can be created. Plays can be created and added to playbooks. Opponents can be added. And games can be scheduled against opponents.

An expansion would allow for routes to be applied to the plays, so a play also has many routes. Then, the play would be composed of mulitple routes. I could also have a library of formations that could be used to create plays.

Basic Usage

A user must first create an account, which can be done directly, or by logging in through Facebook. After the account is created, the user can edit their profile, create a new playbook, make plays, are schedule games and create opponents. A menu across the top provides access to all of these options once the user is logged in.

License

A copy of this license is distributed with this software.

Copyright 2018 Bryan Hooper

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Champion allows football coaches to manage schedules, opponents, and playbooks for games as they plan their strategy.

http://overstatement.org/2018/11/14/My-First_Rails-Project.html

License:MIT License


Languages

Language:Ruby 62.1%Language:HTML 30.9%Language:CSS 3.0%Language:CoffeeScript 2.2%Language:JavaScript 1.9%