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

Metadata #23

Open
mjarvis opened this issue Feb 22, 2022 · 1 comment
Open

Metadata #23

mjarvis opened this issue Feb 22, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@mjarvis
Copy link
Owner

mjarvis commented Feb 22, 2022

It would be beneficial to allow general support for metadata that is output to a consumable format such as JSON.
This could enable things such as versioning of components and/or linking to a design system.

This output could be consumed by some other script or application for various uses (such as showing if certain components are out of date with design.)

This metadata could also integrate with snapshot testing for visual output outside of the SwiftUI platform.

@mjarvis mjarvis added the enhancement New feature or request label Feb 22, 2022
@mjarvis mjarvis changed the title MetaData Metadata Feb 22, 2022
@micHar
Copy link

micHar commented Dec 30, 2022

This could just be metadata provided as code (possibly as Codable structs). This way, we could have a way to create completely custom screens populated with stuff from the metadata. Showkase works this way

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants