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 Hexes screen so it uses a full table object #45

Closed bharbron closed 6 years ago

bharbron commented 6 years ago

Currently the Hexes screen hardcodes a bunch of things based on the assumption that it is always operating on the 'HEX' table, and we know how that table is arranged.

Update this so that it actually uses a selector to the the 'HEX' table object and use that to process.

For example, it should be creating its labels based on values queried from inside an actual table object, not based on hardcoding HEX as the name of the table.

Likewise, add template labels to this screen that are based on template info found in the table object