diff --git a/.vscode/launch.json b/.vscode/launch.json index a7dbdf2..e3e0be2 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -2,7 +2,7 @@ "version": "0.2.0", "configurations": [ { - "name": "Python: Flask (mac)", + "name": "Python: Flask", "type": "python", "request": "launch", "module": "flask", @@ -70,7 +70,7 @@ { "name": "Full Stack (Backend + Frontend)", "configurations": [ - "Python: Flask (mac)", + "Python: Flask", "Vue: Dev Server", "Chrome: Launch (Vue App)" ] diff --git a/backend/test_data/db/child_overrides.json b/backend/test_data/db/child_overrides.json index 8d16e13..bb61578 100644 --- a/backend/test_data/db/child_overrides.json +++ b/backend/test_data/db/child_overrides.json @@ -1,3 +1,94 @@ { - "_default": {} + "_default": { + "1": { + "id": "54340aec-f39d-40b7-932a-b8c318ed8c7b", + "created_at": 1771272672.2496662, + "updated_at": 1771272672.2496662, + "child_id": "child1", + "entity_id": "task1", + "entity_type": "task", + "custom_value": 20 + }, + "2": { + "id": "62971cdd-f9f6-4e77-b347-0675602b0520", + "created_at": 1771272672.2916758, + "updated_at": 1771272672.2916758, + "child_id": "child2", + "entity_id": "task2", + "entity_type": "task", + "custom_value": 25 + }, + "3": { + "id": "a19ec142-09e7-4c66-93fb-cd2fba963def", + "created_at": 1771272672.303679, + "updated_at": 1771272672.303679, + "child_id": "child3", + "entity_id": "task1", + "entity_type": "task", + "custom_value": 10 + }, + "4": { + "id": "e8bb60ee-774c-4e33-a454-fd81fecae1d5", + "created_at": 1771272672.303679, + "updated_at": 1771272672.303679, + "child_id": "child3", + "entity_id": "task2", + "entity_type": "task", + "custom_value": 15 + }, + "5": { + "id": "92acbdfe-d8ce-4f3c-a346-b4a9a65002ac", + "created_at": 1771272672.303679, + "updated_at": 1771272672.303679, + "child_id": "child3", + "entity_id": "reward1", + "entity_type": "reward", + "custom_value": 100 + }, + "33": { + "id": "78efc7ac-3f46-455a-878d-32871731efad", + "created_at": 1771272679.854094, + "updated_at": 1771272679.854094, + "child_id": "9c360fd9-90e0-4430-9d5c-c291f329190a", + "entity_id": "b661e0fb-f069-4b52-bd60-581c464da78e", + "entity_type": "task", + "custom_value": 5 + }, + "34": { + "id": "3239d920-0c7e-4cf6-bd47-189100447992", + "created_at": 1771272679.8600955, + "updated_at": 1771272679.8600955, + "child_id": "8eb4d29c-e403-4289-8416-bd1b9b447482", + "entity_id": "b661e0fb-f069-4b52-bd60-581c464da78e", + "entity_type": "task", + "custom_value": 20 + }, + "35": { + "id": "4e7cb6a9-3f25-4149-aa04-faca862e4bad", + "created_at": 1771272680.1201544, + "updated_at": 1771272680.1201544, + "child_id": "02a1f575-8821-4b9d-8790-b81699c8a725", + "entity_id": "73143971-f7a4-402d-a25a-8f7c940dfdc2", + "entity_type": "task", + "custom_value": 0 + }, + "36": { + "id": "1bff1845-42ee-4715-9998-cf8e88674f01", + "created_at": 1771272680.401227, + "updated_at": 1771272680.401227, + "child_id": "02a1f575-8821-4b9d-8790-b81699c8a725", + "entity_id": "4cae99de-b15b-41cd-ae8e-fb875adef372", + "entity_type": "task", + "custom_value": 10000 + }, + "37": { + "id": "e3f691c8-94b7-4372-a025-fbc60df2026b", + "created_at": 1771272680.651284, + "updated_at": 1771272680.651284, + "child_id": "92f56529-6c6c-4de4-9e76-c9433aea8f01", + "entity_id": "3a23fbd1-9877-49c9-846c-223367ddde7c", + "entity_type": "reward", + "custom_value": 75 + } + } } \ No newline at end of file