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

🚀 Deploy to production: v5.10.0 and two new stories #491

Merged
merged 43 commits into from
Nov 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
26843c7
fixed block with interactive soil map
acblackford Sep 23, 2024
2313121
removed display flex calls from blocks
acblackford Sep 23, 2024
1309ff8
moved svi stuff to scrollytelling
acblackford Sep 23, 2024
8fc0b64
fixed some scrollytelling centers, counties still to add
acblackford Sep 23, 2024
09a7ffd
fixed scrollytelling map zoom and centers
acblackford Sep 24, 2024
096a1ec
changed county cards in scrollytelling to socioeconomic svi data
acblackford Sep 24, 2024
c7df886
added updated age trend plot
acblackford Sep 24, 2024
285f790
added caption to new figure
acblackford Sep 24, 2024
f90c3e7
fixing indents on new image call
acblackford Sep 24, 2024
13ea1e5
Update stories/black-belt-climate-ej.stories.mdx
anayeaye Sep 24, 2024
57234e6
Adjust image size
hanbyul-here Sep 25, 2024
315468b
trying to fix image size in scrollytelling
acblackford Sep 30, 2024
e266083
added improved figures, made content changes, and addressed comments
mahineelam Sep 30, 2024
dd95c95
right images
mahineelam Sep 30, 2024
2b170f7
text edits
mahineelam Sep 30, 2024
70306c5
error fixed
mahineelam Sep 30, 2024
df08c7f
changes
mahineelam Sep 30, 2024
6655cf4
CHANGES
mahineelam Sep 30, 2024
328d69e
svi_changes
mahineelam Sep 30, 2024
0d85995
rearrange text
mahineelam Sep 30, 2024
ef17673
fix image
mahineelam Sep 30, 2024
42bfc19
fix image
mahineelam Sep 30, 2024
3bcebd7
fix block
mahineelam Sep 30, 2024
d8b9515
image width
mahineelam Sep 30, 2024
994688a
minor fixes
mahineelam Oct 1, 2024
cabd4f8
error fixed
mahineelam Oct 1, 2024
e8eb844
units and text
mahineelam Oct 2, 2024
86e238f
fixed DOI in paper
acblackford Oct 2, 2024
e0a686a
text changes
mahineelam Oct 24, 2024
89444b4
Add back soil texture dataset and black belt story
sandrahoang686 Oct 31, 2024
7077118
update soil texture collection ids, asset names, and colormap_name
anayeaye Nov 4, 2024
6cf9554
remove black belt story to add back in pr #446
anayeaye Nov 5, 2024
0d53cc1
correction
mahineelam Nov 5, 2024
12803a3
Update publication date to Nov 11
jerikac Nov 7, 2024
033c966
Update PULL_REQUEST_TEMPLATE.md
aboydnw Nov 7, 2024
b93346b
Update Pr template and dev doc re: updating ui
hanbyul-here Nov 11, 2024
2342140
Typo
dzole0311 Nov 11, 2024
dd2e80c
Merge pull request #486 from NASA-IMPACT/update-pr-template
aboydnw Nov 11, 2024
3e925c7
Update Veda UI to v5.10.0
AliceR Nov 12, 2024
975c956
Merge branch 'develop' into black-belt
dzole0311 Nov 12, 2024
8f88573
Merge pull request #477 from NASA-IMPACT/add/add-back-soil-texture
dzole0311 Nov 12, 2024
349fafc
Merge pull request #446 from NASA-IMPACT/black-belt
dzole0311 Nov 12, 2024
d9a125a
Merge pull request #490 from NASA-IMPACT/release/v5.10.0
AliceR Nov 13, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 20 additions & 5 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,22 @@
<!-- -----------^ Click "Preview" for a functional view! -->
## PR Checklists
(Select the checklist that applies to your PR)

## Why are you creating this Pull Request?
### Adding a Dataset Overview:
- [ ] Dataset is available in the production VEDA STAC
- [ ] Production STAC url is referenced in the dataset overview
- [ ] All metadata, including those for the E&A page, is completed in the mdx file
- [ ] Any images are compressed, ideally <500 KB
- [ ] At least one code owner has reviewed the PR

- [Adding Datasets or Stories](?title=Content%3A%20%3Cname%3E&expand=1&template=content.md)
- [Version Release](?title=Deploy%20vX.X.X&expand=1&template=version_release.md)
- [Other](?expand=1&template=default.md)
### Adding a Data Story:
- [ ] Any data referenced in the story is already published to VEDA STAC and referenced in a separate dataset overview page (prior to merging or as part of the same PR)
- [ ] All metadata is completed in the mdx file
- [ ] Any images are compressed, ideally <500 KB
- [ ] Published Date is as close to the actual release date as possible (work with veda-ui team to determine potential release date when story is close to ready)
- [ ] At least one code owner has reviewed the PR

### Updating VEDA-UI
- [ ] Confirmed that [updating the `veda-ui` submodule](https://github.com/NASA-IMPACT/veda-config/blob/main/docs/DEVELOPMENT.md#development) is needed.
- [ ] Ensured that the correct version of veda-ui is being used
- [ ] Reviewed the veda-ui changelogs for relevant updates
- [ ] Tested that the changes work as expected with the current instance configuration
2 changes: 1 addition & 1 deletion .veda/ui
Submodule ui updated 40 files
+7 −10 .eslintrc
+1 −1 .github/workflows/checks.yml
+40 −26 app/scripts/components/common/banner/index.tsx
+17 −26 app/scripts/components/common/card/horizontal-info-card.tsx
+81 −70 app/scripts/components/common/card/index.tsx
+85 −57 app/scripts/components/common/catalog/catalog-card.tsx
+1 −1 app/scripts/components/common/catalog/catalog-content.tsx
+264 −1 app/scripts/components/common/catalog/utils.test.ts
+57 −1 app/scripts/components/common/catalog/utils.ts
+49 −19 app/scripts/components/common/cookie-consent/cookieConsent.spec.js
+115 −68 app/scripts/components/common/cookie-consent/index.tsx
+21 −0 app/scripts/components/common/cookie-consent/utils.test.ts
+31 −1 app/scripts/components/common/cookie-consent/utils.ts
+14 −11 app/scripts/components/common/featured-slider-section.tsx
+29 −41 app/scripts/components/common/layout-root/index.tsx
+3 −1 app/scripts/components/common/map/controls/aoi/preset-selector.tsx
+1 −1 app/scripts/components/common/page-header/default-config.ts
+1 −1 app/scripts/components/common/page-header/nav-menu-item.tsx
+0 −0 app/scripts/components/common/page-header/types.ts
+15 −27 app/scripts/components/common/related-content.tsx
+7 −9 app/scripts/components/common/smart-link.tsx
+13 −0 app/scripts/components/common/types.d.ts
+3 −1 app/scripts/components/exploration/components/map/analysis-message-control.tsx
+8 −5 app/scripts/components/home/featured-stories.tsx
+0 −2 app/scripts/components/sandbox/cards/index.js
+151 −137 app/scripts/components/stories/hub/hub-content.tsx
+8 −1 app/scripts/index.ts
+7 −1 app/scripts/types/veda.ts
+1 −2 app/scripts/utils/url.ts
+62 −0 docs/adr/003-design-system-change.md
+13 −0 docs/content/CONFIGURATION.md
+14 −0 docs/development/SETUP.md
+2 −1 docs/development/STYLE_GUIDE.md
+1 −1 mock/stories/external-link-example.stories.mdx
+1 −1 package.json
+6 −1 parcel-resolver-veda/index.d.ts
+21 −3 parcel-resolver-veda/index.js
+1 −1 test/playwright/pages/explorePage.ts
+78 −0 test/playwright/tests/exploreAoi.spec.ts
+1 −0 tsconfig.json
Loading
Loading