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

Manga parsing feedback #1661

Open
Tracked by #40
XenonR opened this issue May 5, 2020 · 3 comments
Open
Tracked by #40

Manga parsing feedback #1661

XenonR opened this issue May 5, 2020 · 3 comments
Labels
Enhancement Improvement or Feature

Comments

@XenonR
Copy link
Contributor

XenonR commented May 5, 2020

Is your feature request related to a problem? Please describe.
Sometimes it is hard to tell if an manga list refresh is still running when taking a long time.

Describe the solution you'd like
Display the current connectors request URL eg https://awesome.manga/page/8/ in the "manga list" while fetching for mangas.

Describe alternatives you've considered

  1. Allow connectors to update the "manga list" with a custom text string like Loading page 8/3000
  2. Let connectors update the "Mangas" counter under the manga list while fetching the data.

Context (please complete the following information):
Using version master

Additional context
Untitled-1

@XenonR XenonR added the Enhancement Improvement or Feature label May 5, 2020
@Sheepux
Copy link
Contributor

Sheepux commented May 5, 2020

To summarize: A progress report.
Requires that the connector knows the total of pages to fetch.
I think that some don't know this and just tries the next page number until it says "nope nothing more".
However such cas could be implemented with a ? as total while it's still refreshing. Looks like the pattern i'm using to detect new manga content : branche FEAT-653 (event when a manga is refreshed).

@XenonR
Copy link
Contributor Author

XenonR commented May 5, 2020

Basically yes. Just something that the user can evaluate and say "Ok, still going". And no, the spinning circles are not convincing enough :) And again, especially on slow connections, it would be nice to have a feeling of how long it will take. Granted connectors need to support the additional feature.
What about the default "loading message" but a connector has the option to overwrite. That would ensure backward compatability.

@ronny1982
Copy link
Contributor

It should be taken into consideration that more than one website can be synced at once.
Currently the tooltip of the spinner at the bottom shows all websites that are currently syncing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement Improvement or Feature
Projects
None yet
Development

No branches or pull requests

3 participants