- ⭐ Added div selector! ⭐
- Renamed
times
tomatches
as it makes more sense - Main page will now show
Team
andEvent
buttons- Plans coming to make the
Event
page a search page - Plans coming to make the
Team
page have a search
- Plans coming to make the
- Search Parameters:
- Reformatted the team URL to use search parameters for cleaner links.
- Added
div
,shift
, andteam
as search parameters.
- Better Version notes
- Moved old Versions
- Fixed matches that are unscored showing a winning team
- Fixed the
Shift time
not working in the match viewer (done via theshift
search param)
- Moved
/team
and/event
to there own router files - Added
User-Agent
to the axios request
- Session System (login system)
- Table editor now works!
- Scout sheet now auto saves!
- Using socket.io to sync table editor and team editor
- You can edit team data at the same time across people!
- The "Save" button is still in place if you get knocked offline for a second, if you have a stable connection then this isn't needed
- Docs for the Data Layout are done!
2.0.0 is out! After along time of dreading, I did it!
this breaks the 1.0.0 layouts! Old data will not load/work!
- Replaced knex with quick.db (downgrade ngl)
- Remade data layout to be better and more expandable
- SSR (Server-Side-Rendering) is now being worked on, it's only used for the teams matches preview where SSR is used
- JS files can now be used for layouts
- A new
Table editor
is in the works! (planed to be done in2.1.0
!)