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

Issues/swodlr UI 72 essential UI bug fixes #87

Merged
merged 7 commits into from
Feb 8, 2024

Conversation

jbyrne6
Copy link
Contributor

@jbyrne6 jbyrne6 commented Feb 8, 2024

Changes

In this PR are bug fixes for the following bug fixes. The corresponding github issue for this PR is #72.

  1. When generating products using map spatial search option (BBOX), various warnings display while scenes are being retrieved / added (“The scenes entered are not available.” “Some scenes entered are not available.“)
  2. (2) ‘Configure Products’ should not be an option after adding scenes in UI, as this configuration already occurred via Select Scene ‘Configure Options’ (top of the Customization page in UI)
  3. Customization page in UI - user unable to delete Added Scenes. When refreshing the page after added scenes removed/deleted, the deleted scenes re-appear in SWODLR UI FIX: remove url param when deleting from table
  4. Customization page in UI - Map sizing issues. The size of map should remain in place. The Map in UI should not randomly re-size (e.g., after sizing, and navigating through menus, and back to customization page w/ map or when refreshing the page)
  5. ‘My Data’ page in UI: (user only can only view / display 10 rows of generated data in UI) Generated Products Data do not retain in UI (Should pagination or page numbers be Implemented ?)
  6. ‘Configure Options / Products’ page - advanced options ‘Scenes to Customize’ - User unable to toggle or select all of the row options for UTM Zone Adjust or MGRS Band Adjust
  7. Tutorial modal does now start when you click the Tutorial navbar button when on certain pages.

@jbyrne6 jbyrne6 added the bug Something isn't working label Feb 8, 2024
@jbyrne6 jbyrne6 self-assigned this Feb 8, 2024
src/components/app/App.tsx Outdated Show resolved Hide resolved
src/components/sidebar/GranuleSelectionView.tsx Outdated Show resolved Hide resolved
src/components/tutorial/tutorialConstants.ts Outdated Show resolved Hide resolved
@frankinspace frankinspace merged commit 61193a6 into release/1.0.0 Feb 8, 2024
4 checks passed
@frankinspace frankinspace deleted the issues/swodlr-ui-72-essential-fixes branch February 8, 2024 17:52
cqbanh added a commit that referenced this pull request Mar 27, 2024
* /version v1.0.0-rc.1

* /version v1.0.0-rc.2

* Pull in recent changes to 1.0.0

* /version v1.0.0-rc.3

* Fix umm-t record

* /version v1.0.0-rc.4

* Fix umm-t record

* /version v1.0.0-rc.5

* Fix umm-t record

* /version v1.0.0-rc.6

* /version v1.0.0-rc.7

* issue/manual-granule-input-hotfix: fixed how ranged of scenes are processed (#86)

Co-authored-by: jbyrne <[email protected]>

* Issues/swodlr UI 72 essential UI bug fixes (#87)

* issues/swodlr-ui-72: fix cps url params bug

* issues/swodlr-ui-72

* issues/swodlr-ui-75: fixed a couple bugs

* issues/swodlr-ui-72: fixed map movement, adjust options, data page limit, etc

* issues/swodlr-ui-72: changed spatial search beginning date in range

* issues/swodlr-ui-72-essential-fixes: cleaned up comments

---------

Co-authored-by: jbyrne <[email protected]>

* /version v1.0.0-rc.8

* Deploying

* Update build.yml - OPS environment variable for release

* Update build.yml - add OPS choice

* /version 1.0.0

* Update build.yml - check for staged changes

* Deploying

* Update build.yml - checks if tag exists

* Update build.yml - check for tag on remote

* Update build.yml - replace tag if exists

* Update build.yml - trying force tag

* Update build.yml - allow release update

* Deploying

* Issues/swodlr UI final fixes - bug fixed before version 1.0 release (#91)

* issues/swodlr-ui-final-fixes: fixed spatial search speed and tutorial back fix

* issues/swodlr-ui-final-fixes: fixed spinner, 10 limit, tutorial, map on reload

* issues/swodlr-ui-final-fixes: fixed delete bug and added success alert for generation

* issues/swodlr-ui-final-fixes: made alert message for search area too large

* issues/swodlr-ui-final-fixes: changed search area too large message

* issues/swodlr-ui-final-fixes: start search polygon url param

* issues/swodlr-ui-final-fixed: removed skip from tutorial, added copy/download tooltips product url

* issues/swodlr-ui-final-fixes: added tutorial close confirmation modal

* issues/swodlr-ui-final-fixes: added cmr SWOT collection permissions check

* issues/swodlr-ui-final-fixes: made cmr permissions alert conditional

* issues/swodlr-ui-final-fixes: fixed tutorial back error and no data history tutorial error

---------

Co-authored-by: jbyrne <[email protected]>

---------

Co-authored-by: frankinspace <[email protected]>
Co-authored-by: Frank Greguska <[email protected]>
Co-authored-by: Jonathan M Smolenski <[email protected]>
Co-authored-by: jonathansmolenski <[email protected]>
Co-authored-by: Jimmy <[email protected]>
Co-authored-by: jbyrne <[email protected]>
Co-authored-by: cqbanh <[email protected]>
viviant100 pushed a commit that referenced this pull request Apr 23, 2024
* /version v1.0.0-rc.1

* /version v1.0.0-rc.2

* Pull in recent changes to 1.0.0

* /version v1.0.0-rc.3

* Fix umm-t record

* /version v1.0.0-rc.4

* Fix umm-t record

* /version v1.0.0-rc.5

* Fix umm-t record

* /version v1.0.0-rc.6

* /version v1.0.0-rc.7

* issue/manual-granule-input-hotfix: fixed how ranged of scenes are processed (#86)

Co-authored-by: jbyrne <[email protected]>

* Issues/swodlr UI 72 essential UI bug fixes (#87)

* issues/swodlr-ui-72: fix cps url params bug

* issues/swodlr-ui-72

* issues/swodlr-ui-75: fixed a couple bugs

* issues/swodlr-ui-72: fixed map movement, adjust options, data page limit, etc

* issues/swodlr-ui-72: changed spatial search beginning date in range

* issues/swodlr-ui-72-essential-fixes: cleaned up comments

---------

Co-authored-by: jbyrne <[email protected]>

* /version v1.0.0-rc.8

* feature/swodlr-ui-71: added pagination

* feature/swodlr-ui-71: change pagination button color and fix index

* feature/swodlr-ui-71: make end pagination faster

* feature/swodlr-ui-71: rebase with develop

* feature/swodlr-ui-71: change pagination button color and fix index

* feature/swodlr-ui-71: make end pagination faster

* feature/swodlr-ui-71: add page numbers to pagination

* feature/swodlr-ui-71: made products per page in history 20

* feature/swodlr-ui-71: remove first and last pagination buttons

---------

Co-authored-by: frankinspace <[email protected]>
Co-authored-by: Frank Greguska <[email protected]>
Co-authored-by: Jonathan M Smolenski <[email protected]>
Co-authored-by: jonathansmolenski <[email protected]>
Co-authored-by: jbyrne <[email protected]>
viviant100 pushed a commit that referenced this pull request May 6, 2024
* /version v1.0.0-rc.1

* /version v1.0.0-rc.2

* Pull in recent changes to 1.0.0

* /version v1.0.0-rc.3

* Fix umm-t record

* /version v1.0.0-rc.4

* Fix umm-t record

* /version v1.0.0-rc.5

* Fix umm-t record

* /version v1.0.0-rc.6

* /version v1.0.0-rc.7

* issue/manual-granule-input-hotfix: fixed how ranged of scenes are processed (#86)

Co-authored-by: jbyrne <[email protected]>

* Issues/swodlr UI 72 essential UI bug fixes (#87)

* issues/swodlr-ui-72: fix cps url params bug

* issues/swodlr-ui-72

* issues/swodlr-ui-75: fixed a couple bugs

* issues/swodlr-ui-72: fixed map movement, adjust options, data page limit, etc

* issues/swodlr-ui-72: changed spatial search beginning date in range

* issues/swodlr-ui-72-essential-fixes: cleaned up comments

---------

Co-authored-by: jbyrne <[email protected]>

* /version v1.0.0-rc.8

* feature/swodlr-ui-101: add file name to footprint tooltip

---------

Co-authored-by: frankinspace <[email protected]>
Co-authored-by: Frank Greguska <[email protected]>
Co-authored-by: Jonathan M Smolenski <[email protected]>
Co-authored-by: jonathansmolenski <[email protected]>
Co-authored-by: jbyrne <[email protected]>
viviant100 pushed a commit that referenced this pull request May 30, 2024
…n button (#105)

* /version v1.0.0-rc.1

* /version v1.0.0-rc.2

* Pull in recent changes to 1.0.0

* /version v1.0.0-rc.3

* Fix umm-t record

* /version v1.0.0-rc.4

* Fix umm-t record

* /version v1.0.0-rc.5

* Fix umm-t record

* /version v1.0.0-rc.6

* /version v1.0.0-rc.7

* issue/manual-granule-input-hotfix: fixed how ranged of scenes are processed (#86)

Co-authored-by: jbyrne <[email protected]>

* Issues/swodlr UI 72 essential UI bug fixes (#87)

* issues/swodlr-ui-72: fix cps url params bug

* issues/swodlr-ui-72

* issues/swodlr-ui-75: fixed a couple bugs

* issues/swodlr-ui-72: fixed map movement, adjust options, data page limit, etc

* issues/swodlr-ui-72: changed spatial search beginning date in range

* issues/swodlr-ui-72-essential-fixes: cleaned up comments

---------

Co-authored-by: jbyrne <[email protected]>

* /version v1.0.0-rc.8

* feature/swodlr-ui-70: add my data filters

* feature/swodlr-ui-70: fix re-generation button

* feature/swodlr-ui-70: changed action buttons

* feature/swodlr-ui-70: changed filter css

* feature/swodlr-ui-70: add cycle pass scene input validation

* feature/swodlr-ui-70: fix href for nav links

* feature/swodlr-ui-70:

---------

Co-authored-by: frankinspace <[email protected]>
Co-authored-by: Frank Greguska <[email protected]>
Co-authored-by: Jonathan M Smolenski <[email protected]>
Co-authored-by: jonathansmolenski <[email protected]>
Co-authored-by: jbyrne <[email protected]>
viviant100 pushed a commit that referenced this pull request Jun 4, 2024
* /version v1.0.0-rc.1

* /version v1.0.0-rc.2

* Pull in recent changes to 1.0.0

* /version v1.0.0-rc.3

* Fix umm-t record

* /version v1.0.0-rc.4

* Fix umm-t record

* /version v1.0.0-rc.5

* Fix umm-t record

* /version v1.0.0-rc.6

* /version v1.0.0-rc.7

* issue/manual-granule-input-hotfix: fixed how ranged of scenes are processed (#86)

Co-authored-by: jbyrne <[email protected]>

* Issues/swodlr UI 72 essential UI bug fixes (#87)

* issues/swodlr-ui-72: fix cps url params bug

* issues/swodlr-ui-72

* issues/swodlr-ui-75: fixed a couple bugs

* issues/swodlr-ui-72: fixed map movement, adjust options, data page limit, etc

* issues/swodlr-ui-72: changed spatial search beginning date in range

* issues/swodlr-ui-72-essential-fixes: cleaned up comments

---------

Co-authored-by: jbyrne <[email protected]>

* /version v1.0.0-rc.8

* feature/demo-uwg-june2024: fix tutorial popup

* feature/demo-uwg-june2024: fix my data page loading bug

* feature/demo-uwg-june2024: fix my data page no data navigation

---------

Co-authored-by: frankinspace <[email protected]>
Co-authored-by: Frank Greguska <[email protected]>
Co-authored-by: Jonathan M Smolenski <[email protected]>
Co-authored-by: jonathansmolenski <[email protected]>
Co-authored-by: jbyrne <[email protected]>
viviant100 pushed a commit that referenced this pull request Jun 12, 2024
…110)

* /version v1.0.0-rc.1

* /version v1.0.0-rc.2

* Pull in recent changes to 1.0.0

* /version v1.0.0-rc.3

* Fix umm-t record

* /version v1.0.0-rc.4

* Fix umm-t record

* /version v1.0.0-rc.5

* Fix umm-t record

* /version v1.0.0-rc.6

* /version v1.0.0-rc.7

* issue/manual-granule-input-hotfix: fixed how ranged of scenes are processed (#86)

Co-authored-by: jbyrne <[email protected]>

* Issues/swodlr UI 72 essential UI bug fixes (#87)

* issues/swodlr-ui-72: fix cps url params bug

* issues/swodlr-ui-72

* issues/swodlr-ui-75: fixed a couple bugs

* issues/swodlr-ui-72: fixed map movement, adjust options, data page limit, etc

* issues/swodlr-ui-72: changed spatial search beginning date in range

* issues/swodlr-ui-72-essential-fixes: cleaned up comments

---------

Co-authored-by: jbyrne <[email protected]>

* /version v1.0.0-rc.8

* feature/demo-uwg-june2024: fix tutorial popup

* feature/demo-uwg-june2024: fix my data page loading bug

* feature/demo-uwg-june2024: fix my data page no data navigation

* feature/swodlr-ui-107: grey out some product customization options

* feature/swodlr-ui-107: added info alert about disabled parameter options

* feature/swodlr-ui-107: added feature not available tooltip

* feature/swodlr-ui-107: change feature not available alert message

---------

Co-authored-by: frankinspace <[email protected]>
Co-authored-by: Frank Greguska <[email protected]>
Co-authored-by: Jonathan M Smolenski <[email protected]>
Co-authored-by: jonathansmolenski <[email protected]>
Co-authored-by: jbyrne <[email protected]>
viviant100 pushed a commit that referenced this pull request Jun 12, 2024
* /version v1.0.0-rc.1

* /version v1.0.0-rc.2

* Pull in recent changes to 1.0.0

* /version v1.0.0-rc.3

* Fix umm-t record

* /version v1.0.0-rc.4

* Fix umm-t record

* /version v1.0.0-rc.5

* Fix umm-t record

* /version v1.0.0-rc.6

* /version v1.0.0-rc.7

* issue/manual-granule-input-hotfix: fixed how ranged of scenes are processed (#86)

Co-authored-by: jbyrne <[email protected]>

* Issues/swodlr UI 72 essential UI bug fixes (#87)

* issues/swodlr-ui-72: fix cps url params bug

* issues/swodlr-ui-72

* issues/swodlr-ui-75: fixed a couple bugs

* issues/swodlr-ui-72: fixed map movement, adjust options, data page limit, etc

* issues/swodlr-ui-72: changed spatial search beginning date in range

* issues/swodlr-ui-72-essential-fixes: cleaned up comments

---------

Co-authored-by: jbyrne <[email protected]>

* /version v1.0.0-rc.8

* feature/demo-uwg-june2024: fix tutorial popup

* feature/demo-uwg-june2024: fix my data page loading bug

* feature/demo-uwg-june2024: fix my data page no data navigation

* feature/swodlr-ui-107: grey out some product customization options

* feature/swodlr-ui-107: added info alert about disabled parameter options

* feature/swodlr-ui-107: added feature not available tooltip

* feature/swodlr-ui-107: change feature not available alert message

* feature/swodlr-ui-sci-orbiit-message: added message for only sci orbits

* feature/swodlr-ui-sci-orbit-message: update cycle to 1-399

---------

Co-authored-by: frankinspace <[email protected]>
Co-authored-by: Frank Greguska <[email protected]>
Co-authored-by: Jonathan M Smolenski <[email protected]>
Co-authored-by: jonathansmolenski <[email protected]>
Co-authored-by: jbyrne <[email protected]>
viviant100 pushed a commit that referenced this pull request Jun 13, 2024
* /version v1.0.0-rc.1

* /version v1.0.0-rc.2

* Pull in recent changes to 1.0.0

* /version v1.0.0-rc.3

* Fix umm-t record

* /version v1.0.0-rc.4

* Fix umm-t record

* /version v1.0.0-rc.5

* Fix umm-t record

* /version v1.0.0-rc.6

* /version v1.0.0-rc.7

* issue/manual-granule-input-hotfix: fixed how ranged of scenes are processed (#86)

Co-authored-by: jbyrne <[email protected]>

* Issues/swodlr UI 72 essential UI bug fixes (#87)

* issues/swodlr-ui-72: fix cps url params bug

* issues/swodlr-ui-72

* issues/swodlr-ui-75: fixed a couple bugs

* issues/swodlr-ui-72: fixed map movement, adjust options, data page limit, etc

* issues/swodlr-ui-72: changed spatial search beginning date in range

* issues/swodlr-ui-72-essential-fixes: cleaned up comments

---------

Co-authored-by: jbyrne <[email protected]>

* /version v1.0.0-rc.8

* feature/demo-uwg-june2024: fix tutorial popup

* feature/demo-uwg-june2024: fix my data page loading bug

* feature/demo-uwg-june2024: fix my data page no data navigation

* feature/swodlr-ui-107: grey out some product customization options

* feature/swodlr-ui-107: added info alert about disabled parameter options

* feature/swodlr-ui-107: added feature not available tooltip

* feature/swodlr-ui-107: change feature not available alert message

* feature/swodlr-ui-102: refactor footprint validation

* feature/swodlr-ui-102: optimized spatial search

* feature/swodlr-ui-102: cleaned up console log

* feature/swodlr-ui-102: add utm zone parameter

* feature/swodlr-ui-102: get grayed out config options merged in

---------

Co-authored-by: frankinspace <[email protected]>
Co-authored-by: Frank Greguska <[email protected]>
Co-authored-by: Jonathan M Smolenski <[email protected]>
Co-authored-by: jonathansmolenski <[email protected]>
Co-authored-by: jbyrne <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: ✅ Done
Development

Successfully merging this pull request may close these issues.

2 participants