Skip to content

Commit

Permalink
Feature/data quality (#29)
Browse files Browse the repository at this point in the history
* add data quality

* update version

* update dq location
  • Loading branch information
timothypage authored Jun 29, 2023
1 parent 3eb06dd commit 0d8ddf3
Show file tree
Hide file tree
Showing 5 changed files with 39 additions and 19 deletions.
17 changes: 11 additions & 6 deletions dist/mdprofile.es.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ var full = {
alternateId: ['full'],
title: 'Full',
description: 'Every supported component',
version: '0.2.4',
version: '0.2.5-rc1',
components: {
record: {},
contact: {},
Expand Down Expand Up @@ -42,6 +42,11 @@ var full = {
target: 'record.show.edit.lineage',
tip: 'Information on the history of the resource.'
},
{
title: 'Data Quality',
target: 'record.show.edit.dataquality',
tip: 'Information about quality of the underlying resource data'
},
{
title: 'Taxonomy',
target: 'record.show.edit.taxonomy',
Expand Down Expand Up @@ -111,7 +116,7 @@ var basic = {
alternateId: ['basic'],
title: 'Basic',
description: 'A profile with the minimum recommended elements for discovery.',
version: '0.2.4',
version: '0.2.5-rc1',
components: {
record: {
main: {
Expand Down Expand Up @@ -514,7 +519,7 @@ var project = {
alternateId: ['project'],
title: 'Project',
description: 'Document a project',
version: '0.2.4',
version: '0.2.5-rc1',
components: {
record: {
main: {
Expand Down Expand Up @@ -763,7 +768,7 @@ var product = {
title: 'Product',
description:
'Document a product, typically a data product generated by a project',
version: '0.2.4',
version: '0.2.5-rc1',
components: {
record: {
main: {
Expand Down Expand Up @@ -1070,7 +1075,7 @@ var product = {
var schema = {
$schema: 'http://json-schema.org/draft-07/schema#',
$id: 'profile-schema',
version: '0.2.4',
version: '0.2.5-rc1',
type: 'object',
description: 'JSON schema for mdEditor profile definitions',
additionalProperties: false,
Expand Down Expand Up @@ -1177,7 +1182,7 @@ var schema = {

var pkg = {
name: 'mdprofiles',
version: '0.2.4',
version: '0.2.5-rc1',
description: 'Profiles for the mdEditor',
main: 'index.js',
module: 'dist/mdprofile.es.js',
Expand Down
17 changes: 11 additions & 6 deletions dist/mdprofile.umd.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
alternateId: ['full'],
title: 'Full',
description: 'Every supported component',
version: '0.2.4',
version: '0.2.5-rc1',
components: {
record: {},
contact: {},
Expand Down Expand Up @@ -51,6 +51,11 @@
target: 'record.show.edit.lineage',
tip: 'Information on the history of the resource.'
},
{
title: 'Data Quality',
target: 'record.show.edit.dataquality',
tip: 'Information about quality of the underlying resource data'
},
{
title: 'Taxonomy',
target: 'record.show.edit.taxonomy',
Expand Down Expand Up @@ -121,7 +126,7 @@
title: 'Basic',
description:
'A profile with the minimum recommended elements for discovery.',
version: '0.2.4',
version: '0.2.5-rc1',
components: {
record: {
main: {
Expand Down Expand Up @@ -524,7 +529,7 @@
alternateId: ['project'],
title: 'Project',
description: 'Document a project',
version: '0.2.4',
version: '0.2.5-rc1',
components: {
record: {
main: {
Expand Down Expand Up @@ -773,7 +778,7 @@
title: 'Product',
description:
'Document a product, typically a data product generated by a project',
version: '0.2.4',
version: '0.2.5-rc1',
components: {
record: {
main: {
Expand Down Expand Up @@ -1080,7 +1085,7 @@
var schema = {
$schema: 'http://json-schema.org/draft-07/schema#',
$id: 'profile-schema',
version: '0.2.4',
version: '0.2.5-rc1',
type: 'object',
description: 'JSON schema for mdEditor profile definitions',
additionalProperties: false,
Expand Down Expand Up @@ -1187,7 +1192,7 @@

var pkg = {
name: 'mdprofiles',
version: '0.2.4',
version: '0.2.5-rc1',
description: 'Profiles for the mdEditor',
main: 'index.js',
module: 'dist/mdprofile.es.js',
Expand Down
17 changes: 11 additions & 6 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ var full = {
alternateId: ['full'],
title: 'Full',
description: 'Every supported component',
version: '0.2.4',
version: '0.2.5-rc1',
components: {
record: {},
contact: {},
Expand Down Expand Up @@ -44,6 +44,11 @@ var full = {
target: 'record.show.edit.lineage',
tip: 'Information on the history of the resource.'
},
{
title: 'Data Quality',
target: 'record.show.edit.dataquality',
tip: 'Information about quality of the underlying resource data'
},
{
title: 'Taxonomy',
target: 'record.show.edit.taxonomy',
Expand Down Expand Up @@ -113,7 +118,7 @@ var basic = {
alternateId: ['basic'],
title: 'Basic',
description: 'A profile with the minimum recommended elements for discovery.',
version: '0.2.4',
version: '0.2.5-rc1',
components: {
record: {
main: {
Expand Down Expand Up @@ -516,7 +521,7 @@ var project = {
alternateId: ['project'],
title: 'Project',
description: 'Document a project',
version: '0.2.4',
version: '0.2.5-rc1',
components: {
record: {
main: {
Expand Down Expand Up @@ -765,7 +770,7 @@ var product = {
title: 'Product',
description:
'Document a product, typically a data product generated by a project',
version: '0.2.4',
version: '0.2.5-rc1',
components: {
record: {
main: {
Expand Down Expand Up @@ -1072,7 +1077,7 @@ var product = {
var schema = {
$schema: 'http://json-schema.org/draft-07/schema#',
$id: 'profile-schema',
version: '0.2.4',
version: '0.2.5-rc1',
type: 'object',
description: 'JSON schema for mdEditor profile definitions',
additionalProperties: false,
Expand Down Expand Up @@ -1179,7 +1184,7 @@ var schema = {

var pkg = {
name: 'mdprofiles',
version: '0.2.4',
version: '0.2.5-rc1',
description: 'Profiles for the mdEditor',
main: 'index.js',
module: 'dist/mdprofile.es.js',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mdprofiles",
"version": "0.2.4",
"version": "0.2.5-rc1",
"description": "Profiles for the mdEditor",
"main": "index.js",
"module": "dist/mdprofile.es.js",
Expand Down
5 changes: 5 additions & 0 deletions resources/profiles/full.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@
"target": "record.show.edit.lineage",
"tip": "Information on the history of the resource."
},
{
"title": "Data Quality",
"target": "record.show.edit.dataquality",
"tip": "Information about quality of the underlying resource data"
},
{
"title": "Taxonomy",
"target": "record.show.edit.taxonomy",
Expand Down

0 comments on commit 0d8ddf3

Please sign in to comment.