STARIONGROUP / COMET-IME-Community-Edition

The Concurrent Design Desktop Application and Excel Integration compliant with ECSS-E-TM-10-25 Annex A and Annex C
https://www.stariongroup.eu
Other
21 stars 5 forks source link

[Sample Function Parameter Type] Values need validation #1286

Open jaimeatstariongroup opened 10 months ago

jaimeatstariongroup commented 10 months ago

Prerequisites

Description

Currently the user can input any value on the entries independant of the ParameterType. In the image below the Brief column refers to a EnumerationParameterType and the NoteDate to a DateTimeParameterType.

image

The input should be validated client side, and probably it should show the proper editor for each ParameterType. For example, DateTimeParameterType should show the next editor:

image

Steps to Reproduce

  1. Create a new SFPT with indepedent and dependent parameter types.
  2. Use that parameter type and manually try to add an entry.