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

2979 - Metadata template and download should be consistent #4273

Open
wants to merge 5 commits into
base: development
Choose a base branch
from

Conversation

WillNigel23
Copy link
Collaborator

No description provided.

@WillNigel23 WillNigel23 linked an issue Aug 14, 2024 that may be closed by this pull request
@WillNigel23 WillNigel23 force-pushed the 2979-metadata-template-and-download-should-be-consistent branch from 161641a to 9ea4f00 Compare August 15, 2024 17:39
@WillNigel23 WillNigel23 force-pushed the 2979-metadata-template-and-download-should-be-consistent branch from 9ea4f00 to dd8fa30 Compare September 25, 2024 22:35
Copy link
Owner

@benwbrum benwbrum left a 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.

'*FromThePage ID*',
'FromThePage Title',
'FromThePage Description',
'FromThePage Identifier',
Copy link
Owner

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.

@benwbrum
Copy link
Owner

benwbrum commented Nov 6, 2024

Before upload:
Screenshot from 2024-11-06 07-39-55
After upload:
Screenshot from 2024-11-06 07-39-25

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.

Metadata template & download should be consistent
3 participants