add Plants task
renam cleanup -> closing
This commit is contained in:
7
main.go
7
main.go
@@ -48,7 +48,7 @@ func GetDefaultTasks() []Task {
|
||||
// IsOptional: true,
|
||||
//},
|
||||
{
|
||||
Name: "CleanUp",
|
||||
Name: "Closing",
|
||||
Description: `(includes cleaning up, tidying up, rearranging chairs, closing or arranging somebody to lock the front and back doors)`,
|
||||
IsOptional: false,
|
||||
},
|
||||
@@ -67,6 +67,11 @@ func GetDefaultTasks() []Task {
|
||||
Description: `(empty the trash and take care the boxes are not super duper disgusting)`,
|
||||
IsOptional: false,
|
||||
},
|
||||
{
|
||||
Name: "Plants",
|
||||
Description: `(take care of the plants. they need water, but not too much!)`,
|
||||
IsOptional: false,
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user