Skip to content
This repository has been archived by the owner on Aug 3, 2022. It is now read-only.

Event management application that allows users to create events, send invite texts to guests and allow guests to RSVP via text

License

Notifications You must be signed in to change notification settings

AlexisTDeRuyter/TextEvent

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

TEAM NAME: PINEAPPLES

MEMBERS: Alexis Deruyter Mark Kim Emmet Mahdavi

User Stories:

  • User can create account -- or --

  • User can log in

  • User is able to create guests(contacts) consisting of:

    • name
    • email
    • phone
  • User is able to create an event consisting of:

    • title
    • datetime
    • description
    • location

parentheses means maybe (- User can delete or edit event which notifies guests)

  • User can send invites to guests for specific event, thus invite contains:
    • event_id
    • guest_id
    • attribute 'accepted' initialized to null, switched to bool when responded

(- User can delete invite, which sends text to guest alerting them lol)

  • Guests receive invitations via sms

  • Guests respond to invitations via sms

  • Guests responses are stored in db

  • User can see per event guests classified by rsvp

  • User can log out

About

Event management application that allows users to create events, send invite texts to guests and allow guests to RSVP via text

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 72.0%
  • HTML 22.1%
  • CSS 3.6%
  • JavaScript 2.3%