-
Notifications
You must be signed in to change notification settings - Fork 1
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
Small Suggestions based on recent Data Model #27
Comments
Author is not restrictive to writers, there is a role attribute in the association between author and book to cater for any kind of contribution, eg artist, editor, cover artist, translator... Series type is interesting, but I'm afraid there's no widely accepted definition of the various types. Wondering how redundant it is with genres and tags. By rating what do you mean? There's an age rating already, as int of minimum recommended age. That should abstract the various ratings from each country. |
I suspect by rating Kussie was refering to qualtative ratings/review scores. Perhaps storing that along with the source of the rating like .nfo files do. An example piece of data would be "One Piece is rated 9.14 out of 10 on myanimelist.net with 238864 votes" |
I think the exact rating should be specified as a string. Because different publishers have different rating systems (don't know of any government-made book rating systems), they are quite useless for parental control. If you even get rid of the information what rating system was used, the whole thing becomes completely useless. Also, on many platforms there is only very vague rating information, which can't be expressed in an age number. For example when grabbing from sites like mangadex, I only get an enum rating with the values {safe, suggestive, erotica, pornographic}. This only tells me whether the title is sexually explicit or not and doesn't tell me anything about violence etc.. But I would still like to display this in the UI. |
My suggestion is to broadly categorize the age rating into two general categories: SFW and NSFW. SFW can be anything deem ok enough to be shown in public. — Relevant rating: NSFW basically anything deem close enough to porno or sexual or excessive violence, and essentially you wouldn't want to get caught out in public reading or your family finding out — Relevant rating: Otherwise, label the more erotic types as a catch-all " On the frontend, or on another field, the real rating can be added, to further classify. ExampleAdult |
The UML diagram that was recently is looking good. Though two small things that might potentially be useful for consumers of the metadata:
The text was updated successfully, but these errors were encountered: