com presentations: Clarify the likes bit: slides/mongodb/excercise03-reviews.xml
[email protected] (Derick Rethans)
| Newsgroups | php.pres |
|---|---|
| Message-ID | <[email protected]> |
Commit: 25be788aa1dc69a05e377005f449bbfaa8c1a75b Author: Derick Rethans <[email protected]> Fri, 23 Jan 2015 11:56:58 +0100 Parents: 9416b208be1dad971ae80693a08ffadec1369cad Branches: master Link: http://git.php.net/?p=presentations.git;a=commitdiff;h=25be788aa1dc69a05e377005f449bbfaa8c1a75b Log: Clarify the likes bit Changed paths: M slides/mongodb/excercise03-reviews.xml Diff: diff --git a/slides/mongodb/excercise03-reviews.xml b/slides/mongodb/excercise03-reviews.xml index ea01f27..66b40da 100644 --- a/slides/mongodb/excercise03-reviews.xml +++ b/slides/mongodb/excercise03-reviews.xml @@ -7,6 +7,6 @@ can have a note for each whisky. Design a schema that allows for:</blurb> <list> <bullet>User profiles: name, country</bullet> <bullet>Whiskies: name, age, etc (ignore the distillery bit)</bullet> - <bullet>Tasting notes: date, text, likes, and rating</bullet> + <bullet>Tasting notes: date, text, likes *(just a counter)*, and rating</bullet> </list> </slide>