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

NovelListing Summery and Genres #49

@jobobby04

Description

@jobobby04

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
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions