View Single Post
Old 01-16-2021, 04:58 PM   #1491
Terisa de morgan
Grand Sorcerer
Terisa de morgan ought to be getting tired of karma fortunes by now.Terisa de morgan ought to be getting tired of karma fortunes by now.Terisa de morgan ought to be getting tired of karma fortunes by now.Terisa de morgan ought to be getting tired of karma fortunes by now.Terisa de morgan ought to be getting tired of karma fortunes by now.Terisa de morgan ought to be getting tired of karma fortunes by now.Terisa de morgan ought to be getting tired of karma fortunes by now.Terisa de morgan ought to be getting tired of karma fortunes by now.Terisa de morgan ought to be getting tired of karma fortunes by now.Terisa de morgan ought to be getting tired of karma fortunes by now.Terisa de morgan ought to be getting tired of karma fortunes by now.
 
Terisa de morgan's Avatar
 
Posts: 6,663
Karma: 12595249
Join Date: Jun 2009
Location: Madrid, Spain
Device: Kobo Clara/Aura One/Forma,XiaoMI 5, iPad, Huawei MediaPad, YotaPhone 2
Quote:
Originally Posted by chaley View Post
The other side to put the author links into the author table would be similar.
  1. Read the data from above into a link_dict author_name:link
  2. Get the author data
  3. Make a list author_dict of author-name: author_id
  4. Make an empty dict new_link_dict
  5. for each name in link_dict check if the name is in author_dict. If so, add author_id:link to new_link_dict
  6. call cache.set_link_for_authors(new_link_dict)
Now the dumb question: How can I see this link in the book details? Or does it appears directly?
Terisa de morgan is offline   Reply With Quote