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

Add volume progress #1199

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from
Draft

Add volume progress #1199

wants to merge 5 commits into from

Conversation

FossLover0
Copy link

This should close #1156

What it does

It adds the ability to track volume progress to all manga in the user's library. This is done by adding volumesOwned and volumeCount to the SeriesEntity.

Possible Issues

  • Implementation
    The two new attributes are nullable in all model they are present since the series model is also used for anime.
    They could be changed to not nullable and be set to a special value (ex. -1) for anime series.
  • Not yet implemented
    The series widget has not be touched and the manga collection view still only shows the chapter progress.

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

Successfully merging this pull request may close these issues.

Add volume progress
1 participant