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

ANMS_EXP_BLD_001 (Navigation) - Filtering #88

Closed
goldekt1 opened this issue Jul 2, 2024 · 0 comments · Fixed by #123
Closed

ANMS_EXP_BLD_001 (Navigation) - Filtering #88

goldekt1 opened this issue Jul 2, 2024 · 0 comments · Fixed by #123
Assignees
Labels
bug Something isn't working CRIT-4 Defect means software does not work as originally intended. testing v1.1b Testing results related to v1.1 revb test spec
Milestone

Comments

@goldekt1
Copy link

goldekt1 commented Jul 2, 2024

The transcoder log filter option does not execute as expected for ID strings. Filters on the string columns perform better.

Filtering on ID string
When using the filter option on the Build page for a transcoder log ID, the row with the input ID was not displayed. It appears rows with the input string was matched to the other 'string' columns. The ID column is an integer field, so it appears the ID column is not included in the search.

Filtering on URI
A URI was copied from the log and pasted into the search field with the last page displayed, (ari:/IANA:amp_agent/EDD.num_tbl_tpls). The page display was not reduced to the specified URI and it was noted no other pages could be accessed. It was noted all the rows for the displayed page were selected (5/page was tested).

Filtering on CBOR
The Cbor string 0xC11541050502252381871819410000 was copied and pasted in the search field. The log entries were reduced to those with the selected CBOR string. When another page was selected for the search, the correct page was displayed with the expected rows.

This issue is not critical, but the application rejects duplicate entries with no message to the user (issue reported previously). User effort could be reduced in having new controls rejected if the filter option results were accurate.

@goldekt1 goldekt1 added the testing v1.1b Testing results related to v1.1 revb test spec label Jul 2, 2024
@njbrunner njbrunner self-assigned this Aug 6, 2024
@BrianSipos BrianSipos added this to the ANMS v1.1.0 milestone Aug 13, 2024
@goldekt1 goldekt1 added the CRIT-4 Defect means software does not work as originally intended. label Aug 15, 2024
@njbrunner njbrunner linked a pull request Aug 21, 2024 that will close this issue
@BrianSipos BrianSipos added the bug Something isn't working label Aug 21, 2024
njbrunner added a commit that referenced this issue Aug 26, 2024
* 88: Added filtering transcoder log on transcoder log id

* 88: Fixed filtering transcoder log on input string and uri

* #5: Added active color to selected page indicator

* updated pageSizeChange to set page to 1

---------

Co-authored-by: Nicholas Brunner <nicholas.brunner@jhuapl.edu>
Co-authored-by: linkodm1 <david.linko@jhuapl.edu>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working CRIT-4 Defect means software does not work as originally intended. testing v1.1b Testing results related to v1.1 revb test spec
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

3 participants