cognitive-engineering-lab / rust-book

The Rust Programming Language: Experimental Edition
https://rust-book.cs.brown.edu
Other
593 stars 92 forks source link

Feedback notebook #8

Closed connorff closed 1 year ago

connorff commented 2 years ago

This PR adds a bare-bones notebook for analyzing feedback left on the rust book.

It currently filters out deleted feedback and simply prints each note to stdout (eg.):

User noted 'wow :)' on selected text: ' Try highlighting this text! '
User noted 'Нота' on selected text: 'Try highlighting this text!'
User noted 'jkhjk' on selected text: 'It’s important that we get compile-time errors when we attempt to change a value that’s designated as immutable because this very situation can lead to bugs.'

Let me know if there are other parts of feedback (per time frame, per user session, etc) that you'd like to visualize!

I'm also happy to make the output more visually appealing.

willcrichton commented 1 year ago

Closing this since I have my own notebook now.