add Plants task

renam cleanup -> closing
This commit is contained in:
2024-07-15 11:14:33 +02:00
parent c60fc43f73
commit a4a9bf571d

View File

@@ -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,
},
}
}