I’m making project management app.
What I want is
-
show the list of project
-
when I click one project, list of tasks are shown
I don’t how to make it.
For example, the data is like below
And list (table view) of project is like below.
When I click “Project A”, I want to show the task lists like below
Do I need to make slice for each project? Since new project is added everyday, it would be annoying if I have to do myself.
Can I make behavior like “go to slice of [Project] = {name of project}”?


