dndplayer / dnd-player

An online virtual DND playground to support online groups.
https://dnd-player.com
Other
1 stars 0 forks source link

Only load full NPC details when opening character sheet or creating tokens #47

Closed BodrickLight closed 5 years ago

BodrickLight commented 5 years ago

We only display the name in the list, so we should only get the names and ids in the initial load (and any other properties we may want to filter/search by in the future e.g. CR). All the other properties (e.g. attacks etc) should be loaded on-demand to reduce the initial load size.