Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check variable constraints when accessing external data sources #1061

Open
wwqrd opened this issue Jun 19, 2020 · 1 comment
Open

Check variable constraints when accessing external data sources #1061

wwqrd opened this issue Jun 19, 2020 · 1 comment

Comments

@wwqrd
Copy link
Contributor

wwqrd commented Jun 19, 2020

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

@jthrilly
Copy link
Member

Required before #847 can be implemented.

@jthrilly jthrilly added this to the Beta-stretch milestone Jul 31, 2020
@jthrilly jthrilly moved this to Small Features in Network Canvas Aug 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants