Closed mlamina closed 1 month ago
This PR implements a new chat application within the Arcane Studio. The chat app allows users to start and continue conversations related to their repositories.
New App Integration
chat
INSTALLED_APPS
studio/settings.py
studio/urls.py
Models and Migrations
ChatConversation
ChatMessage
chat/models.py
chat/migrations/0001_initial.py
chat/migrations/0002_chatmessage_result_alter_chatconversation_title.py
Views and Templates
chat/views.py
chat_base.html
start_conversation.html
view_chat.html
Miscellaneous
templates/base.html
pr_manager/templates/index.html
tasks/templates/view_task.html
tasks/views.py
tasks/urls.py
This PR implements a new chat application within the Arcane Studio. The chat app allows users to start and continue conversations related to their repositories.
New App Integration
chat
app toINSTALLED_APPS
instudio/settings.py
chat
URLs in the main URL configuration instudio/urls.py
Models and Migrations
ChatConversation
andChatMessage
models inchat/models.py
chat/migrations/0001_initial.py
andchat/migrations/0002_chatmessage_result_alter_chatconversation_title.py
Views and Templates
chat/views.py
chat_base.html
,start_conversation.html
, andview_chat.html
Miscellaneous
templates/base.html
pr_manager/templates/index.html
tasks/templates/view_task.html
tasks/views.py
andtasks/urls.py