-
-
Notifications
You must be signed in to change notification settings - Fork 270
Added Case Studies page in Overview Section #473
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
Changes from all commits
22660a2
d6bf52c
94c309c
944c175
61b9c16
aa9acca
2870661
0547435
ab7bf30
f08b64c
d8699b3
66b5ef3
e7378cd
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,78 @@ | ||
[ | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Can you please build a real data set with our case studies? This is the list: There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Hey @benjagm There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
The url will be the case study blog post. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Okay! Got it There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Hey @benjagm I have some doubts regarding data set There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We need to find the company logos and add them to the folder: https://github.com/json-schema-org/website/tree/main/public/img/logos There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. okay! and what about the size of card title do I need to change the card component? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Why changing the size of the card? Try to use this one and if you need to make some adjustments do it but just for the card features that you need. Remember that the card is now going to be used in 3 different pages. For example you can change the logo size or fix a bug but not the whole card component without reason. Right? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Sorry for the confusion @benjagm It is because title is written with h3 size in card component. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. In this case feel free to modify it |
||
{ | ||
"title":"How JSON Schema Was an Obvious Choice at GitHub", | ||
"summary":"At GitHub's Docs Engineering team, while shipping releases to production 20 times per day or more, JSON Schema is critical in increasing confidence in changes to data, content and APIs.", | ||
"logo": "/img/logos/github-logo.png", | ||
"links": | ||
{ | ||
"lang": "URL1", | ||
"url": "/blog/posts/github-case-study" | ||
} | ||
}, | ||
{ | ||
"title":"How 6 River Systems saves time and boosts collaboration with JSON Schema", | ||
"summary":"Explore the powerful impact of JSON Schema on 6 River Systems' fulfillment operations. Discover how they enabled enhanced collaboration, time savings, and data quality assurance, propelling their successful scaling journey.", | ||
"logo": "/img/logos/6river-logo.svg", | ||
"links": | ||
{ | ||
"lang": "URL1", | ||
"url": "/blog/posts/6-river-systems-case-study" | ||
} | ||
|
||
}, | ||
{ | ||
"title":"Transforming the technical recruiting industry with JSON Schema", | ||
"summary":"Learn how Manfred used JSON Schema to transform the technical recruiting industry.", | ||
"logo": "/img/logos/manfred-color.svg", | ||
"links": | ||
{ | ||
"lang": "URL1", | ||
"url": "/blog/posts/manfred-case-study" | ||
} | ||
|
||
}, | ||
{ | ||
"title":"How Postman uses JSON Schema", | ||
"summary":"Learn how JSON Schema continues to be a crucial component of the Postman API Platform and the API ecosystem.", | ||
"logo": "/img/logos/sponsors/Postman_logo-orange.svg", | ||
"links": | ||
{ | ||
"lang": "URL1", | ||
"url": "/blog/posts/postman-case-study" | ||
} | ||
|
||
}, | ||
{ | ||
"title":"Using JSON Schema at Remote to scale forms and data validations", | ||
"summary":"Using JSON Schema at Remote was the first step to solving data validation and form generation problems across all levels at Remote.", | ||
"logo": "/img/logos/remote-logo.png", | ||
"links": | ||
{ | ||
"lang": "URL1", | ||
"url": "/blog/posts/remote-case-study" | ||
} | ||
|
||
}, | ||
{ | ||
"title":"How Tyler Technologies reduced its client feedback loop with JSON Schema", | ||
"summary":"Using JSON Schema at Tyler Technologies meant showing added value to clients could take minutes rather than days or in some cases weeks.", | ||
"logo": "/img/logos/tyler-tech-logo.svg", | ||
"links": | ||
{ | ||
"lang": "URL1", | ||
"url": "/blog/posts/tyler-technologies-case-study" | ||
} | ||
|
||
}, | ||
{ | ||
"title":"How the W3C Web of Things brings JSON Schema to the Internet of Things", | ||
"summary":"Using JSON Schema at the W3C Web of Things to create an interoperability layer so that different IoT platforms, protocols and standards can operate together", | ||
"logo": "/img/logos/wot-logo.png", | ||
"links": | ||
{ | ||
"lang": "URL1", | ||
"url": "/blog/posts/w3c-wot-case-study" | ||
} | ||
|
||
} | ||
] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please use the Card component available in the branch and modify it if necessary.