Giter Club home page Giter Club logo

dpro_task_rails_refactoring's Introduction

README

このアプリケーションについて

サッカーの試合情報を登録できるアプリケーションです。 主な機能は次の通りです。

試合結果 CRUD 機能

  • 試合の結果をリーグごとに一覧表示できます。
  • 試合の結果を登録したり、編集・削除できます。

クラブ情報閲覧機能

  • データベースに登録されているクラブの情報を、クラブ詳細画面から閲覧できます。
  • クラブ詳細画面では、チームロゴや所属国などの情報が確認できます。
  • そのほか、クラブに所属する選手も一覧できます。

リーグ順位表閲覧機能

  • リーグごとに、登録されている試合の結果を集計した順位表を閲覧できます。
  • 順位表では、試合の勝敗に応じて付与され順位を決定する勝ち点や、消化済み試合数、ゴール数、失点数などを確認できます。

About this application

It is an application that can register soccer match information. The main functions are as follows.

Match Results CRUD Function

  • You can list the results of the match by league.
  • You can register, edit, and delete match results.

Club information browsing function

  • You can view the club information registered in the database from the club details screen.
  • On the club details screen, you can check information such as the team logo and country of affiliation. ― In addition, you can also list the players who belong to the club.

League standings browsing function

― You can view the standings that summarize the results of the registered matches for each league. ― In the standings, you can check the points that are awarded according to the outcome of the match and determine the ranking, the number of games that have been digested, the number of goals, the number of goals, etc.

環境構築 / Installation

$ git clone [email protected]:kfukai23/football_info_for_refactoring.git
$ cd football_info_for_refactoring
$ bundle install
$ rails db:setup
$ rails s

dpro_task_rails_refactoring's People

Contributors

kaito0046 avatar kei-kamiguchi avatar mottttton avatar

Watchers

 avatar

dpro_task_rails_refactoring's Issues

課題評価のフィードバック

❌ 自動評価の結果は不合格です。ローカルですべてのテストに合格するようコードを修正してください。

課題評価のフィードバック

✅ 自動評価の結果は合格です。課題の要件で提示したすべてのリファクタリングが完了している場合は、DIVERの課題提出画面より課題を提出してください。

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.