data-curator
data-curator copied to clipboard
Data Curator - share usable open data
### Desired Behaviour As described in the [acceptance test](https://app.cucumber.pro/projects/data-curator/documents/branch/develop/test/features/tools/publish-data-package.feature): - use the Default Publishing Platform (e.g. CKAN) and the API URL values from Set Preferences - prompt for a datapackage.zip...
In #986 and release, 1.2.0-beta, we introduced export Data Properties to JSON. This is the work to supplement that by allowing users to also export individual Table properties to json.
In #987 and release, 1.2.0-beta, we introduced opening Data Properties from JSON. There is some initial code in place (but incomplete) to open table properties from file (https://github.com/qcif/data-curator/blob/develop/src/main/loadFrictionless.js#L25-L36), but this...
In #987 and release, 1.2.0-beta, we introduced opening Data Properties from JSON. Most of the boilerplate is in place, just need to also include opening from file.
Bumps [electron-debug](https://github.com/sindresorhus/electron-debug) from 1.5.0 to 3.1.0. Release notes Sourced from electron-debug's releases. v3.1.0 Add support for new session extension handling in Electron 9 (#80) 212552f https://github.com/sindresorhus/electron-debug/compare/v3.0.1...v3.1.0 v3.0.1 Correctly remember the...
Bumps [spectron](https://github.com/electron/spectron) from 4.0.0 to 11.0.0. Release notes Sourced from spectron's releases. v11.0.0 Updated to Electron v9.0.0 v10.0.1 No release notes provided. v9.0.0 Add support for Electron 7.0.x line v8.0.0...
Bumps [electron](https://github.com/electron/electron) from 2.0.18 to 9.0.0. Release notes Sourced from electron's releases. electron v9.0.0 Release Notes for 9.0.0 Stack Upgrades Chromium v83.0.4103.50 v81 blog post v82 was skipped v83 blog...
At the moment Data Curator handles new vs old data by just opening new tabs whenever new data comes in. This can be awkward for importing a Data Package which...
Bumps [xlsx](https://github.com/SheetJS/js-xlsx) from 0.13.5 to 0.16.1. Changelog Sourced from xlsx's changelog. CHANGELOG This log is intended to keep track of backwards-incompatible changes, including but not limited to API changes and...
### Current Behaviour (for problems) When I open a data package zip file from my local drive, everything appears to work fine however an extra empty tab that was not...