franklindyer / agora-app

Simple and (hopefully) secure social media application. Also a project for spring 2024 CS 444 cybersecurity class at UNM.
4 stars 1 forks source link

Users should be able to view their opinions #106

Closed franklindyer closed 3 months ago

franklindyer commented 3 months ago

When visiting a post, a user should be able to see whether they currently like or dislike that post.

I think that this is currently missing support both on the backend and the frontend. That is, this info isn't being passed to the templates at all right now.

franklindyer commented 3 months ago

@altheaden you should have everything you need set up to implement this on the frontend now. See the user-opinions branch for my backend changes. I suggest pulling and making your frontend changes to that branch as well, and then we'll merge both sets of changes in a single PR