karensg / crowd-summary

Crowd Summary Tool
0 stars 1 forks source link

when you open a document for the first time it opens a document without any sentences highlighted. Is the combining algorithm implemented yet? #30

Closed MBrouns closed 10 years ago

karensg commented 10 years ago

@bouke-nederstigt personal_summary returns sentences on just uploaded documents. $summary = $this->Summary->find('all', array('conditions' => array('user_id' => $user['id'])));

I think that this line also needs to check for document id, Can you investigate it?

bouke-nederstigt commented 10 years ago

Correct Karens, fixed it. I think this issue can be closed because you now have to click to open the generated version anyway? I can't reproduce it anymore anyway. @MBrouns

karensg commented 10 years ago

When you open a new document: it has to open generated version and not personal with all notes and highlights.

In my case still does not work. Try to upload a file with one user and open it with another,

bouke-nederstigt commented 10 years ago

Fixed