Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

USER STORY US12: Posts and Recommendation section (User's Feed page) #15

Closed
RoshnaVakkeel opened this issue Feb 18, 2023 · 1 comment
Closed

Comments

@RoshnaVakkeel
Copy link
Owner

RoshnaVakkeel commented Feb 18, 2023

As a site user I can view all the posts and recommendations on the User's Feed page so that I can see all the posts and recommendations posted by the people whom I follow

Acceptance Criteria

Acceptance Criteria 1:
Given that a user is signed in
When they visit the User's Feed page
Then posts/recommedations on top of the people whom they follow

Acceptance Criteria 2:
Given that a user is signed in
When they scroll down User's Post section
Then hey can see till the first post/recommendation with infinite scroll feature

Acceptance Criteria 3:
Given that a user is signed int
When they are on the post/recommendation list on the User's Feed page
Then they can see the title of the post or recommendation with its excerpts

Acceptance Criteria 4 :
Given that a user is signed in
When they click on the post/recommendation title
Then they are redirected to the respective detail page

@RoshnaVakkeel
Copy link
Owner Author

I created a FullListPage combining both Posts and Recommendations all in one. Then I set filters in App.js route. Pages display both posts and recommendations underneath.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant