quiltingcode / happening-react-frontend

A react-based social media platform for sharing events in a small town
https://happening-react.herokuapp.com/
2 stars 1 forks source link

USER STORY: View messages #50

Open quiltingcode opened 1 year ago

quiltingcode commented 1 year ago

As a logged in user I can view messages in my profile page so that I can read messages other users have sent me

Acceptance Criteria:

Tasks:

quiltingcode commented 1 year ago

API request is pulling through all the messages in the API, regardless of the profile ID. Need to check the backend filter

quiltingcode commented 1 year ago

Result of checks... I forgot to include a filter in the backend to give the functionality to filter all messages by profile ID the message has been sent to. Fix to be done on the backend.