GumptiousGeckos / Git-Agora

1 stars 4 forks source link

Feat/votes #97

Closed pmillssf closed 7 years ago

pmillssf commented 7 years ago

This feature creates a functional voting component and integrates it with the projects and articles pages. A logged in user's vote is dynamically displayed, error handling for when a non-logged in user tries to vote still needs to be added, though the dispatched action of 'LOG_IN_TO_VOTE' has already been added to the NavBar reducer as a case.

Routes and queries were updated to accommodate voting and dynamic displaying of user votes.