| - Location | | - Location |
| - Beers (n:m relation to another model) | | - Beers (n:m relation to another model) |
| - Wifi (yes/no/paid) | | - Wifi (yes/no/paid) |
| - List should be editable by every logged in user | | - List should be editable by every logged in user |
| - viewable by everone | | - viewable by everone |
| - No workflow required. everything which is en | | - No workflow required. everything which is en |
| tered by the user is trusted. | | tered by the user is trusted. |
n | - Users should be able to comment on bars and rate | n | - Users should be able to comment on bars and rate |
| them | | them EDIT: NO RATING |
| | | |
| | | |
| Let's call it **BarCrud** ;) (what a stupid name.. | | Let's call it **BarCrud** ;) (what a stupid name.. |
| whatever) | | whatever) |
| | | |
| ## Requirements | | ## Requirements |
| - Models (core models, without authentication, ses | | - Models (core models, without authentication, ses |
| sion & co) | | sion & co) |
| - Bar | | - Bar |
| - Beer | | - Beer |
| - Comment | | - Comment |
| - Reference to the user | | - Reference to the user |
t | - Rating (e.g. 1-5) | t | - Rating (e.g. 1-5) EDIT: NO RATING ! |
| - comment text | | - comment text |
| | | |
| ## Not to have | | ## Not to have |
| | | |
| There shouldn't be any attached images, fanzy modi | | There shouldn't be any attached images, fanzy modi |
| fication history, workflows, etc. involved. Just t | | fication history, workflows, etc. involved. Just t |
| he information listed above. | | he information listed above. |