-
Notifications
You must be signed in to change notification settings - Fork 11
Update Example groupings #1123
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
Update Example groupings #1123
Conversation
/// Components that can be used with any geoview. | ||
static var accessories: Self { | ||
.init( | ||
name: "Accessories", |
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.
Would "Basic" be a better name?
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.
I think Accessories is fine.
.init( | ||
name: "GeoView", | ||
name: "Data", |
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.
Would "Advanced", "Specialty", or "Specialized" be better for this category?
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.
Data is OK for now.
.init( | ||
name: "Accessories", | ||
examples: [ | ||
Example("Basemap Gallery", content: BasemapGalleryExampleView()), |
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.
I moved Basemap Gallery into this category since my original proposal since it can be initialized without specific data on any geoview.
/// Components that can be used with any geoview. | ||
static var accessories: Self { | ||
.init( | ||
name: "Accessories", |
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.
I think Accessories is fine.
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.
"Accessories" makes me think of things that you typically overlay on a GeoView. Also "Accessories" might be overloaded in a visionOS context.
I feel the distinction being made about specific data is a bit nuanced.
Closing in favor of #1135 |
Closes #992