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

CSV exports #1020

Merged
merged 5 commits into from
Nov 8, 2024
Merged

CSV exports #1020

merged 5 commits into from
Nov 8, 2024

Commits on Nov 7, 2024

  1. refactor: remove wrapper functions for services

    In the details view, expose the service object directly.
    
    This will make it easier to add CSV representations.
    MatMoore committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    1302c2e View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

  1. Configuration menu
    Copy the full SHA
    4fccede View commit details
    Browse the repository at this point in the history
  2. feat: add button for csv downloads

    Use the secondary button style, as this is not a call to action, and
    neither is it a link to another page.
    MatMoore committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    c572030 View commit details
    Browse the repository at this point in the history
  3. fixup: remove primary key from csv

    We don't show this in the UI because it's not populated reliably, so
    we shouldn't included it in the csv either.
    MatMoore committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    efcf56c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9830cd9 View commit details
    Browse the repository at this point in the history