FlipsideCrypto / badger

EVM primitive, protocol and app layer that exposes top-down management mechanisms for on-chain organizations. Badger is the key to the existing gates and locks within Web3.
https://www.trybadger.com/
MIT License
22 stars 1 forks source link

Feature: Front-end Instant Feature Determination #132

Closed nftchance closed 1 year ago

nftchance commented 1 year ago

Specific versions of the contract have unique features/certain features that cannot be accessed on specific versions. We need to add support to automatically hide/show features given the Organizations version.

masonchain commented 1 year ago

Should be fairly simple. A compiled list of the differences as well for reference would make it even easier.

Can have contract hooks and each page just be a controller for the relevant version's child forms/interfaces.

nftchance commented 1 year ago

Okay, awesome. Had been worried about this on the front end so good to hear it doesn't seem too bad to you. Going to let you take care of this then :)