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

Support SMTP article list import #37

Open
lentschi opened this issue Jan 12, 2024 · 1 comment
Open

Support SMTP article list import #37

lentschi opened this issue Jan 12, 2024 · 1 comment
Milestone

Comments

@lentschi
Copy link
Contributor

No description provided.

@lentschi
Copy link
Contributor Author

lentschi commented Jan 12, 2024

see supported formats in shared_list:

@@file_formats ||= {
      'bnn' => ArticleImport::Bnn,
      'borkenstein' => ArticleImport::Borkenstein,
      'foodsoft' => ArticleImport::Foodsoft,
      'dnb_xml' => ArticleImport::DnbXml,
      'dnb_zip' => ArticleImport::DnbZip,
      'bioromeo' => ArticleImport::Bioromeo,
}.freeze

This can serve as a sample for re-implementation:
Embedding the gem in foodsoft (only applied to prototype fork):
https://git.local-it.org/Foodsoft/foodsoft/commit/5b75e655e923d10de60140975113ae58754293c9#diff-ca8e3c36c963e6d6cd8670a7e91b1d75353544c9

Gem:
https://git.local-it.org/Foodsoft/foodsoft_article_import

@lentschi lentschi added this to the Post-merge milestone Jan 12, 2024
@lentschi lentschi changed the title Support SMTP article list import (?) Support SMTP article list import Jul 5, 2024
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

No branches or pull requests

1 participant