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

Sorting and filtering of summary metadata #458

Closed
joe-crawford opened this issue Feb 2, 2022 · 1 comment · Fixed by #746
Closed

Sorting and filtering of summary metadata #458

joe-crawford opened this issue Feb 2, 2022 · 1 comment · Fixed by #746
Assignees
Labels
backend needed Issues requires further work in Mauro backend bug Something isn't working
Milestone

Comments

@joe-crawford
Copy link
Contributor

joe-crawford commented Feb 2, 2022

Description

When viewing summary metadata in the UI, individual results display as expected however they are listed in an arbitrary order and ordering and filtering based on the 'Name' does not work.

Steps to reproduce

  • Import example data model with summary metadata as JSON by using JSON DataModel Importer in UI: example-summary-metadata.json.txt (may need to remove .txt extension)
  • Open the imported data model and select either of the imported data classes.
  • Select the Data tab in the UI.
  • Attempt to sort by Name by clicking on arrow or filter by clicking on filter icon.

Expected behavior

  • Filtering and sorting summary metadata by name should be possible.

Screenshots

Example of attempt to filter by name:
Screen Shot 2022-02-02 at 16 50 14
explain your problem.

Environment

Desktop

Please complete the following information:

  • OS: macOS
  • Browser: Chrome 97

Additional context

Tested using latest develop of mdm-core, mdm-ui, mdm-resources.

@joe-crawford joe-crawford added the bug Something isn't working label Feb 2, 2022
@jamesrwelch jamesrwelch moved this to Backlog in MDM State Mar 7, 2022
@NigelPalmer NigelPalmer moved this from Backlog to Fix for next release in MDM State Jan 30, 2023
@pjmonks pjmonks self-assigned this Jan 30, 2023
@pjmonks pjmonks moved this from Fix for next release to In Progress in MDM State Jan 30, 2023
@pjmonks pjmonks added the backend needed Issues requires further work in Mauro backend label Jan 30, 2023
@pjmonks
Copy link
Contributor

pjmonks commented Jan 30, 2023

This bug is actually because the endpoints for fetching the summary metadata list do not support filtering and sorting. I have created MauroDataMapper/mdm-core#389 to be completed first before this issue can be fixed.

@pjmonks pjmonks moved this from In Progress to Open PR in MDM State Jan 31, 2023
pjmonks added a commit that referenced this issue Feb 1, 2023
- Initial sort order set
- Disable sort actions when filters are active
jamesrwelch added a commit that referenced this issue Feb 6, 2023
gh-458 Fix summary metadata table to support filters and sorting
@github-project-automation github-project-automation bot moved this from Open PR to Merged to Develop / Waiting to release in MDM State Feb 6, 2023
@pjmonks pjmonks added this to the 7.3.0 milestone Feb 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend needed Issues requires further work in Mauro backend bug Something isn't working
Projects
Status: Merged to Develop / Waiting to release
Development

Successfully merging a pull request may close this issue.

2 participants