From d8873ad16bc7802868483e6a0ac070c66efb58c7 Mon Sep 17 00:00:00 2001 From: praneeth-bala Date: Wed, 4 Dec 2024 17:22:04 -0800 Subject: [PATCH] added 3 workflows --- scripts/browse_restaurant.xml | 89 +++++++++++++++++++++ scripts/login.json | 6 ++ scripts/review.json | 6 ++ scripts/review.xml | 68 ++++++++++++++++ scripts/{signupHome.xml => signup_home.xml} | 2 +- 5 files changed, 170 insertions(+), 1 deletion(-) create mode 100644 scripts/browse_restaurant.xml create mode 100644 scripts/login.json create mode 100644 scripts/review.json create mode 100644 scripts/review.xml rename scripts/{signupHome.xml => signup_home.xml} (96%) diff --git a/scripts/browse_restaurant.xml b/scripts/browse_restaurant.xml new file mode 100644 index 0000000..e265aaf --- /dev/null +++ b/scripts/browse_restaurant.xml @@ -0,0 +1,89 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/login.json b/scripts/login.json new file mode 100644 index 0000000..364daa2 --- /dev/null +++ b/scripts/login.json @@ -0,0 +1,6 @@ +{ + "user": { + "email": "user1@example.com", + "password": "password" + } + } \ No newline at end of file diff --git a/scripts/review.json b/scripts/review.json new file mode 100644 index 0000000..074c0e9 --- /dev/null +++ b/scripts/review.json @@ -0,0 +1,6 @@ +{ + "review": { + "rating": 5, + "content": "This is a test review." + } + } \ No newline at end of file diff --git a/scripts/review.xml b/scripts/review.xml new file mode 100644 index 0000000..fc07158 --- /dev/null +++ b/scripts/review.xml @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/scripts/signupHome.xml b/scripts/signup_home.xml similarity index 96% rename from scripts/signupHome.xml rename to scripts/signup_home.xml index 8fe5171..515d718 100644 --- a/scripts/signupHome.xml +++ b/scripts/signup_home.xml @@ -41,7 +41,7 @@ - +