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

Implement persistent chats and enable continuation of past conversations #36

Merged
merged 27 commits into from
May 27, 2024

Commits on May 25, 2024

  1. Install aiosqlite

    StreetLamb committed May 25, 2024
    Configuration menu
    Copy the full SHA
    6f1ed09 View commit details
    Browse the repository at this point in the history
  2. Create migration to add 'interrupt' column in members table. Update m…

    …ember routes to read and update 'interrupt' field. Add 'interrupt' field to GraphMember.
    StreetLamb committed May 25, 2024
    Configuration menu
    Copy the full SHA
    dd84e53 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6709127 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4f23993 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    aad2f3f View commit details
    Browse the repository at this point in the history
  6. Create threads table

    StreetLamb committed May 25, 2024
    Configuration menu
    Copy the full SHA
    47f9ea4 View commit details
    Browse the repository at this point in the history
  7. Create thread routes

    StreetLamb committed May 25, 2024
    Configuration menu
    Copy the full SHA
    4cbbcb5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    732c605 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    dadaf6a View commit details
    Browse the repository at this point in the history

Commits on May 26, 2024

  1. Configuration menu
    Copy the full SHA
    1c989ad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b9f12d5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c191bc3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2c63251 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0641e72 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    527152a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d784e27 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e94c8bf View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5d2c108 View commit details
    Browse the repository at this point in the history
  10. Update chat tab to create/update thread and store threadId in query p…

    …arams. Make tabs controlled to enable toggling to chat tab when a thread is selected
    StreetLamb committed May 26, 2024
    Configuration menu
    Copy the full SHA
    3d883d4 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. Configuration menu
    Copy the full SHA
    c8816e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    79c328d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    071174e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    20d0870 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e0ae149 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1ebaef6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    515c623 View commit details
    Browse the repository at this point in the history
  8. Fix mypy errors

    StreetLamb committed May 27, 2024
    Configuration menu
    Copy the full SHA
    9c3351c View commit details
    Browse the repository at this point in the history