IQSS / DataTaggingServer

A web server to data-tag datasets (see datatags.org).
Apache License 2.0
2 stars 1 forks source link

Allow specifying slot and value visibility #103

Closed michbarsinai closed 4 years ago

michbarsinai commented 4 years ago

The general requirement driving this issue is to differentiate between important and non-important slots, and to alert about the existence of specific values in the result.

Todo:

  1. Need to be able to specify, for each model version:
    • for each slot, should is be shown:
      • at the top (at the top of the result screen, in a list, as well as inline)
      • inline (as we currently do). This is the default value
      • collapsed
      • hidden
    • for each value, should it be shown:
      • inline (default)
      • at the top (at the top of the result list, with its detailed description open by default)
  2. When a new model version is loaded, the server should copy the values from the previous version to the new one
  3. design a UI allowing the user to specify the above
  4. update the result screen.

Note that the new version may not have the same values and slots as the previous one. Also, a new model loaded to the same version may have different slots and values.

michbarsinai commented 4 years ago

Imemented