Signup Status
Categories
Component ID
Component name
Component type
Component security advisory coverage
Downloads
Component created
Component changed
Component body
The Signup Status module extends the Signup module's functionality by allowing users with permission to administer signups on signup-enabled nodes to set the status of a user's signup. This can be used, for example, to mark users as "Paid" or "Completed." By default, the module comes with two default statuses, "Approved" (the default status) and "Wait listed."
This module features:
- Limit number of signups per status.
- Wait list functionality for the signup module with optional auto-transition to "Registered" status.
- Printable rosters as HTML, PDF or CSV.
- Modifications to the Signup Broadcast form that allows signup creators to email a group of signups based on signup status.
- Views module support through several fields and filters.
Several optional modules are included in this package, which include:
- Signup Status Log: An administrative log of signup status changes.
- Signup Status Certificates: Grant certificates to users based on their status. See "Configuring Certificate Templates" below.
- Signup Status Mailer: Email users when their signup status has changed.
Roadmap
6.x
Update module to Drupal 6.x API and compatibility with 6.x branch of Signup. This will include a pretty major overhaul of much of the data display code so that it uses the Views 2 API. Doing so will allow the module to avoid overwriting much of the Signup module's output (which it currently must do). A solid 6.x-compatible release candidate will also contain the following:
- #330943: Drupal 6.x port of signup_status
- #357565: Port signup_status to Views2
- #227643: Allow each node to specify which status values should appear on its signup form
- #228507: Export XLS broken in PHP 4
- #241864: Close signups and prevent auto-opening upon user cancellation of signup
- #228159: Custom emails sent upon status change
- #241868: Add "is not" operator to "Signup: User: Status" Views filter
- #241869: Improve interface for setting number of signups allowed per status
- #255627: Signup status not updating for anon users
- #283207: Multiple Signups showing up for same Event
- #273972: Invalid Argument
5.x
Once the 6.x upgrade is complete, bug fixes and new features will be backported, as needed.