Project

General

Profile

Feature #1283

Improved Wikipedia information

Added by Luke Murphey about 8 years ago. Updated about 8 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
Start date:
04/24/2016
Due date:
% Done:

100%


Description

An extension of #417

work_overview_with_cover.png View (184 KB) Luke Murphey, 04/20/2016 06:31 PM

work_overview_with_cover.pxm (800 KB) Luke Murphey, 04/20/2016 06:32 PM

reader_wikiarticle.csv View (430 Bytes) Luke Murphey, 04/24/2016 02:59 AM


Subtasks

Task #1297: Add API specifically for looking up wikipedia articles for worksRejectedLuke Murphey

Task #1298: Add ability to lookup wiki articles from the list pageClosedLuke Murphey

History

#1 Updated by Luke Murphey about 8 years ago

  • Subject changed from Enhanced Wikipedia information to Improved Wikipedia information
Considering:
  • Add the ability to declare a Wikipedia topic for a work and/or author
  • Lookup on the work list (works, authors and editors)

#2 Updated by Luke Murphey about 8 years ago

Thinking the re-direct table might be the best approach. It would be a simple table full of terms and would have an article associated with the term. A type or context field might make sense to include too.

#3 Updated by Luke Murphey about 8 years ago

Re-direct table:
  • Does not require adding several columns
  • Can automatically re-direct lots of potential requests (not just ones for works)
New column:
  • More obvious design

#4 Updated by Luke Murphey about 8 years ago

Might want to include the book cover image:

#5 Updated by Luke Murphey about 8 years ago

CREATE TABLE "reader_wikiarticle" ("id" integer NOT NULL PRIMARY KEY AUTOINCREMENT, "search" varchar(200) NOT NULL UNIQUE, "article" varchar(200) NOT NULL)

#7 Updated by Luke Murphey about 8 years ago

  • Status changed from New to Closed

Also available in: Atom PDF