-
Notifications
You must be signed in to change notification settings - Fork 2
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
Results page UI improvements #20
Comments
- Add whitespace between download icon and links - Show schema version specified in uploaded data - Add full stop to "There were no ..." messages - Clarify download purpose and messages - Replace Valid* with Structure terminology Fixes for issue #20
[Done = In pull request/review]
Done
I've changed this to: Conversion of your (JSON) data into a spreadsheet format. The results can be seen below.
Please could you raise an issue on ocds review tool for that. Thanks
Done
These messages come from lower down the 'stack' in lib-cove/web and would need to be investigated as part of some different work on lib-cove (rather than oc4ids).
I am not sure cove currently has the ability to collate this. I will check with @kindly |
- Add whitespace between download icon and links - Show schema version specified in uploaded data - Add full stop to "There were no ..." messages - Clarify download purpose and messages - Replace Valid* with Structure terminology Fixes for issue #20
I used this for invalid data: https://gist.githubusercontent.com/pindec/4c09afc85bde80fb001a2360b7e7ee83/raw/80968a87891431b3d5cf606f144f99d2e0a1b471/validation_errors_oc4ids_package.json
"500"
instead of500
. It also means something will be printed to the screen for the empty string (""
instead of nothing).The text was updated successfully, but these errors were encountered: