myheats

Live heats, scoring and leaderboard for sport events
git clone https://git.in0rdr.ch/myheats.git
Log | Files | Refs | Pull requests | README | LICENSE

CHANGELOG.md (1016B)


      1 ## [0.5 Unreleased]
      2 
      3 ## [0.4] - 2023-07-02
      4 
      5 ### Changed
      6 * feat: replace rating with scoring
      7 * feat: update schema picture
      8 * feat: update favicon
      9 * feat: migrate to vite
     10 * feat: update flex layout
     11 * feat: create empty new heat
     12 * fix: floating point imprecision in sum
     13 
     14 ## [0.3] - 2023-04-07
     15 
     16 ### Changed
     17 * fix: loop in heat list (#f13097)
     18 
     19 ### Added
     20 * feat: modify startlist, add/remove athletes
     21 * feat: modify athletes, create/remove athletes
     22 * feat: loading indicators
     23 * feat: cleanup database subscriptions to increase performance (#b16427)
     24 
     25 ## [0.2] - 2023-04-03
     26 
     27 ### Changed
     28 * fix: infinite useEffect dependency loop
     29 * Simpler session passing
     30 
     31 ### Added
     32 * REACT_APP_SUPABASE_URL env var
     33 * UI for delete heats
     34 * Sort by start nr
     35 * Documentation for realtime ratings table
     36 
     37 ## [0.1] - 2023-03-14
     38 
     39 ### Added
     40 * Scoring UI for judges
     41 * Setup and installation instructions
     42 * Authentication with Supabase magic links
     43 * Live updating leaderboard
     44 * Sort by best/worst heat or sum
     45 * Create new heats from live leaderboard