coner-tech / coner-worker

The main Coner UI for workers to do their jobs with screens tailored to purpose
GNU General Public License v3.0
2 stars 1 forks source link

When connected, it should fetch all Competition/Handicap Groups, Sets, and Events #8

Open carltonwhitehead opened 7 years ago

carltonwhitehead commented 7 years ago

After fetching each of these, it will hold each of these in memory, and display them in the UI in basic tableviews.

carltonwhitehead commented 6 years ago

It should create a TornadoFX Scope within which all of the connection-specific entities (UI components, repositories, etc) will reside. It should set up a Guice module making available the Coner Core Service client APIs.