Giter Club home page Giter Club logo

fanta_calcio's Introduction

Build Status

Coverage Status

Code Climate

FANTA CALCIO

Web Rails application for Fantasy Football based on Seria A competition.

Getting started

bundle
rake db:create
rake db:migrate
rake db:seed
rspec spec

Project structure

  • Club:
    • are created during project setup.
    • is filled with real players.
    • must be updated after each round of Seria A competition.
  • Player:
    • are created during project setup.
  • User:
    • after registration user must create Team.
    • after sign in user is redirected to Team screen.
    • user can have only one team.
  • Team:
    • is forming from clubs players.
    • can have max 25 players:
      • 3 goalkeepers (P);
      • 8 defenders (D);
      • 8 midfielders (C);
      • 6 forwards (A).
  • Tour:
    • round of Seria A competition.
    • contains with Seria A games.
  • Game:
    • Seria A game between two clubs in some tour.
  • Squad:
    • is exhibited by user one hour before tour start.
    • must have 11 members in main part:
      • 1 goalkeeper (P);
      • 3-5 defenders (D);
      • 3-5 midfielders (C);
      • 1-3 forwards (A).
    • must have 7 members in reserve part.
  • Member:
    • is player which is in squad.
    • stored all results (points, bonuses etc.) of player in current tour.

fanta_calcio's People

Contributors

bohdanchaban avatar

Watchers

James Cloos avatar Yura Kuzhiy avatar  avatar

fanta_calcio's Issues

fic spec/factories

  1. Use associations
  2. Use random name generator
  3. Improve spec performance
  4. Use traits

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.