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: Show timeseries in harvest's data tab #1271

Merged
merged 17 commits into from
Mar 8, 2021
Merged

feat: Show timeseries in harvest's data tab #1271

merged 17 commits into from
Mar 8, 2021

Commits on Mar 4, 2021

  1. Configuration menu
    Copy the full SHA
    6e96539 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3411ce0 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2021

  1. Configuration menu
    Copy the full SHA
    b96518e View commit details
    Browse the repository at this point in the history
  2. feat: Doctype to datacard is passed as prop

    This way, each application can choose which data card are displayed
    in harvest. This is helpful since data cards can require large deps
    like leaflet.
    ptbrowne committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    558a011 View commit details
    Browse the repository at this point in the history
  3. feat: Move datacards to an easy to import folder

    Apps will import datacards directly, the import path needs to be short
    and clear
    ptbrowne committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    a28a73b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9bd3b76 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    716d0c1 View commit details
    Browse the repository at this point in the history
  6. test: Fix datacards tests

    Mock konnectors need an attributes attr since it is used in the DataTab
    ptbrowne committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    5815a4d View commit details
    Browse the repository at this point in the history
  7. chore: Lint

    ptbrowne committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    cda936c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9d9f4e2 View commit details
    Browse the repository at this point in the history
  9. feat: Add loading skeletons when geo data is being fetched

    This helps to have the content not jump when the timeseries have been
    fetched
    ptbrowne committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    e3139df View commit details
    Browse the repository at this point in the history
  10. feat: Add title + caption

    ptbrowne committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    656b546 View commit details
    Browse the repository at this point in the history
  11. test: Update test

    ptbrowne committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    f3121e1 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    89929fa View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    080fc8b View commit details
    Browse the repository at this point in the history
  14. chore: Lint

    ptbrowne committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    7cea2cb View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    5b627a9 View commit details
    Browse the repository at this point in the history