bookwyrm-social/bookwyrm

When adding a book, suggest author's works as parent works for the new book

开放

#1,457 创建于 2021年9月27日

 (1 条评论) (3 个反应) (0 位负责人)Python (326 个派生)auto 404
booksenhancementgood first issue

仓库指标

星标
 (2,754 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

I think the system to find possible matches could be improved. Right now it tries to find a similar book based on a string of text, I assume, it probably keeps in mind other stuff like ISBN and shit to find them, but IMO this would still require a lot of more complex code to work properly (which would be nice and all if there would be more humanpower to develop). So, IMO, a better solution to this would be to do the following. Let's say one hypothetically adds a book manually, then tries to submit it. First the code would try to find an author that matches what the user inputed (this already happens now), it should take into consideration variations of that name, like Fumito Ueda, Ueda Fumito, etc. Once one has selected the author, the code should prompt the user to choose among the existing works of that author to choose if that book matches what you are adding.

-- via long_john_silver on matrix

贡献者指南