bharbron / hexbook-semantic

An Electron-React-Redux-Semantic-UI application for automatically generating a hexcrawl campaign notebook from random tables.
5 stars 3 forks source link

Update tables selectors to return "full" table objects #41

Closed bharbron closed 6 years ago

bharbron commented 6 years ago

Would like to update the tables selectors so that they return more "full" tables. I.e. follow all references-by-id and insert the relevant data.

Especially important is getting full information on attached templates and their template plugins, as we'll need that information for displaying attached template tags.

Since tables reference templates and templates reference tables, need to be careful not to introduce any infinite loops.

Also update any view code that uses the returned data to make sure it still works.