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

Add date range filters to the search UI #2081

Merged
merged 5 commits into from
Jul 25, 2017
Merged

Commits on Jul 24, 2017

  1. Add datepicker javascrip library

    This will be used for the date range filters for BigCZ catalog search.
    Matthew McFarland committed Jul 24, 2017
    Configuration menu
    Copy the full SHA
    c2f6c01 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2017

  1. Allow catalog date range filters

    Adds UI elements for collecting start and end date filters and passes
    them along to the existing API endpoint using the pre-exisitng query
    string parameters.  Does some light validation to ensure that
    before < after, which would otherwise raise exceptions on the backend.
    Matthew McFarland committed Jul 25, 2017
    Configuration menu
    Copy the full SHA
    9918adc View commit details
    Browse the repository at this point in the history
  2. Improve format of WDC size error

    Uses formatted numbers and non-breaking spaces between the value and
    units.
    Matthew McFarland committed Jul 25, 2017
    Configuration menu
    Copy the full SHA
    06d533c View commit details
    Browse the repository at this point in the history
  3. Don't restrict catalog header text size

    The h2 element with the Data Source title on the search page had its
    size restricted by these css rules. Removing them allows the full
    element to be shown, as in other sidebar pages.
    Matthew McFarland committed Jul 25, 2017
    Configuration menu
    Copy the full SHA
    2c502c2 View commit details
    Browse the repository at this point in the history
  4. Add clear button to date filters

    When a date filter is given a value, a clear icon is added to the
    element for easy removal.
    Matthew McFarland committed Jul 25, 2017
    Configuration menu
    Copy the full SHA
    fc32018 View commit details
    Browse the repository at this point in the history