Janette Day
Janette Day
- As an anonymous user I can add feedback to datasets - As an anonymous user I can see a list of published feedback - As an anonymous user I...
### How to reproduce 1. add dummy content and index the site 2. confirm that `admin/config/search/search-api/index/dkan`shows 10/10 indexed. 2. add a new dataset 3. go to `admin/config/search/search-api/index/dkan` 4. notice that...
oh the guilt
React Component: https://www.npmjs.com/package/@sekmet/react-structured-data Add to the `` of dataset pages. Spec: https://developers.google.com/search/docs/data-types/dataset Create a component in services to build the and then import that into in a local component: ```...
after `dkan-harvest:revert` `dkan-harvest:deregister` and `drush queue-run orphan_reference_processor` - the **harvest_harvest_[id]_hashes** table remains in the db - ~~the **node_revision__field_data_type** table still full of records~~ - ~~the **node_revision__field_json_metadata** table still full of...
harvest source: ``` dkan-harvest:register '{"identifier":"baltimore","extract":{"type":"\\Harvest\\ETL\\Extract\\DataJson","uri":"https://data.baltimorecity.gov/data.json"},"transforms":["\\Drupal\\icma_content\\Harvest\\Transform\\Socrata"],"load":{"type":"\\Drupal\\dkan_harvest\\Load\\Dataset"}}' ``` http://localhost:8000/dataset/tgtv-wr5u ``` Warning: count(): Parameter must be an array or an object that implements Countable in Drupal\dkan_datastore\Storage\DatabaseTable->getSummary() (line 43 of /var/www/docroot/profiles/contrib/dkan2/modules/custom/dkan_datastore/src/Storage/DatabaseTable.php) #0 /var/www/docroot/core/includes/bootstrap.inc(587): _drupal_error_handler_real(2,...
## Transforms Add common transform classes to allow user to fine tune the results of the harvest. **Filters** Filters restrict the datasets imported by a particular field. For instance, if...
ref: 21364 ## QA Steps - [ ] Put site in DD [reference mode](https://dkan.ddev.site/admin/dkan/data-dictionary/settings) - [ ] Create a dataset without a DD - [ ] Go to the dataset...
## QA Steps - [ ] `dktl drush en metastore_entity -y` - [ ] go to `metadata/add` url and create an entity - [ ] navigate to `admin/structure/metadata/list`
When applying date formats defined in the data dictionary we are comparing the dictionary metadata to the query properties that have been sanitized, so we must also sanitize the metadata...