Posted by fersman4 on April 7, 2008 at 12:14am
Jump to:
| Project: | Event Manager |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
In addition to the "One click" capability requested here: http://drupal.org/node/232158, it would be nice to have some other changes, for authenticated users:
- A block to show the list of upcoming events for which a user is registered*
- A indicator in the node content (page and teaser) indicating that the user has registered for the event
- A block to show the list of people the authentication user has signed up for the event*
* Might be best to make an "event_registration" node type, and use that with the "Views" module API (I've done this, with good success).
To the owner: depending upon my boss's decision for a current project, I may be able to help with development for this feature request.
Comments
#1
I am trying to implement this on my own.
Question for module owner: the field is_drupal_user seems to be unused. If I put the drupal ID of the registrant in that field, will that be inconsistent of whatever plans you have for the module?