jestra03 / JeepNe

https://jeepne.vercel.app
0 stars 0 forks source link

Support Chat Feature (Global Component) #13

Open jestra03 opened 3 months ago

jestra03 commented 3 months ago

This chat is just one way, from user to us the company: For example, let say we use TalkJS. Just randomly generate an id for someone who doesn't have "chat_token" in their local storage. Use a hardcoded (ENV) "support_token" so that all chats on the site are users chatting only with us for support. See haggle proj for example. No backend is needed because we aren't saving chats using this method. If user login is implemented otherwise then this would be a Frontend/Backend task.

jestra03 commented 3 months ago

This component will be on the bottom right as a tab that slides up when clicked then hidden when pressed to tab down.