Git Product home page Git Product logo

eventresultsservice's Introduction

Event Results Service

Microservice to store results from events.

Frontend

Self help interface to enter tournament results

Preview

Backend

Uses a dynamo table and s3 bucket to store and cache results

Schema

Syntax for entering results. A entire division must be entered at once

start pools "<Event Name>" "<Division Name>
round <Number>
pool <Letter>
<Place> <Player Name 1> <Player Name 2> <Player Name 3> <Score>
...

Event Name must match exactly with the created event
Division Name Options: Women Pairs, Open Pairs, Mixed Pairs, Open Co-op
Round Number 1 - Finals, 2 - Semifinals, 3 - Quaterfinals, ...
Pool Letter: A, B, C, D, ...
Place Where this team placed in this pool. Teams do not need to be ordered
Player Name All lowercase with _ for spaces. Ex. ryan_young
Score Is a floating point number representing the points the team got in that round

Example

start pools "RyanTest" "Open Pairs"
round 1
pool A
1 ryan_young 123.45
2 james_wiseman 80.34
round 2
pool A
1 ryan_young 123.45
pool B
1 james_wiseman 80.34
end

eventresultsservice's People

Contributors

smilesair avatar

Watchers

 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.