Home

Awesome

Repo's(te)

not anything like fantasy football

Running/building

Modules to install: pydantic, selenium, uvicorn, fastapi, beautifulsoup4, requests, sqlalchemy

Run: uvicorn api.api:api --reload

Ideas for data

Left/right handed

Grip (pistol/french)

Ideas for UI

Structure

Each {tournament}.db file has two tables in it: the fencers who fenced in that tournament, and the matches that were played. Each fencer contains the following statistics from their pool:

Note that if the tournament contained multiple pools, the statistics for each pool are separated by hyphens. Thus, an indicator value of +13--11 means that the fencer had an indicator of +13 day 1, and -11 day 2.

The matches (games) database contains the list of games. Each game contains the players (p1 and p2) as they were stored in the tableau, the score score with winner first, the round round (e.g. 128, 64, 32...), and the winner winner of the match. NOTE: game.p1 is not necessarily the winner.

The aggregated database will attempt to pull all of the fencers together. This means that the ids in the aggregated database are different than the ids in the individual tournament databases.

The aggregated database will store fencers in the following format: