Insert
INSERT INTO tree_table (title_unique, level_0, level_1, level_2, level_3, level_4, level_5, level_6, content)
VALUES
('Code Assistant (Open-Source Software)', 'Head', 'Objective', NULL, NULL, NULL, NULL, NULL, 'The objective of this project is to develop a comprehensive plugin for Visual Studio Code (VS Code) IDE that enhances developer productivity by providing Ollama, LLMs (Llama, CodeLlama, Codestar, Quencoder, etc)'),
('Code Assistant (Open-Source Software)', 'Head', 'Pre-requisites', NULL, NULL, NULL, NULL, NULL, 'CONTINUE Plug-in, IDE - VSCode, IntelliJ Idea, Installation of Ollama interface'),
('Code Assistant (Open-Source Software)', 'Head', 'Pre-requisites', NULL, NULL, NULL, NULL, NULL, 'Integration of Open-source LLMs like Llama, CodeLlama, Codestar, Quencoder, etc'),
('Code Assistant (Open-Source Software)', 'Head', 'Development', NULL, NULL, NULL, NULL, NULL, 'Installation of CONTINUE plug-in'),
('Code Assistant (Open-Source Software)', 'Testing', 'Unit Testing', 'Code generation', NULL, NULL, NULL, NULL, 'Code generation - Java'),
('Code Assistant (Open-Source Software)', 'Testing', 'Unit Testing', 'Code generation', NULL, NULL, NULL, NULL, 'Code generation - Python'),
('Code Assistant (Open-Source Software)', 'Testing', 'Unit Testing', 'Error correction', NULL, NULL, NULL, NULL, 'Auto code completion'),
('Code Assistant (Open-Source Software)', 'Testing', 'System Integration Testing', NULL, NULL, NULL, NULL, NULL, 'Testing with existing development');