AidenKitamura / ESC_Backend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ESC Backend

6/3/2020

  • User(customer) sends message to admin account
  • Database module would push relevant data into MySQL -> Stimulated by printing messages in the console
  • Admin match customer to agent -> Simulated by matching user's input to a hardcoded specific string
  • Admin creates a Bubble
  • Admin adds user and agent into Bubble -> simulated by hardcoding agent's id

24/3/2020

  • A simple webpage for a form asking for first name and last name
  • Server end gets these information and creates a new guest user account
  • Newly created guest user account's credentials (loginEmail and password) would be passed back

About


Languages

Language:JavaScript 98.2%Language:HTML 1.8%