You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I couldn't find another issue for this, but this may also be a good place to start a discussion re-thinking the current data available from the App class.
Things I'm not sure about:
kernelAddress and Organization could probably be reduced to just Organization?
registry, registryAddress, repoAddress, version may be better encapsulated in a Repo class
The text was updated successfully, but these errors were encountered:
We should expose some easy-to-use APIs for fetching commonly-accessed metadata from
App
objects:App#name
is returning at the moment—probably the aragonPM name?)However, I'm not sure how useful the icon is over the general case, as developers may prefer their own assets / etc.
cc @andy-hook @bpierre
I couldn't find another issue for this, but this may also be a good place to start a discussion re-thinking the current data available from the
App
class.Things I'm not sure about:
kernelAddress
andOrganization
could probably be reduced to justOrganization
?registry
,registryAddress
,repoAddress
,version
may be better encapsulated in aRepo
classThe text was updated successfully, but these errors were encountered: