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

Record the current list of publications (and their status) with each AI and Pure import #1090

Open
EricDurante opened this issue Jan 27, 2025 · 0 comments · May be fixed by #1098
Open

Record the current list of publications (and their status) with each AI and Pure import #1090

EricDurante opened this issue Jan 27, 2025 · 0 comments · May be fixed by #1098
Assignees

Comments

@EricDurante
Copy link
Collaborator

EricDurante commented Jan 27, 2025

We need to be able to easily detect when a publication record that has previously been imported into RMD has subsequently been removed from the import source (Activity Insight or Pure) so that we can then decide whether to remove that publication record from RMD. In order to accomplish this, we don't want to (or simply cannot) request the publication metadata directly from the Activity Insight or Pure APIs for each record since RMD contains hundreds of thousands of publication records. Instead, each time that we import publications from Activity Insight and Pure, we should cache the current list of publications that are available from each import source in RMD's database so that we can compare those lists to RMD's publication records later. In the case of Activity Insight, we also want to record the status (published, in-press, etc.) of the publications in its list at the time of each import.

The lists of import source publications should be associated with a record of the import itself. The record of the import should capture when each import process began and when it completed so that we know what lists of import source publications to use for comparison.

This is prerequisite for #944.

@EricDurante EricDurante self-assigned this Jan 27, 2025
@EricDurante EricDurante changed the title Record current list of publications (and their status) with each AI and Pure import Record the current list of publications (and their status) with each AI and Pure import Jan 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant