SpinShare Referee Bot refbot.ellite.dev/overlay

Notes!

+2 -1
+1
state/mapPool.js
··· 78 78 cache = pools; 79 79 lastFetched = new Date(); 80 80 81 + // Move this into refresh.js command 81 82 fetchAllChartData(pools).catch((err) => console.error('[spinshare] Background fetch error:', err)); 82 83 83 84 return pools;
+1 -1
state/rounds.js
··· 1 - // TODO: In the future, don't hardcode this, read it from Brackets.json or something, or the other way around, depend on this not brackets.json. figure it out! 1 + // TODO: In the future, don't hardcode this, read it from Brackets.json or something, or the other way around, depend on this not brackets.json. figure it out! poolGenerator.js already parses Brackets.json 2 2 const ROUNDS = [ 3 3 { name: 'Qualifiers - Winners Semi-Final', bestOf: 3, tier: 1, bracket: 'Qualifiers', round: 'Winners Semi-Final' }, 4 4 { name: 'Qualifiers - Winners Final', bestOf: 3, tier: 2, bracket: 'Qualifiers', round: 'Winners Final' },