Feature #1271
Allow linkage between works even if verses are not identical
Start date:
03/25/2016
Due date:
% Done:
100%
History
#1 Updated by Luke Murphey over 8 years ago
- Assignee set to Luke Murphey
#2 Updated by Luke Murphey over 8 years ago
- Status changed from New to In Progress
- % Done changed from 0 to 20
#3 Updated by Luke Murphey over 8 years ago
The only problem is that works with a preceding number such as "1 Timothy". Two solutions:
- Normalize these when they are imported
- Do a query for both "1 Timothy" and "I Timothy"
#4 Updated by Luke Murphey over 8 years ago
Here are some test cases:
- http://127.0.0.1:8080/work/new-testament/1%20Corinthians/1
- http://127.0.0.1:8080/work/new-testament/I%20Corinthians/1
- http://127.0.0.1:8080/work/asv/1%20Corinthians/1
- http://127.0.0.1:8080/work/asv/I%20Corinthians/1
- The page should load
- The chapter reference should be understood (doesn't link to /asv/1/Corinthians/1
- The reference to the related work should be recognized
#5 Updated by Luke Murphey over 8 years ago
- Status changed from In Progress to Closed
- % Done changed from 20 to 100