diff --git a/.gitignore b/.gitignore index effd17b..0d2e328 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,7 @@ .env backend/test_data/ logs/ -resources/ +frontend/vue-app/resources/ frontend/vue-app/playwright-report/ frontend/vue-app/test-results/ backend/test-results/ diff --git a/backend/resources/images/boy01.png b/backend/resources/images/boy01.png new file mode 100644 index 0000000..9f43fc9 Binary files /dev/null and b/backend/resources/images/boy01.png differ diff --git a/backend/resources/images/boy02.png b/backend/resources/images/boy02.png new file mode 100644 index 0000000..5536901 Binary files /dev/null and b/backend/resources/images/boy02.png differ diff --git a/backend/resources/images/boy03.png b/backend/resources/images/boy03.png new file mode 100644 index 0000000..3a0a237 Binary files /dev/null and b/backend/resources/images/boy03.png differ diff --git a/backend/resources/images/boy04.png b/backend/resources/images/boy04.png new file mode 100644 index 0000000..542ecb3 Binary files /dev/null and b/backend/resources/images/boy04.png differ diff --git a/backend/resources/images/broom.png b/backend/resources/images/broom.png new file mode 100644 index 0000000..22cf4e6 Binary files /dev/null and b/backend/resources/images/broom.png differ diff --git a/backend/resources/images/candy.png b/backend/resources/images/candy.png new file mode 100644 index 0000000..6851141 Binary files /dev/null and b/backend/resources/images/candy.png differ diff --git a/backend/resources/images/computer-game.png b/backend/resources/images/computer-game.png new file mode 100644 index 0000000..2b7ba33 Binary files /dev/null and b/backend/resources/images/computer-game.png differ diff --git a/backend/resources/images/fighting.png b/backend/resources/images/fighting.png new file mode 100644 index 0000000..3264914 Binary files /dev/null and b/backend/resources/images/fighting.png differ diff --git a/backend/resources/images/games-with-dad.png b/backend/resources/images/games-with-dad.png new file mode 100644 index 0000000..85a50fa Binary files /dev/null and b/backend/resources/images/games-with-dad.png differ diff --git a/backend/resources/images/girl01.png b/backend/resources/images/girl01.png new file mode 100644 index 0000000..b1d9929 Binary files /dev/null and b/backend/resources/images/girl01.png differ diff --git a/backend/resources/images/girl02.png b/backend/resources/images/girl02.png new file mode 100644 index 0000000..b8a67e9 Binary files /dev/null and b/backend/resources/images/girl02.png differ diff --git a/backend/resources/images/girl03.png b/backend/resources/images/girl03.png new file mode 100644 index 0000000..af364b0 Binary files /dev/null and b/backend/resources/images/girl03.png differ diff --git a/backend/resources/images/girl04.png b/backend/resources/images/girl04.png new file mode 100644 index 0000000..82318e7 Binary files /dev/null and b/backend/resources/images/girl04.png differ diff --git a/backend/resources/images/good.png b/backend/resources/images/good.png new file mode 100644 index 0000000..bc9654b Binary files /dev/null and b/backend/resources/images/good.png differ diff --git a/backend/resources/images/homework.png b/backend/resources/images/homework.png new file mode 100644 index 0000000..16dfe0e Binary files /dev/null and b/backend/resources/images/homework.png differ diff --git a/backend/resources/images/ice-cream.png b/backend/resources/images/ice-cream.png new file mode 100644 index 0000000..94ae43c Binary files /dev/null and b/backend/resources/images/ice-cream.png differ diff --git a/backend/resources/images/ignore.png b/backend/resources/images/ignore.png new file mode 100644 index 0000000..a82db33 Binary files /dev/null and b/backend/resources/images/ignore.png differ diff --git a/backend/resources/images/lying.png b/backend/resources/images/lying.png new file mode 100644 index 0000000..b9197da Binary files /dev/null and b/backend/resources/images/lying.png differ diff --git a/backend/resources/images/make-the-bed.png b/backend/resources/images/make-the-bed.png new file mode 100644 index 0000000..e63653c Binary files /dev/null and b/backend/resources/images/make-the-bed.png differ diff --git a/backend/resources/images/meal.png b/backend/resources/images/meal.png new file mode 100644 index 0000000..16aefd4 Binary files /dev/null and b/backend/resources/images/meal.png differ diff --git a/backend/resources/images/money.png b/backend/resources/images/money.png new file mode 100644 index 0000000..7482c3d Binary files /dev/null and b/backend/resources/images/money.png differ diff --git a/backend/resources/images/playground.png b/backend/resources/images/playground.png new file mode 100644 index 0000000..e5a48f3 Binary files /dev/null and b/backend/resources/images/playground.png differ diff --git a/backend/resources/images/tablet.png b/backend/resources/images/tablet.png new file mode 100644 index 0000000..205df79 Binary files /dev/null and b/backend/resources/images/tablet.png differ diff --git a/backend/resources/images/toilet.png b/backend/resources/images/toilet.png new file mode 100644 index 0000000..8cf8125 Binary files /dev/null and b/backend/resources/images/toilet.png differ diff --git a/backend/resources/images/trash-can.png b/backend/resources/images/trash-can.png new file mode 100644 index 0000000..5bbcebb Binary files /dev/null and b/backend/resources/images/trash-can.png differ diff --git a/backend/resources/images/tv.png b/backend/resources/images/tv.png new file mode 100644 index 0000000..3feba3c Binary files /dev/null and b/backend/resources/images/tv.png differ diff --git a/backend/resources/images/vacuum.png b/backend/resources/images/vacuum.png new file mode 100644 index 0000000..060e0c8 Binary files /dev/null and b/backend/resources/images/vacuum.png differ diff --git a/backend/resources/images/yelling.png b/backend/resources/images/yelling.png new file mode 100644 index 0000000..7a2a8c8 Binary files /dev/null and b/backend/resources/images/yelling.png differ