-
-
Notifications
You must be signed in to change notification settings - Fork 28
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
Final misc. tasks to support data previews (Step 6 of issue #1758) #2523
Commits on Sep 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9088638 - Browse repository at this point
Copy the full SHA 9088638View commit details -
Add a download button to the data object view
- Avoids inflating the download metrics, because the data has already been fetched. The download button simply triggers the download of the data file to the user's computer. - Separate out logic for downloading fetched blob in SolrResult so it can be used independently of the DataObjectView
Configuration menu - View commit details
-
Copy full SHA for d9f82b6 - Browse repository at this point
Copy the full SHA d9f82b6View commit details
Commits on Sep 18, 2024
-
Speed up rendering large tables in TableEditorView
- Instead of creating an empty table, then populating it, we now add table cell content as it's created - Instead of rendering the table in editing mode then removing editing elements if the table is in view-mode, we now render the table without editing elements if the table is in view-mode - Also use document fragment to append table rows to the table element, which is faster than appending each row individually Issue #1758
Configuration menu - View commit details
-
Copy full SHA for 4445212 - Browse repository at this point
Copy the full SHA 4445212View commit details -
Set max num of cells to display in TableEditorView
- Truncate data and show a message when the table is too large Issue #1758
Configuration menu - View commit details
-
Copy full SHA for 73fcc25 - Browse repository at this point
Copy the full SHA 73fcc25View commit details -
Row numbering & parsing fixes for TableEditorView
- Add row numbers to parsed data rather than assuming the first column is the row number - Handle parsing errors more gracefully - Don't show empty CSV lines as data rows - Allow multiple TableEditorView instances on the same page (Fix issues with dropdowns & unique IDs) - Fix issue with adding new rows & cols in editor mode Issue #1758
Configuration menu - View commit details
-
Copy full SHA for 26e7a58 - Browse repository at this point
Copy the full SHA 26e7a58View commit details -
Set supported file types & sizes in DataObjectView
- Show error message when file type is not supported or file size is too large Issue #1758
Configuration menu - View commit details
-
Copy full SHA for d213d71 - Browse repository at this point
Copy the full SHA d213d71View commit details -
Enable initializing DataObjectView w/ PID
Can now initialize DataObjectView with a object ID or SolrModel Issue #1758
Configuration menu - View commit details
-
Copy full SHA for 21a6e20 - Browse repository at this point
Copy the full SHA 21a6e20View commit details -
Configuration menu - View commit details
-
Copy full SHA for cc43393 - Browse repository at this point
Copy the full SHA cc43393View commit details -
Return response from Solr downloadWithCredentials
Fixes SolrResult test Fix a typo Issue #1758
Configuration menu - View commit details
-
Copy full SHA for 9580676 - Browse repository at this point
Copy the full SHA 9580676View commit details
Commits on Sep 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d2df808 - Browse repository at this point
Copy the full SHA d2df808View commit details
Commits on Sep 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 68ccbcc - Browse repository at this point
Copy the full SHA 68ccbccView commit details -
Configuration menu - View commit details
-
Copy full SHA for adc3fbf - Browse repository at this point
Copy the full SHA adc3fbfView commit details