shinde-rahul/rsvp_event

Provides RSVP event content type and related configuration. Use events for creating contents that authenticated users can RSVP for.

0.1.1 2019-08-05 07:04 UTC

This package is auto-updated.

Last update: 2024-09-06 20:29:46 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,

  1. Event content type with following fields,
  • Title
  • Description
  • Venue
  1. Entity: RSVPConfirmations The entity RSVPConfirmations stores the relation between the user and the Event.
  2. RSVP form pseudo field This field is for adding the RSVP form on the Event display format.
  3. Reports page listing RSVP'd users with Event Title and users email address

REQUIREMENTS

This module requires the following modules:

INSTALLATION

  1. 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.

  2. 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: