-
Notifications
You must be signed in to change notification settings - Fork 0
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
Conversation
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.
Update the frontend to match the backend
Add new env vars to deploy
src/dtos2/single-language/dataset.ts
Outdated
archive?: string; | ||
dimensions?: SingleLanguageDimension[]; | ||
revisions: RevisionDTO[]; | ||
datasetInfo?: DatasetInfoDTO; |
There was a problem hiding this comment.
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.
…rontend into fix-bugs
Closing for weirdness |
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.