proposal analyzer: engine wire up#726
proposal analyzer: engine wire up#726ChrisAmora wants to merge 1 commit intoggoh/mcms-proposal/spike-designfrom
Conversation
|
| chainutils "github.com/smartcontractkit/chainlink-deployments-framework/chain/utils" | ||
| ) | ||
|
|
||
| func FormatChainLabel(chainSelector uint64, chainName string) string { |
There was a problem hiding this comment.
this looks like something that should be a part of the renderer/formatter
|
|
||
| var _ types.Formatter = (*TextFormatter)(nil) | ||
|
|
||
| func (f *TextFormatter) ID() string { return FormatterTextID } |
There was a problem hiding this comment.
I used Claude to create a PoC of a template-based renderer, in case you're interested.
| Name() string | ||
| Type() string | ||
| Value() any | ||
| DisplayValue() any |
There was a problem hiding this comment.
to me this suggests you're mixing business logic with presentation
No description provided.