Add AgentBoard project board card API
Some checks failed
cron-lock / action (push) Has been cancelled
cron-translations / crowdin-pull (push) Has been cancelled
cron-translations / crowdin-push (push) Has been cancelled

This commit is contained in:
Mikhail Kilin
2026-05-28 17:39:06 +03:00
parent 2ebe4f0514
commit ee3b2ac09d
3 changed files with 77 additions and 0 deletions

View File

@@ -36,6 +36,7 @@ func ToApiProjectBoardList(
func ToAPIProject(ctx context.Context, project *project_model.Project) *api.Project {
apiProject := &api.Project{
ID: project.ID,
Title: project.Title,
Description: project.Description,
BoardType: uint8(project.BoardType),