cohen990 / VoxPop

The voice of the people in pictures!
0 stars 0 forks source link

Added voting functionality per user #40

Closed cohen990 closed 9 years ago

cohen990 commented 9 years ago

Storing votes in table storage.

Partition key is the article identifier and the row key is the voting user.

Added query to get all votes for given story Getting votes from storage and applying them to a BlogPostEntity Refactoring and getting votes from homepage