You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description of problem
A user wants to be able to see all articles and the generated concepts.
Solution
The front-end development has to be setup. A front-end framework has to be chosen. A basic front-end development workflow has to be documented.
Add a view with a list containing all concepts and articles. Every item is a link to a detail view.
Add a detail view for each node displaying the node content and a link to all adjunct nodes.
A concept node would look like this (has no content):
A article node like this:
Discussion
Evaluate what front-end framework to use
Criteria for acceptance
The front-end is able to display a list of all articles and concepts
The front-end can display an article and a concept with all adjunct nodes.
The data is fetched from the REST-API
The build process of the front-end is integrated into the CI/ CD pipeline
There are instructions on how to get started developing the front-end
The text was updated successfully, but these errors were encountered:
Description of problem
A user wants to be able to see all articles and the generated concepts.
Solution
The front-end development has to be setup. A front-end framework has to be chosen. A basic front-end development workflow has to be documented.
Add a view with a list containing all concepts and articles. Every item is a link to a detail view.
Add a detail view for each node displaying the node content and a link to all adjunct nodes.
A concept node would look like this (has no content):
A article node like this:
Discussion
Criteria for acceptance
The text was updated successfully, but these errors were encountered: