shinde-rahul / rsvp_event
Provides RSVP event content type and related configuration. Use events for creating contents that authenticated users can RSVP for.
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 1
Type:drupal-module
Requires
- drupal/geolocation: ~1.11
This package is auto-updated.
Last update: 2025-03-06 21:27:22 UTC
README
CONTENTS OF THIS FILE
- Introduction
- Architecture
- Requirements
- Installation
- Configuration
- Assumption
- Maintainers
INTRODUCTION
RSVP Events module provides an Event content type that allows users to create events adding a Title, Description and the Venue for the Event. This module also provides the RSVP form for the authenticated users to signup for the particular Event.
ARCHITECTURE
RSVP Form module provides followings features,
- Event content type with following fields,
- Title
- Description
- Venue
- Entity: RSVPConfirmations The entity RSVPConfirmations stores the relation between the user and the Event.
- RSVP form pseudo field This field is for adding the RSVP form on the Event display format.
- Reports page listing RSVP'd users with Event Title and users email address
REQUIREMENTS
This module requires the following modules:
INSTALLATION
-
This project installs like any other Drupal module. There is extensive documentation on how to do this here: https://drupal.org/documentation/install/modules-themes/modules-8 But essentially:nDownload the archive from https://github.com/shinde-rahul/rsvp and expand it into the modules/ directory in your Drupal 8 installation.
-
Within Drupal, enable any Example sub-module you wish to explore in Admin menu > Extend.
CONFIGURATION
The module has no menu or modifiable settings.
ASSUMPTIONS
- Only authenticated users can RSVP for an event.
- For anonymous user it should message.
MAINTAINERS
Current maintainers:
- Rahul A. Shinde (rahul.shinde) - https://www.drupal.org/u/rahulshinde