This is an app that helps with scouting!
HTML is rendered on the server for FAST speeds!
This app was built for the 2023-2024 Vex game (Over Under)
KEEP IN MIND THIS APP HAS NO LOGIN PAGE AND IS DESIGNED TO BE DEPLOYED ON SITE
- 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
!)