Skip to content

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

Closed
wants to merge 1 commit into from
Closed

Update Example groupings #1123

wants to merge 1 commit into from

Conversation

dfeinzimer
Copy link
Collaborator

@dfeinzimer dfeinzimer commented Mar 31, 2025

Closes #992

Before After

@dfeinzimer dfeinzimer self-assigned this Mar 31, 2025
/// Components that can be used with any geoview.
static var accessories: Self {
.init(
name: "Accessories",
Copy link
Collaborator Author

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?

Copy link
Member

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",
Copy link
Collaborator Author

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?

Copy link
Member

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()),
Copy link
Collaborator Author

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.

@dfeinzimer dfeinzimer requested review from rolson and mhdostal March 31, 2025 18:04
@dfeinzimer dfeinzimer marked this pull request as ready for review March 31, 2025 18:04
/// Components that can be used with any geoview.
static var accessories: Self {
.init(
name: "Accessories",
Copy link
Member

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.

Copy link
Contributor

@rolson rolson left a 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.

@dfeinzimer dfeinzimer linked an issue Mar 31, 2025 that may be closed by this pull request
@dfeinzimer dfeinzimer marked this pull request as draft April 3, 2025 18:45
@dfeinzimer
Copy link
Collaborator Author

Closing in favor of #1135

@dfeinzimer dfeinzimer closed this Apr 7, 2025
@dfeinzimer dfeinzimer deleted the df/992/b branch April 7, 2025 23:47
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.

Some examples don't seem to belong in the geoview category
3 participants