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