Skip to content

Latest commit

 

History

History
50 lines (31 loc) · 1.3 KB

README.md

File metadata and controls

50 lines (31 loc) · 1.3 KB

Vex Scouting

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

Images

Bla Bla Bla Bla

Help!

API Layout

How to

Data Layout

Todo

Versions

2.1.0

  • 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

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 in 2.1.0!)