Skip to content

Allow everything to be imported from the CSV #75

@dsomel21

Description

@dsomel21

Current Problem

Currently, we only use import_chapter(number) for importing translations...

We still manually go into the rails console @chapter.update attributes like:

  • artwork_url
  • title_en
  • en_short_summary
  • en_long_summary

And then we also have to manually add the Katha by doing stuff like @chapter.kathas.create(...)

Proposal

Let's make it so we can import ALL of this... by updating the ChapterImporterService

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions