java.lang.Object
ai.tutor.cab302exceptionalhandlers.controller.ChatSetupController
ai.tutor.cab302exceptionalhandlers.controller.ChatCreateController

public class ChatCreateController extends ChatSetupController
Controller for creating new chats in the AI tutor application.

Extends ChatSetupController to provide functionality for creating a new chat based on user inputs from the chat setup screen. Implements setupConfirmChatButton() to handle chat creation and uses createNewChat(String, String, String, int, String, String) to save the chat to the database via ChatSetupController.chatDAO. After creation, navigates back to the chat screen.

See Also: