Giter VIP home page Giter VIP logo

team-league's Introduction

Team League

「Team League」は、RocketLeagueにおけるチームの管理を行うことを目的としたサイト チームメンバー募集、チーム検索、チームプロフィール、スクリム募集、リーグ戦などを検討中

機能一覧はこちら

Deploy

Local Development

Tools

  • composer
  • docker
  • docker-compose

commands

$ cd team-league
$ composer install
$ cd team_league
$ docker-compose up -d
$ sh migrate-local.sh

production

Tools

  • composer
  • google cloud console

secret files

team-league ┬ gae         ─ secret.yaml
            ├ secret      ─ team-leagut.json
            └ team_league ┬ export-production.sh
                          └ migrate-production.sh

commands

$ cd team-league
$ composer install
$ sh migrate-production.sh 
$ gcloud app deploy

team-league's People

Contributors

ichimatsu0627 avatar

Watchers

 avatar  avatar  avatar  avatar

team-league's Issues

チーム機能作成

概要

とりあえずチーム情報を登録、編集、閲覧
チームメンバー管理が出来るようにする

Tables構想

T_teams

  • id
  • name
  • img_url
  • del_flg
  • created
  • modified

T_team_members

  • id
  • t_team_id
  • t_member_id
  • role
  • kicked
  • del_flg
  • created
  • modified

広告

概要

アフィ置きたい

登録ページ改修

required を上に集める

案A

# required
Name
EMail

# optional
discord

login ID 要らないのでは問題

Donate機能

概要

外部サイトのDonateリンク貼る

入力値のvalidator作成

概要

ユーザーが入力する値のチェックするクラスを作成する

候補

  • 全角半角
  • 入力数
  • 英数
  • 重複

通報

概要

通報機能を作る
スクリーンショットとかを受け取る
メール?

募集機能作成

概要

  • メンバー
  • チーム

Tables

T_offers

  • id
  • type
  • mine_id
  • message
  • rate_from
  • rate_to
  • monday_from
  • monday_to
  • tuesday_from
  • tuesday_to
  • wednesday_from
  • wednesday_to
  • thursday_from
  • thursday_to
  • friday_from
  • friday_to
  • saturday_from
  • saturday_to
  • sunday_from
  • sunday_to
  • pf_steam
  • pf_ps4
  • pf_xbox
  • pf_switch
  • del_flg
  • created
  • modified

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.