Skip to content

IRSA-924: fix issues found in new image search #481

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

Merged
merged 5 commits into from
Oct 19, 2017

Conversation

loitly
Copy link
Contributor

@loitly loitly commented Oct 17, 2017

https://caltech-ipac.atlassian.net/browse/IRSA-924

  • add select/deselect all at the dataproduct(project) level
  • fix mission filter now that mission info is available
  • make count returns the number of dataproducts instead of dataset(images)
  • make CollapsiblePanel's header takes a string or a component.
  • make ImageSelect requires a way to register changeListener
  • add option to FormPanel to allow unmounted fields in the request
  • set NewImageSearchPanel to take unmounted fields
  • fix firefly-dev.html not showing images after embedded db merge
  • fix NewSearchPanel not submitting search after previous PR merge.

To test:
http://localhost:8080/firefly/firefly-dev.html

  • Image Concept
  • enter position, select dataset(s), then click search.

- add select/deselect all at the dataproduct(project) level
- fix mission filter now that mission info is available
- make count returns the number of dataproduct instead of bands(images)
- make CollapsiblePanel's header takes a string or a component.
- make ImageSelect requires a way to register changeListener
- fix firefly-dev.html not showing images
- add option to FormPanel to allow unmounted fields in the request
- set NewImageSearchPanel to take unmounted fields
@loitly loitly requested review from ejoliet and lznakano October 17, 2017 18:52
Copy link
Contributor

@lznakano lznakano left a comment

Choose a reason for hiding this comment

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

Great! It worked as expected.

Copy link
Contributor

@ejoliet ejoliet left a comment

Choose a reason for hiding this comment

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

Is awesome component! Filters works! and selecting dataset all bands also!!

I see couple of issues that i'm not sure if it's from the code or from the table we are curating.

  • some wavebands doesn't appear in filter
  • mission names are upper case but in the filter they are lower case, this shoud be consistent.
  • images request fail for newest added datasets (SEIP for example), i will into it but i guess is the web plot request in the json object not correcty set.
    I see 'null' values in the URL request:
    http://irsa.ipac.caltech.edu/IBE?table=null.null&POS=10.674300,40.865290&mcen&where=band_name+IN+%28%27IRAC1%27%29+AND+%22%27file_type%27%3Dscience+and+fname+like+%27%25.mosaic.fits%27%22

We should discuss that before merging.

@ejoliet
Copy link
Contributor

ejoliet commented Oct 18, 2017

Not priority/urgent, but I will also raise separate ticket to add a help anchor for tooltip and link to mission/dataset info

Copy link
Contributor

@ejoliet ejoliet left a comment

Choose a reason for hiding this comment

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

I've fixed the first 2 issues. The other one is been fixed.

@loitly loitly merged commit 0f8063a into dev Oct 19, 2017
@loitly loitly deleted the IRSA-924_cleanup_new_image_select branch October 19, 2017 00:03
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.

3 participants