Task filters #243

Merged
konrad merged 18 commits from feature/task-filter into master 2020-04-11 14:20:34 +00:00
Showing only changes of commit da13b825a9 - Show all commits

View File

@ -111,13 +111,11 @@ func (TaskReminder) TableName() string {
} }
type taskOptions struct { type taskOptions struct {
search string search string
startDate time.Time page int
endDate time.Time perPage int
page int sortby []*sortParam
perPage int filters []*taskFilter
sortby []*sortParam
filters []*taskFilter
} }
// ReadAll is a dummy function to still have that endpoint documented // ReadAll is a dummy function to still have that endpoint documented