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

Elevation plots in observation summary #4262

Merged

Conversation

rpiaggio
Copy link
Contributor

image

A new layout id is now used for the observation summary+plot. I renamed some tile ids so as to have a unified naming scheme, hence the large number of changed files.

USERPREFS.md Outdated
You can spin up a server that servers a console app for an environment by using the CLI from the `hasura/user-prefs` directory. For example:

```
hasura console --endpoint https://user-prefs-development.herokuapp.com
Copy link
Contributor

Choose a reason for hiding this comment

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

maybee we should recommend using master

Copy link
Contributor Author

Choose a reason for hiding this comment

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

good point, I'll change it

Copy link

bundlemon bot commented Oct 28, 2024

BundleMon

Files updated (1)
Status Path Size Limits
index-(hash).js
1.74MB (+188B +0.01%) -
Unchanged files (7)
Status Path Size Limits
exploreworkers-(hash).js
606.06KB -
index-(hash).css
65.86KB -
workbox-window.prod.es5-(hash).js
2.07KB -
plotworker-(hash).js
88B -
agsworker-(hash).js
84B -
itcworker-(hash).js
77B -
catalogworker-(hash).js
76B -

Total files change +188B +0.01%

Final result: ✅

View report in BundleMon website ➡️


Current branch size history | Target branch size history

@@ -64,7 +64,8 @@
}

.rgl-tile-overlay {
display: none; /* Enable for grid debugging */
display: none;
Copy link
Contributor

Choose a reason for hiding this comment

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

remove debugging

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It's removed, but prettier doesn't let me put the comment in the same line anymore.

@cquiroz
Copy link
Contributor

cquiroz commented Oct 28, 2024

Could you squash the migrations?

Copy link
Contributor

@toddburnside toddburnside left a comment

Choose a reason for hiding this comment

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

LGTM

@@ -269,6 +270,40 @@ object ExploreGridLayouts:
).withMinWidth
end observations

object observationList:
Copy link
Contributor

Choose a reason for hiding this comment

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

Because the observation tree on the left is still name ObsList, I wonder if this should be named something like observationSummary for clarity?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

observationSummary is just the tile, not the view with the tile+plot. I'd rather change ObsList to ObsTree

@rpiaggio rpiaggio merged commit 95019a7 into master Oct 28, 2024
11 of 12 checks passed
@rpiaggio rpiaggio deleted the sc-3334-observation-summary-table-improvements-part-2 branch October 28, 2024 17:10
@rpiaggio
Copy link
Contributor Author

I just realized that the Hasura migration is missing from this PR. Hasura Console seems to create it (which I checked) but then deletes it after a few seconds, for some mysterious reason unknown to mere mortals.

I will add it to the next PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants