Adicionar apps Document, Source, Reports + coletores de metadados#109
Merged
Conversation
…erge_production_dotenvs)
ab15601 to
991ddb6
Compare
991ddb6 to
9c1e382
Compare
This was
linked to
issues
May 2, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
O que esse PR faz?
Adiciona 3 novos apps Django:
document— modelo unificado de metadados para artigos, livros, capítulos, datasets e preprints. Serviços de upsert. Tasks Celery para sincronização diária.source— modelo para journals, livros, preprint servers e data repositories. Serviços de upsert e busca por ISSN/acronym.reports— modelos WeeklyLogReport, MonthlyLogReport, YearlyLogReport com percentuais calculados. Read-only no Wagtail admin.Adiciona também:
core/collectors/— 5 coletores: ArticleMeta, OPAC, Preprints (OAI-PMH), Dataverse, SciELO Books (CouchDB changes feed)document/tasks/— subpackage com tasks por fonte de dados + pipeline diáriometrics/wagtail_hooks.py— registro no menuRegistra os novos apps em
INSTALLED_APPSe atualiza o menu Wagtail.Onde a revisão poderia começar?
document/models.py— modelo Documentcore/collectors/scielo_books.py— coletor mais complexodocument/tasks/scielo_books.py— ingestão de booksComo este poderia ser testado manualmente?
Algum cenário de contexto que queira dar?
PR puramente aditivo. Depende do PR 1 (remoção de article/journal).
Screenshots
N/A
Quais são tickets relevantes?
N/A
Referências
N/A