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

feat: update sample config schema #972

Merged
merged 5 commits into from
Aug 3, 2023
Merged

feat: update sample config schema #972

merged 5 commits into from
Aug 3, 2023

Conversation

tecton
Copy link
Contributor

@tecton tecton commented Aug 2, 2023

  1. remove baseUrl.
  2. add onboardDate, types, gifPath, minimumToolkitVersion.
  3. rename url to downloadUrl.

"time": "5min to run",
"configuration": "Ready for debug",
"gifPath": "images/helloWorld-tab-with-backend.gif",
"minimumToolkitVersion": "5.0.0",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should here be maximumToolkitVersion? For example, TTK released v5.0.0 but some of the samples haven't been migrated, then the max version supported is v4.x.x.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, minimumToolkitVersion can be removed here. maximumToolkitVersion is optional and only will be added when the sample is not working for new TTK version.

@tecton tecton merged commit ad1a39d into dev Aug 3, 2023
4 checks passed
@tecton tecton deleted the nintan/config-update branch August 3, 2023 03:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants