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

Ebooks: Import document_type from Cantook/eBibliomedia #3692

Closed
PascalRepond opened this issue May 29, 2024 · 0 comments · Fixed by #3693
Closed

Ebooks: Import document_type from Cantook/eBibliomedia #3692

PascalRepond opened this issue May 29, 2024 · 0 comments · Fixed by #3693
Assignees
Labels
enhancement Improvement of an existing feature

Comments

@PascalRepond
Copy link
Contributor

How it works

Some documents from eBibliomedia are audiobooks but are imported with the document type Book>eBook.

Improvement suggestion

Use the field media[0].nature from the imported data to determine if the document is an ebook or an audiobook.

If media[0].nature='audio': docmaintype_audio & docsubtype_audio_book

Else : docmaintype_book & docsubtype_e-book

@PascalRepond PascalRepond added the enhancement Improvement of an existing feature label May 29, 2024
@PascalRepond PascalRepond changed the title Ebooks: Import document_type from Cantook Ebooks: Import document_type from Cantook/eBibliomedia May 29, 2024
@PascalRepond PascalRepond moved this from Inbox to Product Backlog in RERO ILS issues May 29, 2024
@rerowep rerowep moved this from Product Backlog to In Development in RERO ILS issues May 29, 2024
@rerowep rerowep self-assigned this May 29, 2024
rerowep added a commit to rerowep/rero-ils that referenced this issue May 29, 2024
* Closes: rero#3692

Co-Authored-by: Peter Weber <[email protected]>
rerowep added a commit to rerowep/rero-ils that referenced this issue May 29, 2024
* Closes: rero#3692

Co-Authored-by: Peter Weber <[email protected]>
rerowep added a commit to rerowep/rero-ils that referenced this issue Jun 3, 2024
* Closes: rero#3692

Co-Authored-by: Peter Weber <[email protected]>
@rerowep rerowep moved this from In Development to Ready to test in RERO ILS issues Jun 5, 2024
rerowep added a commit to rerowep/rero-ils that referenced this issue Jun 10, 2024
* Closes: rero#3692

Co-Authored-by: Peter Weber <[email protected]>
rerowep added a commit to rerowep/rero-ils that referenced this issue Jun 13, 2024
* Closes: rero#3692

Co-Authored-by: Peter Weber <[email protected]>
@github-project-automation github-project-automation bot moved this from Ready to test to Done in RERO ILS issues Jun 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improvement of an existing feature
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants