FunmiBADev / ReachAlgo_RSVP_dApp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ReachAlgo_RSVP_dApp

Stories

  1. For Guest that confirm checkin will get 100% refund of fees. For those that do not check in - they forfeit event fee.

Object Definitions/ Scaffolding

  1. Guest:
  • Bool: willAttendEvent (Booked Ticket = RSVP) || Bool: didAttendEvent (Confirm Attendance status)
  1. Event:
  • Bytes(128):Event Name
  • Bytes(128):Event Description
  • UInt: Event End
  • UInt: Ticket Price
  1. Manage Attendance
  • Function: Handle Checkin
  • Function: Handle Event Close

React Frontend Forms and Fields

  1. CreateEvent - To return Contract Information
  • EventName
  • Ticket Price
  • EventDeadline
  • Submit Button
  1. RSVP - BookEvent - Return RSVP Confirmation
  • Contract Information
  • Submit button
  1. EventCheckin - Return Checkin Confirmation
  • Event Contract Information
  • RSVP'd Wallet Address
  • Submit Button
  1. Close Event - Return Event Close Notification
  • Contract Information
  • Submit button

About


Languages

Language:JavaScript 79.8%Language:Shell 11.5%Language:RenderScript 5.0%Language:HTML 2.1%Language:CSS 1.6%