-
Notifications
You must be signed in to change notification settings - Fork 51
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
2979 - Metadata template and download should be consistent #4273
base: development
Are you sure you want to change the base?
2979 - Metadata template and download should be consistent #4273
Conversation
161641a
to
9ea4f00
Compare
9ea4f00
to
dd8fa30
Compare
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.
On testing, @saracarl and I noticed these things that need to be changed:
- We should move the metadata upload processing to a background task, since it takes a very very long time for large collections.
- Some fields which are internal to FromThePage (work slug, document set) are now appearing in the About tab for a work if we update them. These should not be processed the same way that non-metadata fields are, and should not appear in About.
app/models/metadata.rb
Outdated
'*FromThePage ID*', | ||
'FromThePage Title', | ||
'FromThePage Description', | ||
'FromThePage Identifier', |
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.
"FromThePage Identifier" is actually an identifier that's user-entered and refers to an ID in some kind of external system. (I think we call it External ID in the database).
Let's change this to Identifier
, since we don't want people to think that we use this for internal logic.
No description provided.