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

Support Importing the JSON-Schema definition from the web #6

Open
CRThaze opened this issue Jun 24, 2022 · 0 comments
Open

Support Importing the JSON-Schema definition from the web #6

CRThaze opened this issue Jun 24, 2022 · 0 comments
Labels
plugin: openslo-common Isomorphic plugin for the model and other shared resources.

Comments

@CRThaze
Copy link
Collaborator

CRThaze commented Jun 24, 2022

We could do this in one of three ways:

  • Reference the web URL for the schema and have the plugin download it on demand
  • Cache the JSON Schema in the plugin using a query as part of the build process
  • A combination of the first two which falls back on the cached version when the web version is not accessible.
@CRThaze CRThaze added the plugin: openslo-common Isomorphic plugin for the model and other shared resources. label Jun 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
plugin: openslo-common Isomorphic plugin for the model and other shared resources.
Projects
None yet
Development

No branches or pull requests

1 participant