Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes missing strings, the odd bug and tasklist #18

Closed
wants to merge 33 commits into from
Closed

Conversation

j-maynard
Copy link
Collaborator

Following feedback from Nicole I've updated the task list with status information and left a comment on the function to generate the tasklist to generate this on the backend.

I've checked for missing error strings and added these in to the english translations file. The view dataset page has been tweaked so we can download the CSV files from the imports. This is useful for creating a better testing environment and will proves out that we can easily download CSVs from the Datalake via the backend to the frontend.

Following feedback from Nicole I've updated the task list with status
information and left a comment on the function to generate the tasklist
to generate this on the backend.

I've checked for missing error strings and added these in to the english
translations file.  The view dataset page has been tweaked so we can
download the CSV files from the imports.  This is useful for creating
a better testing environment and will proves out that we can easily
download CSVs from the Datalake via the backend to the frontend.
src/services/stats-wales-api.ts Dismissed Show dismissed Hide dismissed
archive?: string;
dimensions?: SingleLanguageDimension[];
revisions: RevisionDTO[];
datasetInfo?: DatasetInfoDTO;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is fine for now, but I think the "standard" use case is probably always single language, and the "special" use case would be to return multiple languages?

e.g. I'm nearly always in either en or cy, the only time I might want both at the same time is viewing or exporting the entire nested object?

Following feedback from Nicole I've updated the task list with status
information and left a comment on the function to generate the tasklist
to generate this on the backend.

I've checked for missing error strings and added these in to the english
translations file.  The view dataset page has been tweaked so we can
download the CSV files from the imports.  This is useful for creating
a better testing environment and will proves out that we can easily
download CSVs from the Datalake via the backend to the frontend.
@wheelsandcogs
Copy link
Collaborator

Closing for weirdness

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants