summaryrefslogtreecommitdiff
path: root/src/lq/Printer.java
AgeCommit message (Collapse)Author
2011-08-03Add rage button.Kjetil Ørbekk
2010-09-04Fix quote numbers displayed on front pageKjetil Ørbekk
2010-09-04implemented votingJohn H. Anthony
Voting now appears to work, using the AddVote servlet. The datastore update is not committed as a transaction yet; the quote and its votes has to be in the same entity group for transactions to work.
2010-09-04format scoreJohn H. Anthony
2010-09-04store sum and number of votes in each quoteJohn H. Anthony
This seems to improve the response time. We don't store a list of votes for each quote, which mean we don't have to retrieve every vote when we get the list of quotes. The only time we need to access the vote table is when we add a new vote.
2010-09-03Add ViewQuote servlet.Kjetil Orbekk
ViewQuote displays a single quote.
2010-09-03Refactor quote formatting code.Kjetil Orbekk