mbouchenoire / lowfer

Your software architecture laboratory

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement static autocomplete

mbouchenoire opened this issue · comments

  1. component.type should suggest values provided by the /api/component-types endpoint (without providing an architecture as a queryparam) ;
  2. At the indentation level of a component, values suggested should be the names of a component's fields (name, type...) ;