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
continuous-integration/drone/push Build is passing
This commit is contained in:
+6
-5
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user