haystack / eyebrowse-server

Eyebrowser Server
http://eyebrowse.csail.mit.edu/
MIT License
27 stars 7 forks source link

Set verify to false to get rid of SSL error, other server fixes #180

Closed jesszwang closed 7 years ago

jesszwang commented 7 years ago

1) Get rid of SSL error 2) Add Summary objects for page-level summaries 3) Only return top 3 autogenerated tags 4) Don't word count if < 500 eligible words on page 5) Add model field for logging actual word count for each tag

Steps: 1) Run migration script

amyxzhang commented 7 years ago

We should be logging Summary History so we can know at the very least who has edited the summary in the past. Best would be something that stores user, timestamp, summary before their edit, summary after their edit. This is useful for logging for our study and eventually could be something we show in the interface.