Skip to content

Commit ee86464

Browse files
committed
Release v0.3.0.
1 parent 067472e commit ee86464

6 files changed

Lines changed: 16 additions & 6 deletions

File tree

lib/importer/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11

22
# Data Upload Design Kit
33

4-
## Description
5-
64
The Data Upload Design Kit makes it easier for users to upload data about many things at once by uploading a file without the need for hard-coded Excel spreadsheet templates. Designed to work with the [GOV.UK Prototype Kit](https://prototype-kit.service.gov.uk/), it makes it easier for service designers and developers to import spreadsheet data into their services.
75

86
The kit achieves this by empowering the user to choose which sheet and data to use, and which columns to map to the required output data in an easy to use and configurable way. The kit currently supports the upload of:

lib/importer/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/importer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@register-dynamics/importer",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/register-dynamics/data-import.git",

lib/importer/templates/select_sheet.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@ <h1 class="govuk-fieldset__heading">
1818
Which sheet do you wish to import?
1919
</h1>
2020
</legend>
21+
22+
<p class="govuk-body-l">
23+
Select the name of the sheet below which will give you the opportunity to confirm that
24+
it is the sheet containing the relevant data.
25+
</p>
26+
2127
<div class="govuk-radios" data-module="govuk-radios">
2228
{{ dudkSheetSelector({data: data}) }}
2329
</div>

prototypes/basic/app/views/select_sheet.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@ <h1 class="govuk-fieldset__heading">
1818
Which sheet do you wish to import?
1919
</h1>
2020
</legend>
21+
22+
<p class="govuk-body-l">
23+
Select the name of the sheet below which will give you the opportunity to confirm that
24+
it is the sheet containing the relevant data.
25+
</p>
26+
2127
<div class="govuk-radios" data-module="govuk-radios">
2228
{{ dudkSheetSelector({data: data}) }}
2329
</div>

prototypes/basic/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)