Added projects. Part 7

This commit is contained in:
alexey
2025-03-01 23:38:05 +03:00
parent c61763ba56
commit ffe340bcae
5 changed files with 137 additions and 8 deletions

View File

@@ -59,6 +59,11 @@ class ProjectsActions
fname
end
def get_project_path_git(id, gitname)
proj_path = get_project_path(id)
File.join(proj_path, PROJECTS_STRUCTURE[:SRC], gitname)
end
def create_project(name, description, configuration)
@error = nil
ret_val = 0