Add custom todos

This commit is contained in:
Manuel Thalmann 2024-06-07 00:31:16 +02:00
parent 3d5eb9873a
commit 41f3b84c6a

View file

@ -1,23 +1,30 @@
[ [
{ {
"Title": "Create ViewModel", "Title": "Shoot Disturbing Video in Suicide Forest",
"Description": "Create a ViewModel in the next step to learn MVVM.", "Description": "Shoot a disturbing YouTube video in the Suicide Forest in Japan. People will forget about it soon, lol.",
"IsDone": true,
"Category": "Default",
"DueDate": "2017-12-31T00:00:00"
},
{
"Title": "Release Satirical Flat Earth Documentary",
"Description": "People will love this, I'm sure!'",
"IsDone": true,
"Category": "Default",
"DueDate": "2019-03-21T00:00:00"
},
{
"Title": "Do Pump-and-Dump Scam with NFT",
"Description": "It's not my fault - people buying NFTs are just stupid in the brain!",
"IsDone": true, "IsDone": true,
"Category": "Default", "Category": "Default",
"DueDate": "2023-05-31T00:00:00" "DueDate": "2023-05-31T00:00:00"
}, },
{ {
"Title": "Add Themeing", "Title": "Delete YouTube Channel and Piss Off",
"Description": "Integrate your own theme in the app.", "Description": "Let's be honest, I still need to do some more scams before I can do that.",
"IsDone": false, "IsDone": false,
"Category": "Default", "Category": "Default",
"DueDate": "2023-05-31T00:00:00" "DueDate": "2024-06-08T00:00:00"
},
{
"Title": "Add local database",
"Description": "Learn how to add a local database.",
"IsDone": false,
"Category": "Default",
"DueDate": "2023-05-31T00:00:00"
} }
] ]