Hi,
I am working on a Project management application. The data model is Projects->Plans->Tasks->Resources(Users). But to help simplify the issue here is an example model and UI.
A user can create many projects, each project has project plans which are many "Tasks" and each task is assigned a "Person" which is a user of the system.
We have a Page with a Project Sheet, a complete summary of 1 project.
We need to show the Plan data, Tasks related to that Plan, and Users related to Tasks.
Are there any example apps or videos/docs that show a complex UI and data refs?
Any advice is helpful
Thanks