From 41f3b84c6aaf51d59522d0abaa3712a51acdf7b9 Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Fri, 7 Jun 2024 00:31:16 +0200 Subject: [PATCH] Add custom todos --- .../TodoDetails/Resources/Raw/tododata.json | 31 ++++++++++++------- 1 file changed, 19 insertions(+), 12 deletions(-) diff --git a/Tasks/Lab12/TodoDetails/Resources/Raw/tododata.json b/Tasks/Lab12/TodoDetails/Resources/Raw/tododata.json index 31c948d..2f15403 100644 --- a/Tasks/Lab12/TodoDetails/Resources/Raw/tododata.json +++ b/Tasks/Lab12/TodoDetails/Resources/Raw/tododata.json @@ -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" } ]