Skip to content

hello-umi/fullstack-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Landbot Full Stack Challenge

Description

From UmiLabs we want to use our legacy integration with LandbotCore to embed the support Livechat on our web. This Livechat connects with Landbot platform to follow the flow of a chatbot and send notifications to different services through their API's. We have prepared a chatbot template that you could use as a reference: https://templates.landbot.io/full-stack-challenge-215/

The challenge consists of two parts (You can do it in JS or TS):

  1. React As a web app can grow insanely with new features, we need to make sure our code is clean and scalable, and sometimes we need to refactor big components.

Tasks:

  • Separate the ./src/components/Chat component into several smaller components (create the folder structure you feel comfortable with).
  • Check everything is working like before the refactor.

(Optional) Use storybook with npm run storybook to organise your components.

  1. Node Create an API endpoint to store the data on a Database (Select the DB that you like the most) and notify our teams through different services like email or Slack.

Tasks:

  • Create an endpoint to store the user data (Name, Topic, Message).
  • Send a notification to a different service according the Topic.
Topic    | Service
----------------------
Sales    | Slack channel
Pricing  | Email

Note: Slack and Email are suggestions. Select the channels that you like the most. Hint: Ngrok will provide you an URL to your localhost.

The product department has in mind to expand the topics and communication channels.

Bonus Points For:

  • Tests
  • Useful comments
  • Documentation
  • CI
  • Commit messages
  • Clear scalability

Documentation

Document your code assuming that the next engineer looking at your code is a serial killer who knows where you live.

Use JSDoc 3 docummentation style. http://usejsdoc.org/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors