auto-sync: 2026-04-18 10:20:01

This commit is contained in:
Stream
2026-04-18 10:20:01 +03:00
parent e3de6da472
commit 9c3842e435
2 changed files with 7 additions and 0 deletions

View File

@@ -41,6 +41,7 @@ types:
start_date: date? start_date: date?
end_date: date? end_date: date?
folder: string? folder: string?
doc_path: string?
tags: string[]? tags: string[]?
Task: Task:
@@ -54,6 +55,8 @@ types:
project: ref(Project)? project: ref(Project)?
due: datetime? due: datetime?
estimate_hours: number? estimate_hours: number?
folder: string?
doc_path: string?
blockers: ref(Task)[]? blockers: ref(Task)[]?
tags: string[]? tags: string[]?

View File

@@ -40,6 +40,8 @@ Project:
goals: ref(Goal)[]? goals: ref(Goal)[]?
start_date: date? start_date: date?
end_date: date? end_date: date?
folder: string?
doc_path: string?
tags: string[]? tags: string[]?
Task: Task:
@@ -53,6 +55,8 @@ Task:
project: ref(Project)? project: ref(Project)?
due: datetime? due: datetime?
estimate_hours: number? estimate_hours: number?
folder: string?
doc_path: string?
blockers: ref(Task)[]? blockers: ref(Task)[]?
tags: string[]? tags: string[]?