Add custom todos
This commit is contained in:
parent
3d5eb9873a
commit
41f3b84c6a
|
@ -1,23 +1,30 @@
|
|||
[
|
||||
{
|
||||
"Title": "Create ViewModel",
|
||||
"Description": "Create a ViewModel in the next step to learn MVVM.",
|
||||
"Title": "Shoot Disturbing Video in Suicide Forest",
|
||||
"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,
|
||||
"Category": "Default",
|
||||
"DueDate": "2023-05-31T00:00:00"
|
||||
},
|
||||
{
|
||||
"Title": "Add Themeing",
|
||||
"Description": "Integrate your own theme in the app.",
|
||||
"Title": "Delete YouTube Channel and Piss Off",
|
||||
"Description": "Let's be honest, I still need to do some more scams before I can do that.",
|
||||
"IsDone": false,
|
||||
"Category": "Default",
|
||||
"DueDate": "2023-05-31T00:00:00"
|
||||
},
|
||||
{
|
||||
"Title": "Add local database",
|
||||
"Description": "Learn how to add a local database.",
|
||||
"IsDone": false,
|
||||
"Category": "Default",
|
||||
"DueDate": "2023-05-31T00:00:00"
|
||||
"DueDate": "2024-06-08T00:00:00"
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue