looking for direction - creating a 'my workspace' type form!!

Any direction on how to create/build a portal that lists "my messages, my projects, my threads, my…whatever" given that the underlying forms, models have been created. Something as in this example from basecamp…

3W.crunchbase.com/assets/images/original/0000/7399/7399v1.png

really not sure how to build this.

The URL you have given redirects to localhost, not much use I’m afraid.

You could have a dashboard method in one of your controllers, user perhaps.

Then get all of the relavant information from the models you want to use.

Render a dashboard view and have that view render Partial views.