nkprasad12 / dnd

Web application for TTRPGs.
MIT License
1 stars 0 forks source link

Make tokens independent from boards #92

Closed nkprasad12 closed 3 years ago

nkprasad12 commented 3 years ago

Currently, tokens are tightly linked with boards and there's no way to get a token from a different board. We need to:

  1. Rethink what a token is (currently, TokenModel has a location baked in).
  2. Update the storage model (we need to have a separate DB of tokens)
  3. Figure out a UI for managing tokens / adding tokens