add background/to do tasks to front page if they have deadline, add some workflow buttons on the front page tasks.
continuous-integration/drone/push Build is passing

This commit is contained in:
2021-04-04 11:09:10 +02:00
parent e0822cce24
commit 019d31600d
8 changed files with 48 additions and 8 deletions
+6 -5
View File
@@ -71,11 +71,12 @@ type ProjectResult struct {
}
type ProjectFilter struct {
UserID string
Active *bool
Favorite *bool
Expiring bool
IDs []string
UserID string
Active *bool
Favorite *bool
Expiring bool
IncludeSemiActive bool
IDs []string
}
type ProjectRepository interface {