-
Notifications
You must be signed in to change notification settings - Fork 4
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
Tdrd 475 document the backend flow of metadata upload #204
Tdrd 475 document the backend flow of metadata upload #204
Conversation
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.
Thanks for documenting this. Some comments on the ADR.
In addition can you add the diagram to this MD document as per the othe diagrams, with a brief explanation of the it: https://github.com/nationalarchives/tdr-dev-documentation/blob/master/beta-architecture/beta-architecture.md
@@ -0,0 +1,31 @@ | |||
# 35. Metadata CSV Validation |
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.
Could you make this specific to the UTF-8 validation only.
|
||
## Structure and integrity checks | ||
|
||
1. **Virus check**: All files uploaded to TDR are checked for viruses using the virus check lambda |
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.
Don't need to mention the virus check as this is only about the UTF-8 validation
architecture-decision-records/0035-metadata-csv-utf-8-file-validation.md
Show resolved
Hide resolved
architecture-decision-records/0035-metadata-csv-utf-8-file-validation.md
Show resolved
Hide resolved
@@ -82,3 +82,8 @@ The reference generator service will be used to assign citeable references. | |||
for this to be a developer task, even though eventually we might build an | |||
admin UI or integrate with the planned catalogue API | |||
* Data stored in the export bucket can be transferred to the preservation system | |||
|
|||
## Metadata Validation |
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.
Thanks for adding this
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.
Looks good. Thanks
Also added an ADR to detail CSV file integrity validation