smart-testing icon indicating copy to clipboard operation
smart-testing copied to clipboard

Create a logic for exposing configuration structure

Open MatousJobanek opened this issue 8 years ago • 1 comments

Issue Overview

In Che, we need to get information which parameters are possible to use in configuration. Based on this, we can create a window for configuring it. What we need to know:

  • parameter name
  • type (boolean/string/list of values to choose from)
  • default value
  • structure - which parameters belong to a particular config section
  • description of every parameter (not essential but nice to have)

MatousJobanek avatar Oct 04 '17 14:10 MatousJobanek

ObjectMapper and ConfigurationItem can be leveraged to provide this information for Che.

bartoszmajsak avatar Oct 18 '17 10:10 bartoszmajsak