Git Product home page Git Product logo

go_tournament_organizer's People

Watchers

 avatar  avatar  avatar

Forkers

physikrabbit

go_tournament_organizer's Issues

Create an interface for the tournament paticipants

An interface is necessary, where the participants can submit their matches.
These informations should be submittable:

  • black player
  • white player
  • result
  • board size (dependend on torunament mode)
  • optional: point difference

Explore which database is suitable

For saving the data of players and matches a suitable database is necessary.
The database needs to save

  • players information (name, surname, age, date of birth, strenght, city, club)
  • played matches (black player, white player, result, optional: handicap, optional: point difference) (dependend on tournament mode)
  • tournament specifics (boardsize(s), komi, handicap rules, time rules, start of tournament, end of tournament, name of tournament, special rules)
  • optional: history of changes. In the case that the tournament administrator had to change an already submitted game, the changes should be documented for future reference

Additionally the database needs to be compatible to the frontend of the administrator and participants, so that matches can get submitted, the administrator is able to manage all information from his interface, and (at some point) the current state of the tournament can be visualized

Create a "Tournament" entity (to be stored in the database)

Requires at least the following fields:

  • name (required) contains a string
  • rule_set (required) contains a rule set (see #11)
  • start_time contains a date time
  • end_time contains a date time
  • notes contains a string
  • players contains a list of players (see #9)
  • games contains a list of games (see #4)
  • result

Create an interface for the tournament adminstrator

The responsible for the tournament needs an interface to control it.
This includes:

  • managing the participants
  • deleting/adding matches
  • deciding start and end of the tournament
  • managing tournament specifics (like boardsize, komi, time, etc.)
  • extracting a result at the end of the tournament

Features

  • showing participants the current results

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.