Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Johannas Chatbot #277

Open
wants to merge 21 commits into
base: main
Choose a base branch
from
Open

Johannas Chatbot #277

wants to merge 21 commits into from

Commits on Sep 6, 2024

  1. Configuration menu
    Copy the full SHA
    bdfba28 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. Added console.log () and () to the if and if else statements. Made th…

    …e first greeting appear faster (0,5 seconds)
    joheri1 committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    ad44a55 View commit details
    Browse the repository at this point in the history
  2. Added a Start conversation button and deleted the updated the string …

    …<p>message</p> to <p></p>. New hidde
    
    n class to the CSS, to hide the start conversat
    ion button.
    joheri1 committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    0e27aae View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Added the chat bots first dialog - a start button with eventlistener …

    …and greeting, the user input for a name and a welcome userName message.
    joheri1 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    b2879b3 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2024

  1. Configuration menu
    Copy the full SHA
    48206fe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dfac772 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3de00ea View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0aac697 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    833c991 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. Configuration menu
    Copy the full SHA
    97bbd41 View commit details
    Browse the repository at this point in the history
  2. Added the README file

    joheri1 committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    05e7a15 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4cd08c8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6e0cfac View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e01aa98 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    690df89 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0c16fee View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Start implement requested changes, like replace the input field with …

    …buttons for the coffee question.
    joheri1 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    bf9c1ce View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Make CoffeeChoice a global variable so it can be used in the Confirma…

    …tion message. Change the buttons to have the same layout. Hide the name input field when the Start conversation button is visible. Remove the start conversation button when the name input field is visible. Remove name input field after submit. Add CSS to style the selectbuttons and the name input field. Add requestAnimationFrame to avoid scrolling to see the buttons on the form
    joheri1 committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    5c50c03 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c77dd79 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    88ff583 View commit details
    Browse the repository at this point in the history
  4. Add CSS styling to make the chat even more responsive to mobile and t…

    …ablet. Add setTimeout to create a better flow in the chat conversation.
    joheri1 committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    cfb68b8 View commit details
    Browse the repository at this point in the history