Brown-University-Library / ttwr

This is the django app that runs the Theater That Was Rome project website.
1 stars 5 forks source link

Search page #165

Closed lucyvk closed 8 years ago

lucyvk commented 8 years ago

This is a new page that allows users to issue search queries through the BDR annotations in TTWR. Result docs, which correspond to individual pages, are then grouped by book (or separated if they are prints) and displayed as thumbnail links.

I know there is a lot of code here, I've been working on this on a separate branch and thought that it made the most sense to merge it in once the page was complete rather than piece-meal. Because everything is generated dynamically, pretty much all of the functionality and styling is in JS.

Let me know if you have any questions or suggestions. I'll be here for the rest of this week and can do more work on this!

bcail commented 8 years ago

I like that the javascript functions are organized in groups.