plberg / cs373-idb

Project 3 (IDB) for CS 373: Software Engineering
0 stars 1 forks source link

Crimes need descriptions #28

Closed jabrouwer82 closed 9 years ago

jabrouwer82 commented 9 years ago

Just take the first few relevant paragraphs from wikipedia or something and format them like the descriptions of celebrities.

jabrouwer82 commented 9 years ago

I think we should disregard the CrimeDescriptions table, I added a descriptions field to the Crimes table, just format the descriptions like I did for the celebrities. ie a few paragraphs from their wikipedia or something, with four   before each paragraph and a
between paragraphs. When showing the descriptions in the list at /crimes/ use {{ crime.description | firstSentence }} to truncate them to the first sentence or so.