Feature #2329
Feature #2356: Improved rendering of lexicons
Descriptors ought not require the division parent for lexicon (just the word form)
Start date:
11/20/2018
Due date:
% Done:
0%
History
#1 Updated by Luke Murphey about 6 years ago
Questions:
- How are divisions looked up?
- get_division will not allow a lookup with only the word since it requires that the parent be null
- How are division references created in the view?
- They come out of get_division_indicators()
- I could have the importer drop the parent divisions but that means that TOC won't work
#2 Updated by Luke Murphey about 6 years ago
Options:
- Have the importer drop the parent divisions
- Means that TOC won't work
- Have different functionality for a document of type lexicon
- Could have it:
- Include a verse lookup tool that auto-fills
- Render links only using the leaf division
- Allow lookups using only the leaf division
- Could have it:
#3 Updated by Luke Murphey almost 6 years ago
Could produce an index with:
- Word form
- Verse (Foreign Key)
- Work (so that we can display which work it is for)
Would need to make a transform to build this.
#4 Updated by Luke Murphey almost 6 years ago
- Parent task changed from #551 to #2356
#5 Updated by Luke Murphey almost 6 years ago
- Target version changed from 3.0 to 3.1
#6 Updated by Luke Murphey over 5 years ago
- Target version changed from 3.1 to Plus_3