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

Do not pass initial position at all if there is none #687

Merged
merged 1 commit into from
Oct 6, 2023

Conversation

hanbyul-here
Copy link
Collaborator

@hanbyul-here hanbyul-here commented Sep 28, 2023

fix the bug where we pass initialPosition prop even when there is none defined by an editor.

@netlify
Copy link

netlify bot commented Sep 28, 2023

Deploy Preview for veda-ui ready!

Name Link
🔨 Latest commit b13279b
🔍 Latest deploy log https://app.netlify.com/sites/veda-ui/deploys/6515fc76e8a87a0008c22fa1
😎 Deploy Preview https://deploy-preview-687--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.

@hanbyul-here hanbyul-here changed the base branch from ghg to main October 3, 2023 18:02
@nerik
Copy link
Contributor

nerik commented Oct 5, 2023

@hanbyul-here Do you need a review here? Should this be merged into ghg ?

@hanbyul-here hanbyul-here changed the base branch from main to ghg October 5, 2023 14:42
@hanbyul-here hanbyul-here requested a review from nerik October 5, 2023 14:46
@hanbyul-here
Copy link
Collaborator Author

yeah thank you @nerik .
Context: This bug was preventing to use default spatial extent for BlockMap, I worked around it by setting a zoom, center in this pr : https://github.com/NASA-IMPACT/veda-config-ghg/pull/183/files

@hanbyul-here hanbyul-here merged commit f04141a into ghg Oct 6, 2023
7 checks passed
@hanbyul-here hanbyul-here deleted the fix/initialposition branch October 6, 2023 12:40
@hanbyul-here hanbyul-here mentioned this pull request Oct 9, 2023
hanbyul-here added a commit that referenced this pull request Oct 12, 2023
## This PR, merged to `ghg`

### Features

- Analysis define
  - New step-by-step layout and various UI tweaks
  - Added sticky footer, moved submit and cancel buttons there
  - Added an AoI preset for North America
- Datasets are not filtered from `/collections` metadata (spatial,
temporal extent)
  - Dates are now set by default to 2018 - 2022
  - Replaced date presets with "2018 - 2022" and "last 10 years"
  - Date selection not possible anymore before 01-01-1980
- Prevent users from selecting datasets when time range selected would
mean fetching too many STAC items
- Analysis results page: set a hardcoded limit on the number of items
that can be requested as a failsafe mechanism for ☝️

### Bugfixes

- Removed logs in production
(US-GHG-Center/veda-config-ghg#152)
- Temporary fix of critical error encoutered during demos
(#680)
- Remove Shadow Scroll as a preventative method for
(#691)
- Check only day level equity to validate dates
(#676)
- Remove unneded attributes
(#694)
- BlockMap initial position error
(#687)

### Copy changes
- [Updated define
copy](f1e7171)
- [Disclaimer on results
page](54cf01e)


--- 

## Other PRs, merged to `main`

### Added in veda UI but made configurable (so not affecting
veda-config):
- #673
- #665
- #664

### Bugfixes
- #672
- #670 /
#666
- #662
- #691
- #650
- #676
- #694
- #687
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