Giter Club home page Giter Club logo

endaptdo's Introduction

endaptdo

This web app is an event rsvp app. Imagine a nice middle ground between a group text and Facebook Events.

endaptdo.com/event/{guid}

Yes Name: Wes Phone: 502-123-4567

Features:

  • Event owners (registered) can create events that respondents can rsvp (yes, no)

  • Event owners can specify rsvp deadline

  • Event owners can specify a max number of rsvps (optional)

  • Event owners can make events

    • Event:
      • Name
      • Description
      • Event Deadline (optional?)
      • Max # of respondents (optional)
      • Event banner (icing)
  • Event owners gets notified when a new rsvp happens, or the deadline is up, or max # of yes respondents is reached

  • Respondents (guest) can rsvp with a yes or no

  • If Respondent says yes, they can add their name and phone number

  • If Respondent says no, they can add their name

#TODOS:

  • Cognito auth with phone number as an identifier instead of email
  • Get Pull Review Preview working with Amplify
  • Make GraphQL API
  • Make Event Creation page
  • Make Event RSVP page with unique GUID (maybe small_hash, or bit.ly api link creation)
  • Ensure that event specific info is reflected in meta tags for proper link preview
  • Style both pages
  • Bitly API integration with event creation
  • Design SMS implementation for event creators

Data Model

  • Event:

    • Id (Guid)
    • Name
    • Description
    • Event Deadline (optional?)
    • Max # of respondents (optional)
    • Event banner (icing)
  • Respondent:

    • event_id
    • status (bit 0 ~ no, 1 ~ yes)
    • name
    • phone_number?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.