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

Create the DataObject View (Step 4 of issue #1758) #2521

Merged
merged 5 commits into from
Sep 25, 2024

Commits on Sep 11, 2024

  1. Add view only mode to table editor

    Issue #1758
    robyngit committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    b84570d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    72b0634 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Modularize downloadWithCredentials in SolrResult

    - Separate out the logic for getting the data from DataONE from the logic for downloading that data onto the user's machine.
    - Allows us to use the same data fetching logic in other parts of the app, i.e. the DataONEObjectView.
    - Also separate out the logic for getting the file name.
    - Add a tests for the new functions
    
    Issue #1758
    robyngit committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    1f72aed View commit details
    Browse the repository at this point in the history
  2. Add a View for getting & displaying Data Objects

    - MVP, shows CSVs in a table (no other file types yet, no loading spinner, or error handling)
    - Ensure TableEditorView returns the view from render()
    
    Issue #1758
    robyngit committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    646cd14 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Configuration menu
    Copy the full SHA
    cb40d62 View commit details
    Browse the repository at this point in the history