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

News Feed #9

Open
aalhommada opened this issue Nov 26, 2019 · 3 comments
Open

News Feed #9

aalhommada opened this issue Nov 26, 2019 · 3 comments
Assignees
Labels
Last discussion last discussion in team, ready to pull to development Push the Featue

Comments

@aalhommada
Copy link

aalhommada commented Nov 26, 2019

User Story :

As a user, I would like to see a link in the navbar lead to a page containing the last posts in the app, and when I click on one of the posts it will lead me -if I am authenticated - to post discussion page.
and if the user is not authenticated it will redirect him to the register, or login page

Plan for technical implementation

** Backend:**
make a new API route with the endpoint ('API/newsfeed') and fetch the posts from the database to the frontend.

** Frontend:**
make a new component ( newsfeed) and fetch the posts from the backend, and show it in UI.

@aalhommada aalhommada created this issue from a note in Custom features (To Do) Nov 26, 2019
@aalhommada aalhommada added the enhancement New feature or request label Nov 26, 2019
@aalhommada aalhommada moved this from To Do to In progress in Custom features Nov 26, 2019
@aalhommada aalhommada added Finishing Backend and removed enhancement New feature or request labels Nov 26, 2019
@aalhommada aalhommada self-assigned this Nov 26, 2019
@ShyarK
Copy link

ShyarK commented Nov 28, 2019

Finished the first part of front -end, needs to be linked to login page when the user is not authenticated.

@aalhommada
Copy link
Author

Add the links to the developer profile, and post page, if the user is authenticated, and if not redirect him to the register page

@hnnhack
Copy link

hnnhack commented Nov 29, 2019

Hey Guys you already finished as well. Well done...

@aalhommada aalhommada moved this from In progress to Done in Custom features Nov 30, 2019
@aalhommada aalhommada added Last discussion last discussion in team, ready to pull to development Push the Featue and removed Finishing Backend labels Nov 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Last discussion last discussion in team, ready to pull to development Push the Featue
Projects
Development

No branches or pull requests

3 participants