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

Hotfix for sourceExclusive, filtername display #1161

Merged
merged 6 commits into from
Sep 23, 2024
Merged

Conversation

hanbyul-here
Copy link
Collaborator

@hanbyul-here hanbyul-here commented Sep 18, 2024

  • sourceExclusive had a bug that it did not factor in if the sourceExlusive value was changed or not. This PR handles the fix for it
  • The filter was not showing the selected filter's name. This PR also has the fix for it.

I made this branch protected -
FYI the branch is named as v5.7.2 but we end up cutting v5.7.3 out of this branch. sorry for the confusion

Copy link

netlify bot commented Sep 18, 2024

Deploy Preview for veda-ui ready!

Name Link
🔨 Latest commit 94cc61d
🔍 Latest deploy log https://app.netlify.com/sites/veda-ui/deploys/66f1ba00fef9110008ccd844
😎 Deploy Preview https://deploy-preview-1161--veda-ui.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@sandrahoang686
Copy link
Collaborator

sandrahoang686 commented Sep 19, 2024

@hanbyul-here how and what should we be manually testing in the preview?
Update: nvm looks like you cut a release off this so I'm guessing you extensively manually tested

@hanbyul-here
Copy link
Collaborator Author

@sandrahoang686 yah, sorry, I asked a review from @slesaad in DM since we were already in conversation.
To describe the issue this PR was trying to fix better, Go to this page https://deploy-preview-599--ghg-demo.netlify.app/exploration?datasets=%5B%7B%22id%22%3A%22nox%22%2C%22settings%22%3A%7B%22isVisible%22%3Atrue%2C%22opacity%22%3A100%2C%22analysisMetrics%22%3A%5B%7B%22id%22%3A%22mean%22%2C%22label%22%3A%22Average%22%2C%22chartLabel%22%3A%22Average%22%2C%22themeColor%22%3A%22infographicB%22%7D%5D%7D%7D%5D&taxonomy=%7B%22Source%22%3A%5B%22epa%22%5D%7D&search=&date=2021-12-01T05%3A00%3A00.000Z which has No2 data from Grapes datasets there already. This dataset should only be anlayzed with the same source (through sourceExclusive) but I can open the data modal and add the dataset that has sourceExclusive attribute. ex. https://deploy-preview-599--ghg-demo.netlify.app/exploration?datasets=%5B%7B%22id%22%3A%22nox%22%2C%22settings%22%3A%7B%22isVisible%22%3Atrue%2C%22opacity%22%3A100%2C%22analysisMetrics%22%3A%5B%7B%22id%22%3A%22mean%22%2C%22label%22%3A%22Average%22%2C%22chartLabel%22%3A%22Average%22%2C%22themeColor%22%3A%22infographicB%22%7D%5D%7D%7D%2C%7B%22id%22%3A%22total-methane%22%2C%22settings%22%3A%7B%22isVisible%22%3Atrue%2C%22opacity%22%3A100%2C%22analysisMetrics%22%3A%5B%7B%22id%22%3A%22mean%22%2C%22label%22%3A%22Average%22%2C%22chartLabel%22%3A%22Average%22%2C%22themeColor%22%3A%22infographicB%22%7D%5D%7D%7D%5D&taxonomy=%7B%7D&search=&date=2021-12-01T05%3A00%3A00.000Z

@hanbyul-here hanbyul-here merged commit b641b50 into main Sep 23, 2024
8 checks passed
sandrahoang686 added a commit that referenced this pull request Sep 25, 2024
## 🎉 Features
- [E&A] Implement colormap configurability
#1117
- [E&A] Feature flag colormap configurability
#1147
- Add font md size as 20px for new Design System
#1125
## 🚀 Improvements
- [E&A] Return default value of colormap along with other settings
#1128
- Create new raster paint layer module and factor out
BaseTimeseriesProps #1105
- Consolidate a place where to check linkProps
#1121
#1160
- Expose Data Catalog and update child components to pass in routing/nav
for library build #1096
#1159
- Set up eslint rule for no trailing spaces
#1146
- Replace cmr-stac with titiler-cmr
#1131
## 🐛 Fixes
- Update external link in top navigation target
#1145
- Update PageHeader/Nav to not throw
#1149
- [E&A] Fix to convert the time to usertzdate
#1151
- Use sourceparams as it is when it is there
#1148
- Fix compare label on block map
#1153
- Discard the previous sourceExclusive value to fix the case when the
datasets with different sourceExclusive can be selected together
#1161
- Show the name of the selected filter on story hub
#1161
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.

2 participants