Cryptonomic / Arronax

Blockchain data analytics tool
https://arronax.io
GNU General Public License v3.0
32 stars 12 forks source link

Dynamic data loading for modals #400

Open anonymoussprocket opened 4 years ago

anonymoussprocket commented 4 years ago

There is a mechanism already for dynamically loading views for rendering specific registered entities. This needs to be extended in two significant ways.

  1. Allow for fine-grained templates where an object registered to render tezos/mainnet/account can load different views for implicit accounts vs baker accounts vs contracts.
  2. Allow for additional data enrichment. Currently the registered template receives the data it is expected to show, however more information may be useful in some cases.

Related to PR392.