greendavid004
  • Joined on 2025-06-06
greendavid004 pushed to develop at web_programming/fridge_bites 2025-06-30 22:12:41 +02:00
29d9f21d71 Merge pull request 'TIST-21: added static daily meals page' (#22) from TIST-21 into develop
7dfdc37a90 removed unused 'use' from daily recipes controller
46adce3c77 added static daily meals page
Compare 3 commits »
greendavid004 deleted branch TIST-21 from web_programming/fridge_bites 2025-06-30 22:12:41 +02:00
greendavid004 merged pull request web_programming/fridge_bites#22 2025-06-30 22:12:40 +02:00
TIST-21: added static daily meals page
greendavid004 pushed to TIST-21 at web_programming/fridge_bites 2025-06-30 22:10:18 +02:00
7dfdc37a90 removed unused 'use' from daily recipes controller
greendavid004 commented on pull request web_programming/fridge_bites#23 2025-06-30 21:56:18 +02:00
TIST-31: Favorites model and ajax endpoint

$result['success'] = 'You have successfully added recipe in your favorite list';

You have successfully added the recipe to your favorites list

greendavid004 commented on pull request web_programming/fridge_bites#23 2025-06-30 21:55:19 +02:00
TIST-31: Favorites model and ajax endpoint
 else {
            return get_ajax_error("This recipe in your favorite list is not exists", 400);
        }

This recipe from your favorites list does not exist.

greendavid004 commented on pull request web_programming/fridge_bites#23 2025-06-30 21:54:28 +02:00
TIST-31: Favorites model and ajax endpoint
if(!$recipe)
            return ['Recipe is not exists'];

        return true;

Recipe does not exist

greendavid004 created pull request web_programming/fridge_bites#22 2025-06-29 18:06:08 +02:00
TIST-21: added static daily meals page
greendavid004 created branch TIST-21 in web_programming/fridge_bites 2025-06-29 18:05:14 +02:00
greendavid004 pushed to TIST-21 at web_programming/fridge_bites 2025-06-29 18:05:14 +02:00
46adce3c77 added static daily meals page
greendavid004 merged pull request web_programming/fridge_bites#20 2025-06-29 17:35:28 +02:00
TIST-28: Create ajax endpoint to create new ingredient and search ingredients
greendavid004 pushed to develop at web_programming/fridge_bites 2025-06-29 17:35:28 +02:00
3e9fdd36bb Merge pull request 'TIST-28: Create ajax endpoint to create new ingredient and search ingredients' (#20) from TIST-28 into develop
95e41b813f Added ajax endpoints to search and create ingredient
Compare 2 commits »
greendavid004 deleted branch TIST-28 from web_programming/fridge_bites 2025-06-29 17:35:28 +02:00
greendavid004 pushed to develop at web_programming/fridge_bites 2025-06-29 17:33:29 +02:00
f588e5f608 Merge pull request 'TIST-30: fixed catalog anchor textt decorations and removed display grid from filters, removed images from categories in index and updated design' (#21) from TIST-30 into develop
fc357f4eb5 TIST-30: fixed catalog anchor textt decorations and removed display grid from filters, removed images from categories in index and updated design
Compare 2 commits »
greendavid004 deleted branch TIST-30 from web_programming/fridge_bites 2025-06-29 17:33:29 +02:00
greendavid004 merged pull request web_programming/fridge_bites#21 2025-06-29 17:33:27 +02:00
TIST-30: fixed catalog anchor textt decorations and removed display grid from filters, removed images from categories in index and updated design
greendavid004 created pull request web_programming/fridge_bites#21 2025-06-29 15:44:50 +02:00
TIST-30: fixed catalog anchor textt decorations and removed display grid from filters, removed images from categories in index and updated design
greendavid004 created branch TIST-30 in web_programming/fridge_bites 2025-06-29 15:44:13 +02:00
greendavid004 pushed to TIST-30 at web_programming/fridge_bites 2025-06-29 15:44:13 +02:00
fc357f4eb5 TIST-30: fixed catalog anchor textt decorations and removed display grid from filters, removed images from categories in index and updated design