Skip to content

Commit 20b83a0

Browse files
committed
chore: follow naming convention
1 parent 3649ea4 commit 20b83a0

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

  • packages/instrument-library/src/forms

packages/instrument-library/src/forms/enhanced-demographics-questionnaire/index.ts renamed to packages/instrument-library/src/forms/DNP_ENHANCED_DEMOGRAPHICS_QUESTIONNAIRE/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,7 @@ export default defineInstrument({
592592
language: ['en', 'fr'],
593593
internal: {
594594
edition: 1,
595-
name: 'ENHANCED_DEMOGRAPHICS_QUESTIONNAIRE'
595+
name: 'DNP_ENHANCED_DEMOGRAPHICS_QUESTIONNAIRE'
596596
},
597597
tags: {
598598
en: ['Demographics'],

packages/instrument-library/src/forms/general-consent-form/index.ts renamed to packages/instrument-library/src/forms/DNP_GENERAL_CONSENT_FORM/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export default defineInstrument({
1010
},
1111
internal: {
1212
edition: 1,
13-
name: 'GENERAL_CONSENT_FORM'
13+
name: 'DNP_GENERAL_CONSENT_FORM'
1414
},
1515
content: [
1616
{

packages/instrument-library/src/forms/happiness-questionnaire/index.ts renamed to packages/instrument-library/src/forms/DNP_HAPPINESS_QUESTIONNAIRE/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export default defineInstrument({
1111
},
1212
internal: {
1313
edition: 1,
14-
name: 'HAPPINESS_QUESTIONNAIRE'
14+
name: 'DNP_HAPPINESS_QUESTIONNAIRE'
1515
},
1616
content: {
1717
personalLifeSatisfaction: {

0 commit comments

Comments
 (0)