Interviewer icon indicating copy to clipboard operation
Interviewer copied to clipboard

Check variable constraints when accessing external data sources

Open wwqrd opened this issue 4 years ago • 1 comments

Check external data sources match property constraints on access.

Currently this will only affect manually constructed protocols (Architect has an issue to check assets on import). In future it will be necessary for dynamic imports (those that use URLs).

  • Properties to respect the constraint: /^[a-zA-Z0-9._\\-:]*$/
  • All node/edge/ego variable names
  • All categorical/ordinal options values

Relates to: https://github.com/codaco/Architect/issues/645

wwqrd avatar Jun 19 '20 09:06 wwqrd