Skip to content
This repository has been archived by the owner on Dec 4, 2022. It is now read-only.

NovelListing Summery and Genres #49

Open
jobobby04 opened this issue Aug 11, 2022 · 0 comments
Open

NovelListing Summery and Genres #49

jobobby04 opened this issue Aug 11, 2022 · 0 comments

Comments

@jobobby04
Copy link

jobobby04 commented Aug 11, 2022

There are a lot of sites that just dont use covers or that focus more on providing a summery and the genres of the novel in the listing, having these displayed in Shosetsu instead of the cover and title would be very helpful in finding a novel that you want to read.

My proposal:

NovelListing {
    title = ""
    link = ""
    imageUrl = null or ""
+    summery = "",
+    genre = {}
}

There could also be an extension option like this

enum ListingDisplay {
    TitleAndCover, // For displaying only the title and cover
    TitleAndSummery // For displaying title, cover if imageUrl is not null or empty, summery and genres
}
return {
	id = -1,
	name = "DEFAULT",
	baseURL = baseURL,
+        listingDisplayType = ListingDisplay.TitleAndSummery
}
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant