I'm making project management app.
What I want is
1. show the list of project
2. 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}"?
Solved! Go to Solution.
Have a look at reference table documentation https://help.appsheet.com/en/articles/961426-references-between-tables
Also you can have an action to jump to a filtered view https://help.appsheet.com/en/articles/2357260-linktofilteredview
You need to make UX using Dashboard. I believe what are you looking for is available on appsheet template, Try check appsheet template (Kanban Board) & (Task manager). You can learn a lot. Also you can edit the template in your ways. It will probably save you a lot of time
Have a look at reference table documentation https://help.appsheet.com/en/articles/961426-references-between-tables
Also you can have an action to jump to a filtered view https://help.appsheet.com/en/articles/2357260-linktofilteredview
You need to make UX using Dashboard. I believe what are you looking for is available on appsheet template, Try check appsheet template (Kanban Board) & (Task manager). You can learn a lot. Also you can edit the template in your ways. It will probably save you a lot of time
Thank you so much. I solved it.
User | Count |
---|---|
17 | |
11 | |
11 | |
8 | |
4 |