We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This issue is dedicated to display article :
As a user when I click on the article on home page
I will be redirected to page article with id=xxx
I will be able to see the content of the file
Click on the article and user will be redirected to /article?id=xxx
A request will be sent to backend to fetch the article with id=xxx (fetchArticle(xxx) service)
If article found dev will display the content
Else ouups! article not found text will be displayed
The text was updated successfully, but these errors were encountered:
kasdihacene
No branches or pull requests
This issue is dedicated to display article :
As a user when I click on the article on home page
I will be redirected to page article with id=xxx
I will be able to see the content of the file
Click on the article and user will be redirected to /article?id=xxx
A request will be sent to backend to fetch the article with id=xxx (fetchArticle(xxx) service)
If article found dev will display the content
Else ouups! article not found text will be displayed
The text was updated successfully, but these errors were encountered: