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

Feat/explorer project filters #576

Merged
merged 18 commits into from
Sep 30, 2019
Merged

Feat/explorer project filters #576

merged 18 commits into from
Sep 30, 2019

Conversation

ZakirG
Copy link
Contributor

@ZakirG ZakirG commented Sep 26, 2019

This ticket is to resolve https://ctds-planx.atlassian.net/browse/PXP-4233

New Features

Breaking Changes

Bug Fixes

Improvements

  • Commons admins can specify a selectedValues filter using the adminAppliedPreFilters field in a portal config file using Guppy syntax. The filter is applied to to the records displayed before any user-applied filters, and can be specified independently in the dataExplorerConfig and fileExplorerConfig blocks. Example:
"adminAppliedPreFilters": {
      "project_id": { 
        "selectedValues": ["jnkns-jenkins"]
      }
    }

Dependency updates

  • Requires Guppy 0.3.6

Deployment changes

  • New optional portal config field called adminAppliedPreFilters. Goes in data/config/*.json.

Copy link
Collaborator

@mfshao mfshao left a comment

Choose a reason for hiding this comment

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

👍

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