Skip to content
/ rsvp_event Public template

Provides Events content type to add event and let authenticated user RSVP it.

Notifications You must be signed in to change notification settings

shinde-rahul/rsvp_event

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

RSVP Events

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:

About

Provides Events content type to add event and let authenticated user RSVP it.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages