bounswe / bounswe2022group7

8 stars 3 forks source link

[Frontend] Implement a distiction between recommended and general homepage feed #613

Closed erimerkin closed 1 year ago

erimerkin commented 1 year ago

As we have a recommended selection and generic homepage feed, we need to create a distinction between these for user. So that user can see both of these selections by selecting one of them. Recommended will be default for a signed up user while if user is not signed in the generic feed will be shown.

Deadline: 2022-12-27, 10:00 Reviewer: @CahidArda

erimerkin commented 1 year ago

I have implemented the recommended and all posts tags for logged in users while for not logged in users the page stays the same. The changes are:

Not Logged In

resim

Logged In

Recommended tab

resim

Generic Tab

resim

As this implementation is finished a PR covering the changes will be opened and after merge this issue will be completed.

CahidArda commented 1 year ago

Changes were approved in the PR. Thanks for the work!

Closing the issue.