-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9f82de2
commit 724d0d4
Showing
8 changed files
with
814 additions
and
62 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
import {Schema} from '../../types/Schema'; | ||
|
||
export const validResponses: Schema['responses'] = [ | ||
{ | ||
metadata: { | ||
sectionName: 'The property', | ||
autoAnswered: true, | ||
}, | ||
question: 'Is the property in London Borough of Southwark?', | ||
responses: [ | ||
{ | ||
value: 'Yes', | ||
}, | ||
], | ||
}, | ||
{ | ||
metadata: { | ||
policyRefs: [ | ||
{ | ||
text: 'Town and Country Planning Act 1990, Part 7, Section 191 & Section 192', | ||
}, | ||
], | ||
sectionName: 'About the project', | ||
}, | ||
question: 'What are you applying about?', | ||
responses: [ | ||
{ | ||
value: 'Proposed changes I want to make in the future', | ||
}, | ||
], | ||
}, | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.