evoluteur/evolutility-ui-react

Fetch models from server

david-pfx opened this issue · 1 comments

Currently all models are compiled in. Assuming all the models are stored on the server it should be a simple change to:

  • retrieve a list of tables from the server to populate the top level menu (or just show a view on the table of tables)
  • retrieve a specified table with its model as required.

Ready client side. Not ready yet server side.