C5-8.4* How to show data in Dashboard for admin and on user My Account page?

Permalink
I need the following functionality:
- Logged users fill in a form on front end
- All form submission results should be displayed in a table form somewhere in the Dashboard
- Form submission results for particular users should be displayed only on that user's My Account page

Something similar to an online store where the admin can view all orders and the user can only see their own orders.

I don't even know what to start with. Is there any documentation or examples or similar packages where I can see how to customize the user My Account page to display some data from the DB?

Thank you.

linuxoid
 
linuxoid replied on at Permalink Reply
linuxoid
I think I got the idea which seems to be heaps easier than I thought.

1. Design a block showing data for users
2. Edit 'Welcome Back' (/account/welcome) single page in Dashboard and add the user data block
3. Design a block showing data for admin
4. Edit 'Welcome' (/dashboard/welcome) page in Dashboard and add the admin data block

That's it! Great!!!