Photos: View
Closed this issue · 1 comments
nathanblaz commented
- As either a logged in or non-logged in user I want to be able to view photos that have been posted to the website.
- When I am on the activity page:
- I can view the most recent photos.
- So that I can see and comment on the photos posted by other users.
- I can view the most recent photos.
- When I am on the activity page:
- As either a logged in or non-logged in user, I can view a specific photo and the associated comments and tags. I can do this by clicking on a photo on either the activity page, the user page, or the album page. Upon clicking the button I am redirected to that photo's page.
- So that I can read other user's comments/tags and add my own - as an authenticated user.
- When I am on an individual photo's page, I can view that photo, as well as add it to an album, edit it's details, or delete it by clicking the relevant buttons.
nathanblaz commented
Small issue with useEffect that needs to be resolved, but functionality works with page refresh.