Hello Folks,
How about showing User related CiviCRM data in drupal user account?
Some usecases can be:
1. showing users contributions.
2. Event registrations.
3. Memberships signups
4. Relationships, etc
In their drupal account.
I have just started working on it.
My basic idea was to show users monthly contributions (in tabular and flash chart display) on drupal user account then I decided to extend this for Events, Membership and Relationships.
In CiviCRM user can see his contribution from civicrm context only when he has 'access CiviContribute' ( same or little bit different scenario for Membership and events ).Normaly on most of the production sites we gives 'make online contributions' and/or 'register for events' and off-course 'access all custom data' permissions, depending upon site the functionality.In this case I think module will be very helpful.
I am looking forward for your suggestions.