Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewID ¶
NewID returns a compact, time-ordered identifier. Format: 10 chars time + 16 chars entropy (Crockford-ish base32, no padding).
func NormalizeTag ¶
Types ¶
type Filter ¶
type Filter struct {
Statuses []Status
Tags []string
Priority *Priority
From *time.Time
To *time.Time
IncludeNilDeadline bool
Sort SortMode
}
func (Filter) ApplyToTask ¶
type Task ¶
type Task struct {
ID string
Title string
Description string
Tags []string
Priority Priority
Deadline *time.Time
Status Status
CreatedAt time.Time
UpdatedAt time.Time
}
func (Task) MarshalJSON ¶
func (Task) NormalizedTags ¶
type TaskPatch ¶
type View ¶
func DefaultViews ¶
Click to show internal directories.
Click to hide internal directories.