Arronax
Arronax copied to clipboard
Revisit address autocomplete
Based on attribute metadata for items that have cache-config
, use the rules specified to make calls to {{conseil-protocol}}://{{conseil-host}}:{{conseil-port}}/v2/metadata/:platform/:network/:entity/:attribute/{{typed-text}}
. delegates.pkh is an example.
Additionally, for items that also have a value-map
, use the following logic. Check the typed text to see if any values of the map match startsWith
. If one or more matches are found, stop matching and display a selection. If a match is not found, submit a request to the metadata service.
Depends on Conseil 749