Code Monkey home page Code Monkey logo

programmiertes-entwerfen-2's Introduction

Programmiertes Entwerfen II

Projekt für eine Infografik im Web

Phasen (ERound)

enum ERound {
  GROUP_STAGE = 'Group stage',
  GROUP_STAGE_PLAYOFF = 'Group stage play-off',
  FIRST_GROUP_STAGE = 'First group stage',
  SECOND_GROUP_STAGE = 'Second group stage',
  FIRST_ROUND = 'First round',
  SECOND_ROUND = 'Second round',
  ROUND_OF_16 = 'Round of 16',
  QUARTER_FINALS = 'Quarter-finals',
  SEMI_FINALS = 'Semi-finals',
  THIRD_PLACE_MATCH = 'Third-place match',
  FINAL_STAGE = 'Final stage',
  FINAL = 'Final',
}

// 1930
let rounds1930 = ['Group stage', 'Semi-finals', 'Final'];

// 1934 - 1938
let rounds1934_1938 = ['Round of 16', 'Quarter-finals', 'Semi-finals', 'Third-place match', 'Final'];

// 1950
let rounds1950 = ['Group stage', 'Final stage'];

// 1954 - 1958
let rounds1954_1958 = ['Group stage', 'Group stage play-off', 'Quarter-finals', 'Semi-finals', 'Third-place match', 'Final'];

// 1962 - 1970
let rounds1962_1970 = ['Group stage', 'Quarter-finals', 'Semi-finals', 'Third-place match', 'Final'];

// 1974 - 1978
let rounds1974_1978 = ['First round', 'Second round', 'Third-place match', 'Final'];

// 1982
let rounds1982 = ['First group stage', 'Second group stage', 'Semi-finals', 'Third-place match', 'Final'];

// 1986 - 2022
let rounds1986_2022 = ['Group stage', 'Round of 16', 'Quarter-finals', 'Semi-finals', 'Third-place match', 'Final'];

// 2026
// ...

programmiertes-entwerfen-2's People

Watchers

Ron Eros Mandić avatar

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.