timofeysie / khipu

Electron PWA starter
MIT License
4 stars 1 forks source link

Move list loading features from items.store to the add category page #45

Closed timofeysie closed 3 years ago

timofeysie commented 3 years ago

As part of the parsing wikipedia epic, this task is to move the current item.store functionality into the create category page. For now it will just show the entire list in long long scroll. The user can then save that, and go about editing the list from the stored firebase list which is sorted by an external cloud function. The order and details can be edited, etc.

One note about the wikilist sections, to get all the sections needed, first make the call without any section value so that the whole list (without descriptions) comes back. Then we can use that to inform the number of sections to get with full details available.