scripts/FriendlyEats.Data.js (6 lines): - line 20: TODO: Implement adding a document - line 26: TODO: Retrieve list of restaurants - line 32: TODO: Render all documents in the provided query - line 38: TODO: Retrieve a single restaurant - line 44: TODO: Retrieve filtered list of restaurants - line 50: TODO: Retrieve add a rating to a restaurant scripts/FriendlyEats.View.js (1 line): - line 210: // TODO: Reset filter dialog to init state on close.