Path / projects / skills / criteria - How to handle all this user friendly ?
Hello,
I have an application with paths, projects, skills and criteria.
The back is with Laravel and the front with VueJS.
One path has several projects.
One project has several skills.
One skill has several criteria.
On the application, for the moment, I have a list of paths. When I click on a path, a new page is displayed with its projects (you can name this page the path details).
One approach could be this one. Like I have a page with the list of the paths, I can have :
-
a page with the list of the projects for one path (the path details)
-
a page with the list of the skills for one project (the project details)
-
a page with the list of the criterias for one skill (the skill details)
But I think that it's not user friendly.
Which other approach would be interesting to manage all this so that it's more user friendly ?
Thanks for your suggestions.
V
Please or to participate in this conversation.