Page MenuHomePhabricator

Display extra information from Wikidata in Book Details Screen
Closed, ResolvedPublic

Description

The bottom part of the Book Details screen has empty space, which can be filled with relevant descriptive metadata of the corresponding book like translator, editor, publisher, place of publication etc.

  • Translator
  • Editor
  • Publisher
  • Place of Publication
  • Literary form
  • Genre
  • Subject

Add these parameters in one column and their values in other column.

Event Timeline

Added Subjects, Editors, Translators and Genres for now, have to enable plural strings for localisation purposes

@Saiphani02 I have opened a PR for the api side
https://codeberg.org/ph4ni/wsindex/pulls/12. I will proceed with the client side once this is approved.

@Saiphani02
I have added the publisher and places of publications and to use system language or English if system language is not available. I have opened a PR please check. https://github.com/cis-india/Wikisource-Reader/pull/67

If any value is unknown, we should not display that line. example, it should not say, "Publisher: Unknown Publisher"
change label from "places of publication" to "place of publication"

I have opened another branch for this with the mentioned areas of concern, kindly check

https://github.com/cis-india/Wikisource-Reader/pull/72

If the current locale is English, we dont have to show a loading.. text. we can directly display the text from the API

Bodhisattwa updated the task description. (Show Details)