EduFdezSoy / Manga2Kindle

The easiest way to load mangas into your kindle
https://manga2kindle.com
10 stars 1 forks source link

Uploaded Chapters list #39

Closed EduFdezSoy closed 4 years ago

EduFdezSoy commented 4 years ago

We may store in the db the status of the chapters and (when open) periodically call the status API to know if the chapter was converted and send or is still in process.

We may allow to hide chapters (we cant delete those, if we do that we cant know if it was already sent or not)

We also net to allow those to be marked as failed (can be delayed, open another issue if you plan to do this w/o it)

EduFdezSoy commented 4 years ago

status added in 6714334

EduFdezSoy commented 4 years ago

Chapter status is now retrieved from the database, an IntentService in the background calls every 10 seconds the API to update those which are not finished yet. All changes made in branch Design, last commit implementing this: 77f9ffc