atlasmap-attic / atlasmap-ui

An Angular2 module for designing Atlasmap mapping definitions
Apache License 2.0
9 stars 8 forks source link

Warn empty required fields in target #117

Open igarashitm opened 7 years ago

igarashitm commented 7 years ago

Right now UI does nothing for required fields on target object. it should

Note that this is not supported for Java, as Java class doesn't have required flag. And also the required property on the JSON schema should be a string array, which contains a list of required field names, but not boolean flag in each properties as per JSON schema definition. Syndesis Salesforce connector will need a tweak.

igarashitm commented 7 years ago

kinda related to #116 , should we have save/validate button