-
Notifications
You must be signed in to change notification settings - Fork 2
Issues and Suggested to do list
-
Search on the header:
I comment out the section Narrow yourSearch
because it does not work. Hope future developers fixNarrow your Search
andRefine Results
-
Search within a specific manuscript(it is currently commented out in
template/viewpage.html
)
The Modal Box which holds the result ofSearch
disappears after a few seconds once the page finishes loading. In order to simplify the times of click for users. I hope by clickingSearch
, the result will also pop up in the Modal Box at the same time. Maybe you need to use AJAX. Also, it would be nice if the result ofSearch
can also include which line the searched text is located.(See ticha as an example, or GoogleBook Search) -
StorymapJS:
-
Currently, the images on Storymap still cannot be displayed because the media URLs generated by generate.py commands are from the tei_ids encoded by Swarthmore through ‘facs’ attribute under tag, like “”. For example, the meida_url generated is “/static/img/SW_JC1797_12.jpg”, but in our static directory it is “/static/img/SW_JC1797_012.jpg”. I did not let generate.py add the zero into URL because I think this is a problem will be fixed by correcting tei_ids while encoding texts.
-
I fix the Unicode by manually replace weird characters with their corresponding ones. There should be a better way to get texts from XML files.
-
-
Popover functionality:
The popover which displays information about people, places, and organization mostly work on this application. But the current problem is: -
PDF output: It has mostly been set up, but need to work on the templates, linebreaks, and citations