Wirecloud / wirecloud

Widgets Container and Mashup edition tools. Reference implementation of the FIWARE Application Mashup GE
https://wirecloud.rtfd.io/
Other
60 stars 45 forks source link

Adds support for json-based widgets/mashups #532

Closed dmunozv04 closed 6 months ago

dmunozv04 commented 11 months ago

Proposed changes

Implements the necessary changes so json-based widgets/mashups can be loaded/created in wirecloud. Creates mashups using a config.json properties file.

Types of changes

What types of changes does your code introduce to the project: Put an x in the boxes that apply

Checklist

Put an x in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code.

Further comments

"I have read the CLA Document and I hereby sign the CLA"

github-actions[bot] commented 11 months ago

CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅

dmunozv04 commented 11 months ago

I have read the CLA Document and I hereby sign the CLA

coveralls commented 8 months ago

Coverage Status

coverage: 88.945% (+0.02%) from 88.923% when pulling 6473bd000a87759dab0179b45fc68c7b573f8f1d on dmunozv04:develop into 28fec83d3e0dc492b78b81179e0e591e27dbf74b on Wirecloud:develop.

dmunozv04 commented 8 months ago

This PR depends on the #534 PR since it already parses V2 config files. It would be interesting to change the config file to something unique instead of config.json so the JSON Schema can be sent to Schema Store to allow verifying the config file inside IDEs.