From bf1f782e88036599ae6bb0a6ea912549688d6557 Mon Sep 17 00:00:00 2001 From: ysramitha-12 Date: Mon, 9 Sep 2024 16:15:44 +0530 Subject: [PATCH 1/4] Adya-BAP & BAP-Learning Experiences & Work Opportunities- API Payloads --- .../Learning Experiences/confirm.json | 58 +++ logs/Adya-BAP/Learning Experiences/init.json | 66 ++++ .../Adya-BAP/Learning Experiences/search.json | 22 ++ .../Adya-BAP/Learning Experiences/select.json | 27 ++ .../Adya-BAP/Learning Experiences/status.json | 20 + logs/Adya-BAP/Work Opportunities/confirm.json | 119 ++++++ logs/Adya-BAP/Work Opportunities/init.json | 117 ++++++ .../search by employment type.json | 38 ++ .../search by industry type.json | 38 ++ .../search by location.json | 35 ++ .../Work Opportunities/search by name.json | 22 ++ .../search by provider.json | 22 ++ .../search by user details.json | 43 +++ logs/Adya-BAP/Work Opportunities/select.json | 27 ++ .../Learning Experiences/on_confirm.json | 246 ++++++++++++ .../on_init(not_paid).json | 224 +++++++++++ .../Learning Experiences/on_init(paid).json | 203 ++++++++++ .../Learning Experiences/on_search.json | 155 ++++++++ .../Learning Experiences/on_select.json | 156 ++++++++ .../on_status(in_progress).json | 246 ++++++++++++ .../Work Opportunities/on_confirm.json | 340 +++++++++++++++++ .../on_init(application_filled).json | 337 +++++++++++++++++ .../on_init(application_started).json | 358 ++++++++++++++++++ .../Work Opportunities/on_search.json | 265 +++++++++++++ .../Work Opportunities/on_select.json | 248 ++++++++++++ .../on_status(offer_extended).json | 340 +++++++++++++++++ 26 files changed, 3772 insertions(+) create mode 100644 logs/Adya-BAP/Learning Experiences/confirm.json create mode 100644 logs/Adya-BAP/Learning Experiences/init.json create mode 100644 logs/Adya-BAP/Learning Experiences/search.json create mode 100644 logs/Adya-BAP/Learning Experiences/select.json create mode 100644 logs/Adya-BAP/Learning Experiences/status.json create mode 100644 logs/Adya-BAP/Work Opportunities/confirm.json create mode 100644 logs/Adya-BAP/Work Opportunities/init.json create mode 100644 logs/Adya-BAP/Work Opportunities/search by employment type.json create mode 100644 logs/Adya-BAP/Work Opportunities/search by industry type.json create mode 100644 logs/Adya-BAP/Work Opportunities/search by location.json create mode 100644 logs/Adya-BAP/Work Opportunities/search by name.json create mode 100644 logs/Adya-BAP/Work Opportunities/search by provider.json create mode 100644 logs/Adya-BAP/Work Opportunities/search by user details.json create mode 100644 logs/Adya-BAP/Work Opportunities/select.json create mode 100644 logs/Adya-BPP/Learning Experiences/on_confirm.json create mode 100644 logs/Adya-BPP/Learning Experiences/on_init(not_paid).json create mode 100644 logs/Adya-BPP/Learning Experiences/on_init(paid).json create mode 100644 logs/Adya-BPP/Learning Experiences/on_search.json create mode 100644 logs/Adya-BPP/Learning Experiences/on_select.json create mode 100644 logs/Adya-BPP/Learning Experiences/on_status(in_progress).json create mode 100644 logs/Adya-BPP/Work Opportunities/on_confirm.json create mode 100644 logs/Adya-BPP/Work Opportunities/on_init(application_filled).json create mode 100644 logs/Adya-BPP/Work Opportunities/on_init(application_started).json create mode 100644 logs/Adya-BPP/Work Opportunities/on_search.json create mode 100644 logs/Adya-BPP/Work Opportunities/on_select.json create mode 100644 logs/Adya-BPP/Work Opportunities/on_status(offer_extended).json diff --git a/logs/Adya-BAP/Learning Experiences/confirm.json b/logs/Adya-BAP/Learning Experiences/confirm.json new file mode 100644 index 0000000..1bd3bd1 --- /dev/null +++ b/logs/Adya-BAP/Learning Experiences/confirm.json @@ -0,0 +1,58 @@ +{ + "context": { + "action": "confirm", + "bap_id": "onest-bap.skillsetu.co", + "bap_uri": "https://onest-bap.skillsetu.co/api/v1/onest_ondc/bap", + "bpp_id": "onest.skillsetu.co", + "bpp_uri": "https://onest.skillsetu.co/api/v1/onest_ondc/bpp", + "domain": "onest:learning-experiences", + "message_id": "f647154c-cdea-48b2-830b-db80eb586105", + "timestamp": "2024-08-29T14:11:04.744Z", + "transaction_id": "8f736513-a2f2-463f-8056-26ca75e767f6", + "ttl": "PT10M", + "version": "1.1.0" + }, + "message": { + "order": { + "billing": { + "address": "Hyderabad, Telangana", + "email": "chandru@adya.ai", + "name": "Sanjay S", + "phone": "9894957042" + }, + "fulfillments": [ + { + "customer": { + "contact": { + "email": "chandru@adya.ai", + "phone": "9894957042" + }, + "person": { + "age": "20", + "gender": "Male", + "name": "Sanjay S" + } + }, + "id": "F2" + } + ], + "items": [ + { + "id": "YITY6D74" + } + ], + "payments": [ + { + "params": { + "amount": "500", + "currency": "INR" + }, + "status": "PAID" + } + ], + "provider": { + "id": "VOJIH8J8" + } + } + } +} \ No newline at end of file diff --git a/logs/Adya-BAP/Learning Experiences/init.json b/logs/Adya-BAP/Learning Experiences/init.json new file mode 100644 index 0000000..f57ddfa --- /dev/null +++ b/logs/Adya-BAP/Learning Experiences/init.json @@ -0,0 +1,66 @@ +{ + "context": { + "action": "init", + "bap_id": "onest-bap.skillsetu.co", + "bap_uri": "https://onest-bap.skillsetu.co/api/v1/onest_ondc/bap", + "bpp_id": "onest.skillsetu.co", + "bpp_uri": "https://onest.skillsetu.co/api/v1/onest_ondc/bpp", + "domain": "onest:learning-experiences", + "message_id": "b6bf15f4-c621-4593-9348-ab197a8093a5", + "timestamp": "2024-08-29T14:11:04.744Z", + "transaction_id": "8f736513-a2f2-463f-8056-26ca75e767f6", + "ttl": "PT10M", + "version": "1.1.0" + }, + "message": { + "order": { + "billing": { + "address": "Hyderabad, Telangana", + "email": "chandru@adya.ai", + "name": "Sanjay S", + "phone": "9894957042" + }, + "fulfillments": [ + { + "customer": { + "contact": { + "email": "chandru@adya.ai", + "phone": "9894957042" + }, + "person": { + "age": "20", + "gender": "Male", + "name": "Sanjay S", + "tags": [ + { + "descriptor": { + "code": "professional-details", + "name": "Professional Details" + }, + "display": true, + "list": [ + { + "descriptor": { + "code": "profession", + "name": "profession" + }, + "value": "Student" + } + ] + } + ] + } + } + } + ], + "items": [ + { + "id": "YITY6D74" + } + ], + "provider": { + "id": "VOJIH8J8" + } + } + } +} \ No newline at end of file diff --git a/logs/Adya-BAP/Learning Experiences/search.json b/logs/Adya-BAP/Learning Experiences/search.json new file mode 100644 index 0000000..a110495 --- /dev/null +++ b/logs/Adya-BAP/Learning Experiences/search.json @@ -0,0 +1,22 @@ +{ + "context": { + "action": "search", + "bap_id": "onest-bap.skillsetu.co", + "bap_uri": "https://onest-bap.skillsetu.co/api/v1/onest_ondc/bap", + "domain": "onest:learning-experiences", + "message_id": "b40f07ca-2018-42ac-967d-d1680e6b3088", + "timestamp": "2024-08-29T07:16:46.379Z", + "transaction_id": "94098aa9-60c5-4ff5-83c0-2ed87e5fc4da", + "ttl": "PT10M", + "version": "1.1.0" + }, + "message": { + "intent": { + "item": { + "descriptor": { + "name": "management" + } + } + } + } +} \ No newline at end of file diff --git a/logs/Adya-BAP/Learning Experiences/select.json b/logs/Adya-BAP/Learning Experiences/select.json new file mode 100644 index 0000000..a7817b2 --- /dev/null +++ b/logs/Adya-BAP/Learning Experiences/select.json @@ -0,0 +1,27 @@ +{ + "context": { + "action": "select", + "bap_id": "onest-bap.skillsetu.co", + "bap_uri": "https://onest-bap.skillsetu.co/api/v1/onest_ondc/bap", + "bpp_id": "onest.skillsetu.co", + "bpp_uri": "https://onest.skillsetu.co/api/v1/onest_ondc/bpp", + "domain": "onest:learning-experiences", + "message_id": "b2a824da-179c-4341-a520-26b797130dac", + "timestamp": "2024-08-29T14:11:04.744Z", + "transaction_id": "8f736513-a2f2-463f-8056-26ca75e767f6", + "ttl": "PT10M", + "version": "1.1.0" + }, + "message": { + "order": { + "items": [ + { + "id": "YITY6D74" + } + ], + "provider": { + "id": "VOJIH8J8" + } + } + } +} \ No newline at end of file diff --git a/logs/Adya-BAP/Learning Experiences/status.json b/logs/Adya-BAP/Learning Experiences/status.json new file mode 100644 index 0000000..9ff7e28 --- /dev/null +++ b/logs/Adya-BAP/Learning Experiences/status.json @@ -0,0 +1,20 @@ +{ + "context": { + "action": "status", + "bap_id": "onest-bap.skillsetu.co", + "bap_uri": "https://onest-bap.skillsetu.co/api/v1/onest_ondc/bap", + "bpp_id": "onest.skillsetu.co", + "bpp_uri": "https://onest.skillsetu.co/api/v1/onest_ondc/bpp", + "domain": "onest:learning-experiences", + "message_id": "99523adf-b859-4094-a75c-6aea1785a20b", + "timestamp": "2024-08-29T15:19:31.995Z", + "transaction_id": "8f736513-a2f2-463f-8056-26ca75e767f6", + "ttl": "PT10M", + "version": "1.1.0" + }, + "message": { + "order": { + "id": "be18d94a-0fc0-4059-9513-0434cb69b668" + } + } +} \ No newline at end of file diff --git a/logs/Adya-BAP/Work Opportunities/confirm.json b/logs/Adya-BAP/Work Opportunities/confirm.json new file mode 100644 index 0000000..bbccdd0 --- /dev/null +++ b/logs/Adya-BAP/Work Opportunities/confirm.json @@ -0,0 +1,119 @@ +{ + "context": { + "action": "confirm", + "bap_id": "onest-jobs-bap.skillsetu.co", + "bap_uri": "https://onest-jobs-bap.skillsetu.co/api/v1/onest_ondc/bap", + "bpp_id": "onest-jobs.skillsetu.co", + "bpp_uri": "https://onest-jobs.skillsetu.co/api/v1/onest_ondc/bpp", + "domain": "onest:work-opportunities", + "message_id": "a6413136-e3ea-4d74-9188-9627a2880a37", + "timestamp": "2024-08-29T15:19:32.847Z", + "transaction_id": "8d3cac68-0f5a-4d74-93b4-d716ddaa581d", + "ttl": "PT10M", + "version": "1.1.0" + }, + "message": { + "order": { + "fulfillments": [ + { + "customer": { + "contact": { + "email": "username@email.com", + "phone": "7894522689" + }, + "person": { + "age": "23", + "gender": "Male", + "languages": [ + { + "code": "en", + "name": "English" + }, + { + "code": "te", + "name": "Telugu" + }, + { + "code": "hi", + "name": "Hindi" + } + ], + "name": "John S", + "skills": [ + { + "code": "Java", + "name": "Java" + }, + { + "code": "Python", + "name": "Python" + } + ], + "tags": [ + { + "descriptor": { + "code": "emp-details" + }, + "list": [ + { + "descriptor": { + "code": "expected-salary", + "name": "Expected Salary" + }, + "value": "1000000" + }, + { + "descriptor": { + "code": "total-experience", + "name": "Total Experience" + }, + "value": "0" + } + ] + }, + { + "descriptor": { + "code": "documents", + "name": "Documents" + }, + "list": [ + { + "descriptor": { + "code": "doc-type" + }, + "value": "resume" + }, + { + "descriptor": { + "code": "link" + }, + "value": "https://adyatechstorage.blob.core.windows.net/onest-storage/20908210315335.pdf-52d8f011-3b64-4e5c-ab13-a5a7f2cba5ad.pdf-54a079b8-a857-42cd-aca7-c380ee8a7ea6.pdf" + }, + { + "descriptor": { + "code": "file-format" + }, + "value": "pdf" + } + ] + } + ] + } + }, + "id": "F1" + } + ], + "items": [ + { + "fulfillment_ids": [ + "F1" + ], + "id": "984R7I7S" + } + ], + "provider": { + "id": "B4KQ8OIJ" + } + } + } +} \ No newline at end of file diff --git a/logs/Adya-BAP/Work Opportunities/init.json b/logs/Adya-BAP/Work Opportunities/init.json new file mode 100644 index 0000000..dd2238e --- /dev/null +++ b/logs/Adya-BAP/Work Opportunities/init.json @@ -0,0 +1,117 @@ +{ + "context": { + "action": "init", + "bap_id": "onest-jobs-bap.skillsetu.co", + "bap_uri": "https://onest-jobs-bap.skillsetu.co/api/v1/onest_ondc/bap", + "bpp_id": "onest-jobs.skillsetu.co", + "bpp_uri": "https://onest-jobs.skillsetu.co/api/v1/onest_ondc/bpp", + "domain": "onest:work-opportunities", + "message_id": "ca533ed7-ea0b-4c42-b3f6-575a2b931d94", + "timestamp": "2024-08-29T15:19:32.847Z", + "transaction_id": "8d3cac68-0f5a-4d74-93b4-d716ddaa581d", + "ttl": "P1M", + "version": "1.1.0" + }, + "message": { + "order": { + "fulfillments": [ + { + "customer": { + "contact": { + "email": "username@email.com", + "phone": "7894522689" + }, + "person": { + "age": "23", + "gender": "Male", + "languages": [ + { + "code": "en", + "name": "English" + }, + { + "code": "te", + "name": "Telugu" + }, + { + "code": "hi", + "name": "Hindi" + } + ], + "name": "John S", + "skills": [ + { + "code": "Java", + "name": "Java" + }, + { + "code": "Python", + "name": "Python" + } + ], + "tags": [ + { + "descriptor": { + "code": "emp-details" + }, + "list": [ + { + "descriptor": { + "code": "expected-salary" + }, + "value": "1000000" + }, + { + "descriptor": { + "code": "total-experience" + }, + "value": "0" + } + ] + }, + { + "descriptor": { + "code": "documents", + "name": "Documents" + }, + "list": [ + { + "descriptor": { + "code": "doc-type" + }, + "value": "resume" + }, + { + "descriptor": { + "code": "link" + }, + "value": "https://adyatechstorage.blob.core.windows.net/onest-storage/20908210315335.pdf-52d8f011-3b64-4e5c-ab13-a5a7f2cba5ad.pdf-54a079b8-a857-42cd-aca7-c380ee8a7ea6.pdf" + }, + { + "descriptor": { + "code": "file-format" + }, + "value": "pdf" + } + ] + } + ] + } + }, + "id": "F1" + } + ], + "items": [ + { + "fulfillment_ids": [ + "F1" + ], + "id": "984R7I7S" + } + ], + "provider": { + "id": "B4KQ8OIJ" + } + } + } +} \ No newline at end of file diff --git a/logs/Adya-BAP/Work Opportunities/search by employment type.json b/logs/Adya-BAP/Work Opportunities/search by employment type.json new file mode 100644 index 0000000..a47ceb8 --- /dev/null +++ b/logs/Adya-BAP/Work Opportunities/search by employment type.json @@ -0,0 +1,38 @@ +{ + "context": { + "action": "search", + "bap_id": "onest-jobs-bap.skillsetu.co", + "bap_uri": "https://onest-jobs-bap.skillsetu.co/api/v1/onest_ondc/bap", + "domain": "onest:work-opportunities", + "message_id": "a301309c-9780-4adb-986b-4b9d2a7b1983", + "timestamp": "2024-08-29T09:16:20.456Z", + "transaction_id": "a5629f73-982f-468c-9e89-bd4c22787fb0", + "ttl": "PT30S", + "version": "1.1.0" + }, + "message": { + "intent": { + "item": { + "tags": [ + { + "descriptor": { + "code": "listing-details", + "name": "Listing details" + }, + "display": true, + "list": [ + { + "descriptor": { + "code": "employment-type", + "name": "Employment type" + }, + "display": true, + "value": "full-time" + } + ] + } + ] + } + } + } +} \ No newline at end of file diff --git a/logs/Adya-BAP/Work Opportunities/search by industry type.json b/logs/Adya-BAP/Work Opportunities/search by industry type.json new file mode 100644 index 0000000..cc72a8e --- /dev/null +++ b/logs/Adya-BAP/Work Opportunities/search by industry type.json @@ -0,0 +1,38 @@ +{ + "context": { + "action": "search", + "bap_id": "onest-jobs-bap.skillsetu.co", + "bap_uri": "https://onest-jobs-bap.skillsetu.co/api/v1/onest_ondc/bap", + "domain": "onest:work-opportunities", + "message_id": "6afb8dc3-8725-4b09-a956-f3a55cb702b9", + "timestamp": "2024-08-29T09:16:20.456Z", + "transaction_id": "33401145-7b68-4448-8f52-27fd6f47b160", + "ttl": "PT30S", + "version": "1.1.0" + }, + "message": { + "intent": { + "item": { + "tags": [ + { + "descriptor": { + "code": "listing-details", + "name": "Listing details" + }, + "display": true, + "list": [ + { + "descriptor": { + "code": "industry-type", + "name": "Industry type" + }, + "display": true, + "value": "IT" + } + ] + } + ] + } + } + } +} \ No newline at end of file diff --git a/logs/Adya-BAP/Work Opportunities/search by location.json b/logs/Adya-BAP/Work Opportunities/search by location.json new file mode 100644 index 0000000..6712c9d --- /dev/null +++ b/logs/Adya-BAP/Work Opportunities/search by location.json @@ -0,0 +1,35 @@ +{ + "context": { + "action": "search", + "bap_id": "onest-jobs-bap.skillsetu.co", + "bap_uri": "https://onest-jobs-bap.skillsetu.co/api/v1/onest_ondc/bap", + "domain": "onest:work-opportunities", + "message_id": "605a86b4-49b9-4a25-9e23-445e7e1eb12e", + "timestamp": "2024-08-29T09:16:20.456Z", + "transaction_id": "8bef83c6-1cd6-4ee6-9a11-d2d30288e736", + "ttl": "PT30S", + "version": "1.1.0" + }, + "message": { + "intent": { + "provider": { + "locations": [ + { + "city": { + "code": "std:011", + "name": "Delhi" + }, + "country": { + "code": "IN", + "name": "India" + }, + "state": { + "code": "IN-DL", + "name": "Delhi" + } + } + ] + } + } + } +} \ No newline at end of file diff --git a/logs/Adya-BAP/Work Opportunities/search by name.json b/logs/Adya-BAP/Work Opportunities/search by name.json new file mode 100644 index 0000000..ee1d442 --- /dev/null +++ b/logs/Adya-BAP/Work Opportunities/search by name.json @@ -0,0 +1,22 @@ +{ + "context": { + "action": "search", + "bap_id": "onest-jobs-bap.skillsetu.co", + "bap_uri": "https://onest-jobs-bap.skillsetu.co/api/v1/onest_ondc/bap", + "domain": "onest:work-opportunities", + "message_id": "bbd7af01-ae94-4eb6-b64b-01b023294b5d", + "timestamp": "2024-08-29T07:16:47.451Z", + "transaction_id": "569544fa-1c3e-4f7d-927f-cfa5c1843856", + "ttl": "PT30S", + "version": "1.1.0" + }, + "message": { + "intent": { + "item": { + "descriptor": { + "name": "Product Manager" + } + } + } + } +} \ No newline at end of file diff --git a/logs/Adya-BAP/Work Opportunities/search by provider.json b/logs/Adya-BAP/Work Opportunities/search by provider.json new file mode 100644 index 0000000..d2786d1 --- /dev/null +++ b/logs/Adya-BAP/Work Opportunities/search by provider.json @@ -0,0 +1,22 @@ +{ + "context": { + "action": "search", + "bap_id": "onest-jobs-bap.skillsetu.co", + "bap_uri": "https://onest-jobs-bap.skillsetu.co/api/v1/onest_ondc/bap", + "domain": "onest:work-opportunities", + "message_id": "1ae24d97-cdf6-4837-bf73-3c09c52f173e", + "timestamp": "2024-08-29T09:16:20.456Z", + "transaction_id": "ca87a06d-b752-418a-872e-3e3901f3bd78", + "ttl": "PT30S", + "version": "1.1.0" + }, + "message": { + "intent": { + "provider": { + "descriptor": { + "name": "Adya" + } + } + } + } +} \ No newline at end of file diff --git a/logs/Adya-BAP/Work Opportunities/search by user details.json b/logs/Adya-BAP/Work Opportunities/search by user details.json new file mode 100644 index 0000000..7b36963 --- /dev/null +++ b/logs/Adya-BAP/Work Opportunities/search by user details.json @@ -0,0 +1,43 @@ +{ + "context": { + "action": "search", + "bap_id": "onest-jobs-bap.skillsetu.co", + "bap_uri": "https://onest-jobs-bap.skillsetu.co/api/v1/onest_ondc/bap", + "domain": "onest:work-opportunities", + "message_id": "c2f126d5-e582-47f6-94e9-d62974d35e06", + "timestamp": "2024-08-29T09:16:20.456Z", + "transaction_id": "d3db67b6-b212-4e85-aa62-cae1ad9845de", + "ttl": "PT30S", + "version": "1.1.0" + }, + "message": { + "intent": { + "fulfillment": { + "customer": { + "person": { + "age": "22", + "gender": "female", + "skills": [ + { + "code": "Time management", + "name": "Time management" + }, + { + "code": "Decision making", + "name": "Decision making" + }, + { + "code": "Java", + "name": "Java" + }, + { + "code": "Problem Solving", + "name": "Problem Solving" + } + ] + } + } + } + } + } +} \ No newline at end of file diff --git a/logs/Adya-BAP/Work Opportunities/select.json b/logs/Adya-BAP/Work Opportunities/select.json new file mode 100644 index 0000000..2afcc89 --- /dev/null +++ b/logs/Adya-BAP/Work Opportunities/select.json @@ -0,0 +1,27 @@ +{ + "context": { + "action": "select", + "bap_id": "onest-jobs-bap.skillsetu.co", + "bap_uri": "https://onest-jobs-bap.skillsetu.co/api/v1/onest_ondc/bap", + "bpp_id": "onest-jobs.skillsetu.co", + "bpp_uri": "https://onest-jobs.skillsetu.co/api/v1/onest_ondc/bpp", + "domain": "onest:work-opportunities", + "message_id": "d8a82154-8501-433b-b266-4da430eb0920", + "timestamp": "2024-08-29T15:19:32.847Z", + "transaction_id": "8d3cac68-0f5a-4d74-93b4-d716ddaa581d", + "ttl": "P1M", + "version": "1.1.0" + }, + "message": { + "order": { + "items": [ + { + "id": "984R7I7S" + } + ], + "provider": { + "id": "B4KQ8OIJ" + } + } + } +} \ No newline at end of file diff --git a/logs/Adya-BPP/Learning Experiences/on_confirm.json b/logs/Adya-BPP/Learning Experiences/on_confirm.json new file mode 100644 index 0000000..b2b22ba --- /dev/null +++ b/logs/Adya-BPP/Learning Experiences/on_confirm.json @@ -0,0 +1,246 @@ +{ + "context": { + "action": "on_confirm", + "bap_id": "onest-bap.skillsetu.co", + "bap_uri": "https://onest-bap.skillsetu.co/api/v1/onest_ondc/bap", + "bpp_id": "onest.skillsetu.co", + "bpp_uri": "https://onest.skillsetu.co/api/v1/onest_ondc/bpp", + "domain": "onest:learning-experiences", + "message_id": "f647154c-cdea-48b2-830b-db80eb586105", + "timestamp": "2024-08-29T14:30:31.334Z", + "transaction_id": "8f736513-a2f2-463f-8056-26ca75e767f6", + "ttl": "PT10M", + "version": "1.1.0" + }, + "message": { + "order": { + "billing": { + "address": "Hyderabad, Telangana", + "email": "chandru@adya.ai", + "name": "Sanjay S", + "phone": "9894957042" + }, + "fulfillments": [ + { + "agent": { + "contact": { + "email": "test_instructor@tmail.in" + }, + "person": { + "name": "Saira Shaik" + } + }, + "customer": { + "contact": { + "email": "chandru@adya.ai", + "phone": "9894957042" + }, + "person": { + "age": "20", + "gender": "Male", + "name": "Sanjay S" + } + }, + "id": "F2", + "state": { + "descriptor": { + "code": "NOT-STARTED", + "name": "Not Started" + }, + "updated_at": "2024-08-29T14:30:31.416Z" + }, + "stops": [ + { + "id": "0", + "instructions": { + "long_desc": "Explore what management is and why its essential in every organization This lesson covers the definition and scope of management as well as the primary roles and responsibilities of a manager", + "media": [ + { + "mimetype": "video/mp4", + "url": "https://www.youtube.com/watch?v=EvE9s6JKemM&list=PLnTNoVqwCn3S_sETjs9QACQeRCDxBGmK8" + } + ], + "name": "Understanding Management Fundamentals" + } + }, + { + "id": "1", + "instructions": { + "long_desc": " Dive into the four core functions of management Learn how each function contributes to achieving organizational goals and how managers balance these functions effectively", + "media": [ + { + "mimetype": "video/mp4", + "url": "https://www.youtube.com/watch?v=LRR6nCpQdwc" + } + ], + "name": "The Four Functions of Management" + } + }, + { + "id": "2", + "instructions": { + "long_desc": "Understand the development of management thought through various eras This lesson explores classical behavioral and modern management theories and how they shape current management practices", + "media": [ + { + "mimetype": "video/mp4", + "url": "https://www.youtube.com/watch?v=8Y7252b_q1U" + } + ], + "name": "Evolution of Management Theories" + } + }, + { + "id": "3", + "instructions": { + "long_desc": "Learn the importance of decision making in management the steps involved in making informed decisions and various problem solving techniques to handle challenges effectively", + "media": [ + { + "mimetype": "video/mp4", + "url": "https://www.youtube.com/watch?v=svKD-fv-EKc" + } + ], + "name": "Decision Making and Problem Solving" + } + } + ], + "type": "ONLINE" + } + ], + "id": "be18d94a-0fc0-4059-9513-0434cb69b668", + "items": [ + { + "category_ids": [ + "SKILL-DEVELOPMENT-COURSES" + ], + "creator": { + "descriptor": { + "images": [ + { + "url": "https://adyatechstorage.blob.core.windows.net/onest-storage/images%20(11).jpeg-8e893cfb-abf8-4885-9d02-a616091454d4.jpeg" + } + ], + "long_desc": "Saira a passionate management instructor dedicated to empowering learners with practical skills and knowledge to excel in the world of business", + "name": "Saira", + "short_desc": "Saira a passionate management instructor " + } + }, + "descriptor": { + "images": [ + { + "url": "https://adyatechstorage.blob.core.windows.net/onest-storage/images%20(14).jpeg-ca95e475-a3f1-4fdb-8710-db2dff149654.jpeg" + } + ], + "long_desc": " Understanding the role of a manager the functions of management and the importance of management in organizations", + "media": [ + { + "url": "https://www.youtube.com/watch?v=cYmqzdI1XOI" + } + ], + "name": "Introduction to Management", + "short_desc": " Understanding the role of a manager" + }, + "fulfillment_ids": [ + "F2" + ], + "id": "YITY6D74", + "price": { + "currency": "INR", + "value": "500" + }, + "quantity": { + "maximum": { + "count": 1 + } + }, + "rateable": true, + "rating": "0", + "tags": [ + { + "descriptor": { + "code": "content-metadata", + "name": "Content metadata" + }, + "display": true, + "list": [ + { + "descriptor": { + "code": "learner-level", + "name": "Learner level" + }, + "value": "Beginner" + }, + { + "descriptor": { + "code": "learning-objective", + "name": "Learning objective" + }, + "value": "Understand the role and responsibilities of a manager in an organization" + }, + { + "descriptor": { + "code": "prerequisite", + "name": "Prerequisite" + }, + "value": " This course is designed for beginners with no prior experience or knowledge of management." + }, + { + "descriptor": { + "code": "lang-code", + "name": "Language code" + }, + "value": "en" + }, + { + "descriptor": { + "code": "course-duration", + "name": "Course duration" + }, + "value": "PT6H" + } + ] + } + ] + } + ], + "payments": [ + { + "collected_by": "BPP", + "params": { + "amount": "500", + "currency": "INR" + }, + "status": "PAID", + "type": "PRE-ORDER" + } + ], + "provider": { + "categories": [ + { + "descriptor": { + "code": "SKILL-DEVELOPMENT-COURSES", + "name": "Skill Development Courses" + }, + "id": "SKILL-DEVELOPMENT-COURSES" + } + ], + "descriptor": { + "images": [ + { + "size_type": "sm", + "url": "https://adyatechstorage.blob.core.windows.net/onest-storage/2d8eb562c8c9fd83f859d1e0d7212cb3.png-16634e8e-ca95-4323-8654-ddc96a5d688e.png" + } + ], + "name": "Saira Shaik", + "short_desc": "Hello! I'm Saira, a passionate management instructor dedicated to empowering learners with practical skills and knowledge to excel in the world of business. With years of experience in the field, I bring a deep understanding of management principles, strategies, and real-world applications to my courses." + }, + "id": "VOJIH8J8" + }, + "quote": { + "price": { + "currency": "INR", + "value": "500" + } + } + } + } +} \ No newline at end of file diff --git a/logs/Adya-BPP/Learning Experiences/on_init(not_paid).json b/logs/Adya-BPP/Learning Experiences/on_init(not_paid).json new file mode 100644 index 0000000..b4bb444 --- /dev/null +++ b/logs/Adya-BPP/Learning Experiences/on_init(not_paid).json @@ -0,0 +1,224 @@ +{ + "context": { + "action": "on_init", + "bap_id": "onest-bap.skillsetu.co", + "bap_uri": "https://onest-bap.skillsetu.co/api/v1/onest_ondc/bap", + "bpp_id": "onest.skillsetu.co", + "bpp_uri": "https://onest.skillsetu.co/api/v1/onest_ondc/bpp", + "domain": "onest:learning-experiences", + "message_id": "b6bf15f4-c621-4593-9348-ab197a8093a5", + "timestamp": "2024-08-29T14:28:36.132Z", + "transaction_id": "8f736513-a2f2-463f-8056-26ca75e767f6", + "ttl": "PT10M", + "version": "1.1.0" + }, + "message": { + "order": { + "billing": { + "address": "Hyderabad, Telangana", + "email": "chandru@adya.ai", + "name": "Sanjay S", + "phone": "9894957042" + }, + "fulfillments": [ + { + "agent": { + "contact": { + "email": "test_instructor@tmail.in" + }, + "person": { + "name": "Saira Shaik" + } + }, + "customer": { + "contact": { + "email": "chandru@adya.ai", + "phone": "9894957042" + }, + "person": { + "age": "20", + "gender": "Male", + "name": "Sanjay S", + "tags": [ + { + "descriptor": { + "code": "professional-details", + "name": "Professional Details" + }, + "display": true, + "list": [ + { + "descriptor": { + "code": "profession", + "name": "profession" + }, + "value": "Student" + } + ] + } + ] + } + }, + "id": "F2", + "type": "ONLINE" + } + ], + "items": [ + { + "category_ids": [ + "SKILL-DEVELOPMENT-COURSES" + ], + "creator": { + "descriptor": { + "images": [ + { + "url": "https://adyatechstorage.blob.core.windows.net/onest-storage/images%20(11).jpeg-8e893cfb-abf8-4885-9d02-a616091454d4.jpeg" + } + ], + "long_desc": "Saira a passionate management instructor dedicated to empowering learners with practical skills and knowledge to excel in the world of business", + "name": "Saira", + "short_desc": "Saira a passionate management instructor " + } + }, + "descriptor": { + "images": [ + { + "url": "https://adyatechstorage.blob.core.windows.net/onest-storage/images%20(14).jpeg-ca95e475-a3f1-4fdb-8710-db2dff149654.jpeg" + } + ], + "long_desc": " Understanding the role of a manager the functions of management and the importance of management in organizations", + "media": [ + { + "url": "https://www.youtube.com/watch?v=cYmqzdI1XOI" + } + ], + "name": "Introduction to Management", + "short_desc": " Understanding the role of a manager" + }, + "fulfillment_ids": [ + "F2" + ], + "id": "YITY6D74", + "price": { + "currency": "INR", + "value": "500" + }, + "quantity": { + "maximum": { + "count": 1 + } + }, + "rateable": true, + "rating": "0", + "tags": [ + { + "descriptor": { + "code": "content-metadata", + "name": "Content metadata" + }, + "display": true, + "list": [ + { + "descriptor": { + "code": "learner-level", + "name": "Learner level" + }, + "value": "Beginner" + }, + { + "descriptor": { + "code": "learning-objective", + "name": "Learning objective" + }, + "value": "Understand the role and responsibilities of a manager in an organization" + }, + { + "descriptor": { + "code": "prerequisite", + "name": "Prerequisite" + }, + "value": " This course is designed for beginners with no prior experience or knowledge of management." + }, + { + "descriptor": { + "code": "lang-code", + "name": "Language code" + }, + "value": "en" + }, + { + "descriptor": { + "code": "course-duration", + "name": "Course duration" + }, + "value": "PT6H" + } + ] + } + ], + "xinput": { + "form": { + "mime_type": "text/html", + "resubmit": false, + "url": "https://adyatechstorage.blob.core.windows.net/onest-storage/education_form-8f736513-a2f2-463f-8056-26ca75e767f6.html" + }, + "head": { + "descriptor": { + "name": "Application Form" + }, + "headings": [ + "Educational Details" + ], + "index": { + "cur": 0, + "max": 1, + "min": 0 + } + }, + "required": true + } + } + ], + "payments": [ + { + "collected_by": "BPP", + "params": { + "amount": "500", + "currency": "INR" + }, + "status": "NOT-PAID", + "type": "PRE-ORDER", + "url": "https://onest.skillsetu.co/api/v1/onest/backend/courses/student_course_payment/get_payment/edaa1d29-19f3-466a-962f-d32e81fabcd2" + } + ], + "provider": { + "categories": [ + { + "descriptor": { + "code": "SKILL-DEVELOPMENT-COURSES", + "name": "Skill Development Courses" + }, + "id": "SKILL-DEVELOPMENT-COURSES" + } + ], + "descriptor": { + "images": [ + { + "size_type": "sm", + "url": "https://adyatechstorage.blob.core.windows.net/onest-storage/2d8eb562c8c9fd83f859d1e0d7212cb3.png-16634e8e-ca95-4323-8654-ddc96a5d688e.png" + } + ], + "name": "Saira Shaik", + "short_desc": "Hello! I'm Saira, a passionate management instructor dedicated to empowering learners with practical skills and knowledge to excel in the world of business. With years of experience in the field, I bring a deep understanding of management principles, strategies, and real-world applications to my courses." + }, + "id": "VOJIH8J8" + }, + "quote": { + "price": { + "currency": "INR", + "value": "500" + } + } + } + } +} \ No newline at end of file diff --git a/logs/Adya-BPP/Learning Experiences/on_init(paid).json b/logs/Adya-BPP/Learning Experiences/on_init(paid).json new file mode 100644 index 0000000..9ba9241 --- /dev/null +++ b/logs/Adya-BPP/Learning Experiences/on_init(paid).json @@ -0,0 +1,203 @@ +{ + "context": { + "action": "on_init", + "bap_id": "onest-bap.skillsetu.co", + "bap_uri": "https://onest-bap.skillsetu.co/api/v1/onest_ondc/bap", + "bpp_id": "onest.skillsetu.co", + "bpp_uri": "https://onest.skillsetu.co/api/v1/onest_ondc/bpp", + "domain": "onest:learning-experiences", + "message_id": "b6bf15f4-c621-4593-9348-ab197a8093a5", + "timestamp": "2024-08-29T14:30:28.909Z", + "transaction_id": "8f736513-a2f2-463f-8056-26ca75e767f6", + "ttl": "PT10M", + "version": "1.1.0" + }, + "message": { + "order": { + "billing": { + "address": "Hyderabad, Telangana", + "email": "chandru@adya.ai", + "name": "Sanjay S", + "phone": "9894957042" + }, + "fulfillments": [ + { + "agent": { + "contact": { + "email": "test_instructor@tmail.in" + }, + "person": { + "name": "Saira Shaik" + } + }, + "customer": { + "contact": { + "email": "chandru@adya.ai", + "phone": "9894957042" + }, + "person": { + "age": "20", + "gender": "Male", + "name": "Sanjay S", + "tags": [ + { + "descriptor": { + "code": "professional-details", + "name": "Professional Details" + }, + "display": true, + "list": [ + { + "descriptor": { + "code": "profession", + "name": "profession" + }, + "value": "Student" + } + ] + } + ] + } + }, + "id": "F2", + "type": "ONLINE" + } + ], + "items": [ + { + "category_ids": [ + "SKILL-DEVELOPMENT-COURSES" + ], + "creator": { + "descriptor": { + "images": [ + { + "url": "https://adyatechstorage.blob.core.windows.net/onest-storage/images%20(11).jpeg-8e893cfb-abf8-4885-9d02-a616091454d4.jpeg" + } + ], + "long_desc": "Saira a passionate management instructor dedicated to empowering learners with practical skills and knowledge to excel in the world of business", + "name": "Saira", + "short_desc": "Saira a passionate management instructor " + } + }, + "descriptor": { + "images": [ + { + "url": "https://adyatechstorage.blob.core.windows.net/onest-storage/images%20(14).jpeg-ca95e475-a3f1-4fdb-8710-db2dff149654.jpeg" + } + ], + "long_desc": " Understanding the role of a manager the functions of management and the importance of management in organizations", + "media": [ + { + "url": "https://www.youtube.com/watch?v=cYmqzdI1XOI" + } + ], + "name": "Introduction to Management", + "short_desc": " Understanding the role of a manager" + }, + "fulfillment_ids": [ + "F2" + ], + "id": "YITY6D74", + "price": { + "currency": "INR", + "value": "500" + }, + "quantity": { + "maximum": { + "count": 1 + } + }, + "rateable": true, + "rating": "0", + "tags": [ + { + "descriptor": { + "code": "content-metadata", + "name": "Content metadata" + }, + "display": true, + "list": [ + { + "descriptor": { + "code": "learner-level", + "name": "Learner level" + }, + "value": "Beginner" + }, + { + "descriptor": { + "code": "learning-objective", + "name": "Learning objective" + }, + "value": "Understand the role and responsibilities of a manager in an organization" + }, + { + "descriptor": { + "code": "prerequisite", + "name": "Prerequisite" + }, + "value": " This course is designed for beginners with no prior experience or knowledge of management." + }, + { + "descriptor": { + "code": "lang-code", + "name": "Language code" + }, + "value": "en" + }, + { + "descriptor": { + "code": "course-duration", + "name": "Course duration" + }, + "value": "PT6H" + } + ] + } + ] + } + ], + "payments": [ + { + "collected_by": "BPP", + "params": { + "amount": "500", + "currency": "INR" + }, + "status": "PAID", + "type": "PRE-ORDER", + "url": "https://onest.skillsetu.co/api/v1/onest/backend/courses/student_course_payment/get_payment/edaa1d29-19f3-466a-962f-d32e81fabcd2" + } + ], + "provider": { + "categories": [ + { + "descriptor": { + "code": "SKILL-DEVELOPMENT-COURSES", + "name": "Skill Development Courses" + }, + "id": "SKILL-DEVELOPMENT-COURSES" + } + ], + "descriptor": { + "images": [ + { + "size_type": "sm", + "url": "https://adyatechstorage.blob.core.windows.net/onest-storage/2d8eb562c8c9fd83f859d1e0d7212cb3.png-16634e8e-ca95-4323-8654-ddc96a5d688e.png" + } + ], + "name": "Saira Shaik", + "short_desc": "Hello! I'm Saira, a passionate management instructor dedicated to empowering learners with practical skills and knowledge to excel in the world of business. With years of experience in the field, I bring a deep understanding of management principles, strategies, and real-world applications to my courses." + }, + "id": "VOJIH8J8" + }, + "quote": { + "price": { + "currency": "INR", + "value": "500" + } + } + } + } +} \ No newline at end of file diff --git a/logs/Adya-BPP/Learning Experiences/on_search.json b/logs/Adya-BPP/Learning Experiences/on_search.json new file mode 100644 index 0000000..7a3900b --- /dev/null +++ b/logs/Adya-BPP/Learning Experiences/on_search.json @@ -0,0 +1,155 @@ +{ + "context": { + "action": "on_search", + "bap_id": "onest-bap.skillsetu.co", + "bap_uri": "https://onest-bap.skillsetu.co/api/v1/onest_ondc/bap", + "bpp_id": "onest.skillsetu.co", + "bpp_uri": "https://onest.skillsetu.co/api/v1/onest_ondc/bpp", + "domain": "onest:learning-experiences", + "message_id": "b40f07ca-2018-42ac-967d-d1680e6b3088", + "timestamp": "2024-08-29T07:17:34.370Z", + "transaction_id": "94098aa9-60c5-4ff5-83c0-2ed87e5fc4da", + "ttl": "PT10M", + "version": "1.1.0" + }, + "message": { + "catalog": { + "descriptor": { + "name": "Catalog for management Courses" + }, + "providers": [ + { + "categories": [ + { + "descriptor": { + "code": "SKILL-DEVELOPMENT-COURSES", + "name": "Skill Development Courses" + }, + "id": "SKILL-DEVELOPMENT-COURSES" + } + ], + "descriptor": { + "images": [ + { + "size_type": "sm", + "url": "https://adyatechstorage.blob.core.windows.net/onest-storage/2d8eb562c8c9fd83f859d1e0d7212cb3.png-16634e8e-ca95-4323-8654-ddc96a5d688e.png" + } + ], + "name": "Saira Shaik", + "short_desc": "Hello! I'm Saira, a passionate management instructor dedicated to empowering learners with practical skills and knowledge to excel in the world of business. With years of experience in the field, I bring a deep understanding of management principles, strategies, and real-world applications to my courses." + }, + "fulfillments": [ + { + "agent": { + "contact": { + "email": "test_instructor@tmail.in" + }, + "person": { + "name": "Saira Shaik" + } + }, + "id": "F2", + "type": "ONLINE" + } + ], + "id": "VOJIH8J8", + "items": [ + { + "category_ids": [ + "SKILL-DEVELOPMENT-COURSES" + ], + "creator": { + "descriptor": { + "images": [ + { + "url": "https://adyatechstorage.blob.core.windows.net/onest-storage/images%20(11).jpeg-8e893cfb-abf8-4885-9d02-a616091454d4.jpeg" + } + ], + "long_desc": "Saira a passionate management instructor dedicated to empowering learners with practical skills and knowledge to excel in the world of business", + "name": "Saira", + "short_desc": "Saira a passionate management instructor " + } + }, + "descriptor": { + "images": [ + { + "url": "https://adyatechstorage.blob.core.windows.net/onest-storage/images%20(14).jpeg-ca95e475-a3f1-4fdb-8710-db2dff149654.jpeg" + } + ], + "long_desc": " Understanding the role of a manager the functions of management and the importance of management in organizations", + "media": [ + { + "url": "https://www.youtube.com/watch?v=cYmqzdI1XOI" + } + ], + "name": "Introduction to Management", + "short_desc": " Understanding the role of a manager" + }, + "fulfillment_ids": [ + "F2" + ], + "id": "YITY6D74", + "price": { + "currency": "INR", + "value": "500" + }, + "quantity": { + "maximum": { + "count": 1 + } + }, + "rateable": true, + "rating": "0", + "tags": [ + { + "descriptor": { + "code": "content-metadata", + "name": "Content metadata" + }, + "display": true, + "list": [ + { + "descriptor": { + "code": "learner-level", + "name": "Learner level" + }, + "value": "Beginner" + }, + { + "descriptor": { + "code": "learning-objective", + "name": "Learning objective" + }, + "value": "Understand the role and responsibilities of a manager in an organization" + }, + { + "descriptor": { + "code": "prerequisite", + "name": "Prerequisite" + }, + "value": " This course is designed for beginners with no prior experience or knowledge of management." + }, + { + "descriptor": { + "code": "lang-code", + "name": "Language code" + }, + "value": "en" + }, + { + "descriptor": { + "code": "course-duration", + "name": "Course duration" + }, + "value": "PT6H" + } + ] + } + ] + } + ] + } + ] + } + } +} \ No newline at end of file diff --git a/logs/Adya-BPP/Learning Experiences/on_select.json b/logs/Adya-BPP/Learning Experiences/on_select.json new file mode 100644 index 0000000..cfaa444 --- /dev/null +++ b/logs/Adya-BPP/Learning Experiences/on_select.json @@ -0,0 +1,156 @@ +{ + "context": { + "action": "on_select", + "bap_id": "onest-bap.skillsetu.co", + "bap_uri": "https://onest-bap.skillsetu.co/api/v1/onest_ondc/bap", + "bpp_id": "onest.skillsetu.co", + "bpp_uri": "https://onest.skillsetu.co/api/v1/onest_ondc/bpp", + "domain": "onest:learning-experiences", + "message_id": "b2a824da-179c-4341-a520-26b797130dac", + "timestamp": "2024-08-29T14:27:11.627Z", + "transaction_id": "8f736513-a2f2-463f-8056-26ca75e767f6", + "ttl": "PT10M", + "version": "1.1.0" + }, + "message": { + "order": { + "fulfillments": [ + { + "agent": { + "contact": { + "email": "test_instructor@tmail.in" + }, + "person": { + "name": "Saira Shaik" + } + }, + "id": "F2", + "type": "ONLINE" + } + ], + "items": [ + { + "category_ids": [ + "SKILL-DEVELOPMENT-COURSES" + ], + "creator": { + "descriptor": { + "images": [ + { + "url": "https://adyatechstorage.blob.core.windows.net/onest-storage/images%20(11).jpeg-8e893cfb-abf8-4885-9d02-a616091454d4.jpeg" + } + ], + "long_desc": "Saira a passionate management instructor dedicated to empowering learners with practical skills and knowledge to excel in the world of business", + "name": "Saira", + "short_desc": "Saira a passionate management instructor " + } + }, + "descriptor": { + "images": [ + { + "url": "https://adyatechstorage.blob.core.windows.net/onest-storage/images%20(14).jpeg-ca95e475-a3f1-4fdb-8710-db2dff149654.jpeg" + } + ], + "long_desc": " Understanding the role of a manager the functions of management and the importance of management in organizations", + "media": [ + { + "url": "https://www.youtube.com/watch?v=cYmqzdI1XOI" + } + ], + "name": "Introduction to Management", + "short_desc": " Understanding the role of a manager" + }, + "fulfillment_ids": [ + "F2" + ], + "id": "YITY6D74", + "price": { + "currency": "INR", + "value": "500" + }, + "quantity": { + "maximum": { + "count": 1 + } + }, + "rateable": true, + "rating": "0", + "tags": [ + { + "descriptor": { + "code": "content-metadata", + "name": "Content metadata" + }, + "display": true, + "list": [ + { + "descriptor": { + "code": "learner-level", + "name": "Learner level" + }, + "value": "Beginner" + }, + { + "descriptor": { + "code": "learning-objective", + "name": "Learning objective" + }, + "value": "Understand the role and responsibilities of a manager in an organization" + }, + { + "descriptor": { + "code": "prerequisite", + "name": "Prerequisite" + }, + "value": " This course is designed for beginners with no prior experience or knowledge of management." + }, + { + "descriptor": { + "code": "lang-code", + "name": "Language code" + }, + "value": "en" + }, + { + "descriptor": { + "code": "course-duration", + "name": "Course duration" + }, + "value": "PT6H" + } + ] + } + ] + } + ], + "provider": { + "categories": [ + { + "descriptor": { + "code": "SKILL-DEVELOPMENT-COURSES", + "name": "Skill Development Courses" + }, + "id": "SKILL-DEVELOPMENT-COURSES" + } + ], + "descriptor": { + "images": [ + { + "size_type": "sm", + "url": "https://adyatechstorage.blob.core.windows.net/onest-storage/2d8eb562c8c9fd83f859d1e0d7212cb3.png-16634e8e-ca95-4323-8654-ddc96a5d688e.png" + } + ], + "name": "Saira Shaik", + "short_desc": "Hello! I'm Saira, a passionate management instructor dedicated to empowering learners with practical skills and knowledge to excel in the world of business. With years of experience in the field, I bring a deep understanding of management principles, strategies, and real-world applications to my courses." + }, + "id": "VOJIH8J8" + }, + "quote": { + "price": { + "currency": "INR", + "value": "500" + } + } + } + } +} \ No newline at end of file diff --git a/logs/Adya-BPP/Learning Experiences/on_status(in_progress).json b/logs/Adya-BPP/Learning Experiences/on_status(in_progress).json new file mode 100644 index 0000000..7760158 --- /dev/null +++ b/logs/Adya-BPP/Learning Experiences/on_status(in_progress).json @@ -0,0 +1,246 @@ +{ + "context": { + "action": "on_status", + "bap_id": "onest-bap.skillsetu.co", + "bap_uri": "https://onest-bap.skillsetu.co/api/v1/onest_ondc/bap", + "bpp_id": "onest.skillsetu.co", + "bpp_uri": "https://onest.skillsetu.co/api/v1/onest_ondc/bpp", + "domain": "onest:learning-experiences", + "message_id": "99523adf-b859-4094-a75c-6aea1785a20b", + "timestamp": "2024-08-29T15:40:16.723Z", + "transaction_id": "8f736513-a2f2-463f-8056-26ca75e767f6", + "ttl": "PT10M", + "version": "1.1.0" + }, + "message": { + "order": { + "billing": { + "address": "Hyderabad, Telangana", + "email": "chandru@adya.ai", + "name": "Sanjay S", + "phone": "9894957042" + }, + "fulfillments": [ + { + "agent": { + "contact": { + "email": "test_instructor@tmail.in" + }, + "person": { + "name": "Saira Shaik" + } + }, + "customer": { + "contact": { + "email": "chandru@adya.ai", + "phone": "9894957042" + }, + "person": { + "age": "20", + "gender": "Male", + "name": "Sanjay S" + } + }, + "id": "F2", + "state": { + "descriptor": { + "code": "IN-PROGRESS", + "name": "In Progress" + }, + "updated_at": "2024-08-29T15:40:16.723Z" + }, + "stops": [ + { + "id": "0", + "instructions": { + "long_desc": "Explore what management is and why its essential in every organization This lesson covers the definition and scope of management as well as the primary roles and responsibilities of a manager", + "media": [ + { + "mimetype": "video/mp4", + "url": "https://www.youtube.com/watch?v=EvE9s6JKemM&list=PLnTNoVqwCn3S_sETjs9QACQeRCDxBGmK8" + } + ], + "name": "Understanding Management Fundamentals" + } + }, + { + "id": "1", + "instructions": { + "long_desc": " Dive into the four core functions of management Learn how each function contributes to achieving organizational goals and how managers balance these functions effectively", + "media": [ + { + "mimetype": "video/mp4", + "url": "https://www.youtube.com/watch?v=LRR6nCpQdwc" + } + ], + "name": "The Four Functions of Management" + } + }, + { + "id": "2", + "instructions": { + "long_desc": "Understand the development of management thought through various eras This lesson explores classical behavioral and modern management theories and how they shape current management practices", + "media": [ + { + "mimetype": "video/mp4", + "url": "https://www.youtube.com/watch?v=8Y7252b_q1U" + } + ], + "name": "Evolution of Management Theories" + } + }, + { + "id": "3", + "instructions": { + "long_desc": "Learn the importance of decision making in management the steps involved in making informed decisions and various problem solving techniques to handle challenges effectively", + "media": [ + { + "mimetype": "video/mp4", + "url": "https://www.youtube.com/watch?v=svKD-fv-EKc" + } + ], + "name": "Decision Making and Problem Solving" + } + } + ], + "type": "ONLINE" + } + ], + "id": "be18d94a-0fc0-4059-9513-0434cb69b668", + "items": [ + { + "category_ids": [ + "SKILL-DEVELOPMENT-COURSES" + ], + "creator": { + "descriptor": { + "images": [ + { + "url": "https://adyatechstorage.blob.core.windows.net/onest-storage/images%20(11).jpeg-8e893cfb-abf8-4885-9d02-a616091454d4.jpeg" + } + ], + "long_desc": "Saira a passionate management instructor dedicated to empowering learners with practical skills and knowledge to excel in the world of business", + "name": "Saira", + "short_desc": "Saira a passionate management instructor " + } + }, + "descriptor": { + "images": [ + { + "url": "https://adyatechstorage.blob.core.windows.net/onest-storage/images%20(14).jpeg-ca95e475-a3f1-4fdb-8710-db2dff149654.jpeg" + } + ], + "long_desc": " Understanding the role of a manager the functions of management and the importance of management in organizations", + "media": [ + { + "url": "https://www.youtube.com/watch?v=cYmqzdI1XOI" + } + ], + "name": "Introduction to Management", + "short_desc": " Understanding the role of a manager" + }, + "fulfillment_ids": [ + "F2" + ], + "id": "YITY6D74", + "price": { + "currency": "INR", + "value": "500" + }, + "quantity": { + "maximum": { + "count": 1 + } + }, + "rateable": true, + "rating": "0", + "tags": [ + { + "descriptor": { + "code": "content-metadata", + "name": "Content metadata" + }, + "display": true, + "list": [ + { + "descriptor": { + "code": "learner-level", + "name": "Learner level" + }, + "value": "Beginner" + }, + { + "descriptor": { + "code": "learning-objective", + "name": "Learning objective" + }, + "value": "Understand the role and responsibilities of a manager in an organization" + }, + { + "descriptor": { + "code": "prerequisite", + "name": "Prerequisite" + }, + "value": " This course is designed for beginners with no prior experience or knowledge of management." + }, + { + "descriptor": { + "code": "lang-code", + "name": "Language code" + }, + "value": "en" + }, + { + "descriptor": { + "code": "course-duration", + "name": "Course duration" + }, + "value": "PT6H" + } + ] + } + ] + } + ], + "payments": [ + { + "collected_by": "BPP", + "params": { + "amount": "500", + "currency": "INR" + }, + "status": "PAID", + "type": "PRE-ORDER" + } + ], + "provider": { + "categories": [ + { + "descriptor": { + "code": "SKILL-DEVELOPMENT-COURSES", + "name": "Skill Development Courses" + }, + "id": "SKILL-DEVELOPMENT-COURSES" + } + ], + "descriptor": { + "images": [ + { + "size_type": "sm", + "url": "https://adyatechstorage.blob.core.windows.net/onest-storage/2d8eb562c8c9fd83f859d1e0d7212cb3.png-16634e8e-ca95-4323-8654-ddc96a5d688e.png" + } + ], + "name": "Saira Shaik", + "short_desc": "Hello! I'm Saira, a passionate management instructor dedicated to empowering learners with practical skills and knowledge to excel in the world of business. With years of experience in the field, I bring a deep understanding of management principles, strategies, and real-world applications to my courses." + }, + "id": "VOJIH8J8" + }, + "quote": { + "price": { + "currency": "INR", + "value": "500" + } + } + } + } +} \ No newline at end of file diff --git a/logs/Adya-BPP/Work Opportunities/on_confirm.json b/logs/Adya-BPP/Work Opportunities/on_confirm.json new file mode 100644 index 0000000..82306ce --- /dev/null +++ b/logs/Adya-BPP/Work Opportunities/on_confirm.json @@ -0,0 +1,340 @@ +{ + "context": { + "action": "on_confirm", + "bap_id": "onest-jobs-bap.skillsetu.co", + "bap_uri": "https://onest-jobs-bap.skillsetu.co/api/v1/onest_ondc/bap", + "bpp_id": "onest-jobs.skillsetu.co", + "bpp_uri": "https://onest-jobs.skillsetu.co/api/v1/onest_ondc/bpp", + "domain": "onest:work-opportunities", + "message_id": "a6413136-e3ea-4d74-9188-9627a2880a37", + "timestamp": "2024-08-29T15:22:04.014Z", + "transaction_id": "8d3cac68-0f5a-4d74-93b4-d716ddaa581d", + "ttl": "P1M", + "version": "1.1.0" + }, + "message": { + "order": { + "fulfillments": [ + { + "customer": { + "contact": { + "email": "username@email.com", + "phone": "7894522689" + }, + "person": { + "age": "23", + "gender": "Male", + "languages": [ + { + "code": "en", + "name": "English" + }, + { + "code": "te", + "name": "Telugu" + }, + { + "code": "hi", + "name": "Hindi" + } + ], + "name": "John S", + "skills": [ + { + "code": "Java", + "name": "Java" + }, + { + "code": "Python", + "name": "Python" + } + ], + "tags": [ + { + "descriptor": { + "code": "emp-details" + }, + "list": [ + { + "descriptor": { + "code": "expected-salary", + "name": "Expected Salary" + }, + "value": "1000000" + }, + { + "descriptor": { + "code": "total-experience", + "name": "Total Experience" + }, + "value": "0" + } + ] + }, + { + "descriptor": { + "code": "documents", + "name": "Documents" + }, + "list": [ + { + "descriptor": { + "code": "doc-type" + }, + "value": "resume" + }, + { + "descriptor": { + "code": "link" + }, + "value": "https://adyatechstorage.blob.core.windows.net/onest-storage/20908210315335.pdf-52d8f011-3b64-4e5c-ab13-a5a7f2cba5ad.pdf-54a079b8-a857-42cd-aca7-c380ee8a7ea6.pdf" + }, + { + "descriptor": { + "code": "file-format" + }, + "value": "pdf" + } + ] + } + ] + } + }, + "id": "F1", + "state": { + "descriptor": { + "code": "APPLICATION-SUBMITTED", + "name": "Application Submitted" + }, + "updated_at": "2024-08-29T15:22:04.092Z" + }, + "type": "REMOTE" + } + ], + "id": "db3aa8d6-32bc-48de-b88b-a7153bcc8ee5", + "items": [ + { + "descriptor": { + "long_desc": "We are seeking an experienced and dynamic Product Manager to join our team", + "name": "Product Manager" + }, + "fulfillment_ids": [ + "F1" + ], + "id": "984R7I7S", + "location_ids": [ + "L1" + ], + "tags": [ + { + "descriptor": { + "code": "academic-eligibility", + "name": "Academic Eligibility" + }, + "display": true, + "list": [ + { + "descriptor": { + "code": "course-name", + "name": "Course Name" + }, + "display": true, + "value": "B tech" + }, + { + "descriptor": { + "code": "min-percentage", + "name": "Minimum Percentage" + }, + "display": true, + "value": "60" + }, + { + "descriptor": { + "code": "mandatory-eligibility", + "name": "Mandatory Eligibility" + }, + "display": true, + "value": "true" + }, + { + "descriptor": { + "code": "course-status", + "name": "Course Status" + }, + "display": true, + "value": "completed" + }, + { + "descriptor": { + "code": "course-specialisation", + "name": "Course Specialisation" + }, + "display": true, + "value": "Engineering in any stream" + }, + { + "descriptor": { + "code": "course-level", + "name": "Course Level" + }, + "display": true, + "value": "bachelor" + } + ] + }, + { + "descriptor": { + "code": "job-requirements", + "name": "Job Requirements" + }, + "display": true, + "list": [ + { + "descriptor": { + "code": "req-experience", + "name": "Required Work Experience in Years" + }, + "display": true, + "value": "3" + }, + { + "descriptor": { + "code": "req-prof-skills", + "name": "Required Professional Skills" + }, + "display": true, + "value": "Market Research and Analysis" + }, + { + "descriptor": { + "code": "req-prof-skills", + "name": "Required Professional Skills" + }, + "display": true, + "value": "Communication and Collaboration" + } + ] + }, + { + "descriptor": { + "code": "job-responsibilities", + "name": "Job Responsibilities" + }, + "display": true, + "list": [ + { + "descriptor": { + "code": "responsibility", + "name": "Responsibility" + }, + "display": true, + "value": "Roadmap Planning" + }, + { + "descriptor": { + "code": "responsibility", + "name": "Responsibility" + }, + "display": true, + "value": "Product Strategy and Vision" + } + ] + }, + { + "descriptor": { + "code": "listing-details", + "name": "Listing Details" + }, + "display": true, + "list": [ + { + "descriptor": { + "code": "industry-type", + "name": "Industry Type" + }, + "display": true, + "value": "IT" + }, + { + "descriptor": { + "code": "department", + "name": "Department" + }, + "display": true, + "value": "Product Management" + }, + { + "descriptor": { + "code": "employment-type", + "name": "Employment Type" + }, + "display": true, + "value": "Full Time" + }, + { + "descriptor": { + "code": "job-role", + "name": "Job Role" + }, + "display": true, + "value": "Product Management" + } + ] + }, + { + "descriptor": { + "code": "salary-info", + "name": "Salary Information" + }, + "display": true, + "list": [ + { + "descriptor": { + "code": "gross-min", + "name": "Minimum Gross Pay" + }, + "display": true, + "value": "1000000" + }, + { + "descriptor": { + "code": "gross-max", + "name": "Maximum Gross Pay" + }, + "display": true, + "value": "1500000" + } + ] + } + ], + "time": { + "range": { + "end": "2024-10-30T18:30:00+00:00", + "start": "2024-08-28T18:30:00+00:00" + } + } + } + ], + "provider": { + "descriptor": { + "name": "Adya" + }, + "id": "B4KQ8OIJ", + "locations": [ + { + "city": { + "code": "std:011", + "name": "Delhi" + }, + "id": "L1", + "state": { + "code": "DL", + "name": "Delhi" + } + } + ] + } + } + } +} \ No newline at end of file diff --git a/logs/Adya-BPP/Work Opportunities/on_init(application_filled).json b/logs/Adya-BPP/Work Opportunities/on_init(application_filled).json new file mode 100644 index 0000000..004764c --- /dev/null +++ b/logs/Adya-BPP/Work Opportunities/on_init(application_filled).json @@ -0,0 +1,337 @@ +{ + "context": { + "action": "on_init", + "bap_id": "onest-jobs-bap.skillsetu.co", + "bap_uri": "https://onest-jobs-bap.skillsetu.co/api/v1/onest_ondc/bap", + "bpp_id": "onest-jobs.skillsetu.co", + "bpp_uri": "https://onest-jobs.skillsetu.co/api/v1/onest_ondc/bpp", + "domain": "onest:work-opportunities", + "message_id": "ca533ed7-ea0b-4c42-b3f6-575a2b931d94", + "timestamp": "2024-08-29T15:22:00.387Z", + "transaction_id": "8d3cac68-0f5a-4d74-93b4-d716ddaa581d", + "ttl": "P1M", + "version": "1.1.0" + }, + "message": { + "order": { + "fulfillments": [ + { + "customer": { + "contact": { + "email": "username@email.com", + "phone": "7894522689" + }, + "person": { + "age": "23", + "gender": "Male", + "languages": [ + { + "code": "en", + "name": "English" + }, + { + "code": "te", + "name": "Telugu" + }, + { + "code": "hi", + "name": "Hindi" + } + ], + "name": "John S", + "skills": [ + { + "code": "Java", + "name": "Java" + }, + { + "code": "Python", + "name": "Python" + } + ], + "tags": [ + { + "descriptor": { + "code": "emp-details" + }, + "list": [ + { + "descriptor": { + "code": "expected-salary" + }, + "value": "1000000" + }, + { + "descriptor": { + "code": "total-experience" + }, + "value": "0" + } + ] + }, + { + "descriptor": { + "code": "documents", + "name": "Documents" + }, + "list": [ + { + "descriptor": { + "code": "doc-type" + }, + "value": "resume" + }, + { + "descriptor": { + "code": "link" + }, + "value": "https://adyatechstorage.blob.core.windows.net/onest-storage/20908210315335.pdf-52d8f011-3b64-4e5c-ab13-a5a7f2cba5ad.pdf-54a079b8-a857-42cd-aca7-c380ee8a7ea6.pdf" + }, + { + "descriptor": { + "code": "file-format" + }, + "value": "pdf" + } + ] + } + ] + } + }, + "id": "F1", + "state": { + "descriptor": { + "code": "APPLICATION-FILLED", + "name": "Application Filled" + }, + "updated_at": "2024-08-29T15:22:00.484Z" + }, + "type": "REMOTE" + } + ], + "items": [ + { + "descriptor": { + "long_desc": "We are seeking an experienced and dynamic Product Manager to join our team", + "name": "Product Manager" + }, + "fulfillment_ids": [ + "F1" + ], + "id": "984R7I7S", + "location_ids": [ + "L1" + ], + "tags": [ + { + "descriptor": { + "code": "academic-eligibility", + "name": "Academic Eligibility" + }, + "display": true, + "list": [ + { + "descriptor": { + "code": "course-name", + "name": "Course Name" + }, + "display": true, + "value": "B tech" + }, + { + "descriptor": { + "code": "min-percentage", + "name": "Minimum Percentage" + }, + "display": true, + "value": "60" + }, + { + "descriptor": { + "code": "mandatory-eligibility", + "name": "Mandatory Eligibility" + }, + "display": true, + "value": "true" + }, + { + "descriptor": { + "code": "course-status", + "name": "Course Status" + }, + "display": true, + "value": "completed" + }, + { + "descriptor": { + "code": "course-specialisation", + "name": "Course Specialisation" + }, + "display": true, + "value": "Engineering in any stream" + }, + { + "descriptor": { + "code": "course-level", + "name": "Course Level" + }, + "display": true, + "value": "bachelor" + } + ] + }, + { + "descriptor": { + "code": "job-requirements", + "name": "Job Requirements" + }, + "display": true, + "list": [ + { + "descriptor": { + "code": "req-experience", + "name": "Required Work Experience in Years" + }, + "display": true, + "value": "3" + }, + { + "descriptor": { + "code": "req-prof-skills", + "name": "Required Professional Skills" + }, + "display": true, + "value": "Market Research and Analysis" + }, + { + "descriptor": { + "code": "req-prof-skills", + "name": "Required Professional Skills" + }, + "display": true, + "value": "Communication and Collaboration" + } + ] + }, + { + "descriptor": { + "code": "job-responsibilities", + "name": "Job Responsibilities" + }, + "display": true, + "list": [ + { + "descriptor": { + "code": "responsibility", + "name": "Responsibility" + }, + "display": true, + "value": "Roadmap Planning" + }, + { + "descriptor": { + "code": "responsibility", + "name": "Responsibility" + }, + "display": true, + "value": "Product Strategy and Vision" + } + ] + }, + { + "descriptor": { + "code": "listing-details", + "name": "Listing Details" + }, + "display": true, + "list": [ + { + "descriptor": { + "code": "industry-type", + "name": "Industry Type" + }, + "display": true, + "value": "IT" + }, + { + "descriptor": { + "code": "department", + "name": "Department" + }, + "display": true, + "value": "Product Management" + }, + { + "descriptor": { + "code": "employment-type", + "name": "Employment Type" + }, + "display": true, + "value": "Full Time" + }, + { + "descriptor": { + "code": "job-role", + "name": "Job Role" + }, + "display": true, + "value": "Product Management" + } + ] + }, + { + "descriptor": { + "code": "salary-info", + "name": "Salary Information" + }, + "display": true, + "list": [ + { + "descriptor": { + "code": "gross-min", + "name": "Minimum Gross Pay" + }, + "display": true, + "value": "1000000" + }, + { + "descriptor": { + "code": "gross-max", + "name": "Maximum Gross Pay" + }, + "display": true, + "value": "1500000" + } + ] + } + ], + "time": { + "range": { + "end": "2024-10-30T18:30:00+00:00", + "start": "2024-08-28T18:30:00+00:00" + } + } + } + ], + "provider": { + "descriptor": { + "name": "Adya" + }, + "id": "B4KQ8OIJ", + "locations": [ + { + "city": { + "code": "std:011", + "name": "Delhi" + }, + "id": "L1", + "state": { + "code": "DL", + "name": "Delhi" + } + } + ] + } + } + } +} \ No newline at end of file diff --git a/logs/Adya-BPP/Work Opportunities/on_init(application_started).json b/logs/Adya-BPP/Work Opportunities/on_init(application_started).json new file mode 100644 index 0000000..0577750 --- /dev/null +++ b/logs/Adya-BPP/Work Opportunities/on_init(application_started).json @@ -0,0 +1,358 @@ +{ + "context": { + "action": "on_init", + "bap_id": "onest-jobs-bap.skillsetu.co", + "bap_uri": "https://onest-jobs-bap.skillsetu.co/api/v1/onest_ondc/bap", + "bpp_id": "onest-jobs.skillsetu.co", + "bpp_uri": "https://onest-jobs.skillsetu.co/api/v1/onest_ondc/bpp", + "domain": "onest:work-opportunities", + "message_id": "ca533ed7-ea0b-4c42-b3f6-575a2b931d94", + "timestamp": "2024-08-29T15:20:52.273Z", + "transaction_id": "8d3cac68-0f5a-4d74-93b4-d716ddaa581d", + "ttl": "P1M", + "version": "1.1.0" + }, + "message": { + "order": { + "fulfillments": [ + { + "customer": { + "contact": { + "email": "username@email.com", + "phone": "7894522689" + }, + "person": { + "age": "23", + "gender": "Male", + "languages": [ + { + "code": "en", + "name": "English" + }, + { + "code": "te", + "name": "Telugu" + }, + { + "code": "hi", + "name": "Hindi" + } + ], + "name": "John S", + "skills": [ + { + "code": "Java", + "name": "Java" + }, + { + "code": "Python", + "name": "Python" + } + ], + "tags": [ + { + "descriptor": { + "code": "emp-details" + }, + "list": [ + { + "descriptor": { + "code": "expected-salary" + }, + "value": "1000000" + }, + { + "descriptor": { + "code": "total-experience" + }, + "value": "0" + } + ] + }, + { + "descriptor": { + "code": "documents", + "name": "Documents" + }, + "list": [ + { + "descriptor": { + "code": "doc-type" + }, + "value": "resume" + }, + { + "descriptor": { + "code": "link" + }, + "value": "https://adyatechstorage.blob.core.windows.net/onest-storage/20908210315335.pdf-52d8f011-3b64-4e5c-ab13-a5a7f2cba5ad.pdf-54a079b8-a857-42cd-aca7-c380ee8a7ea6.pdf" + }, + { + "descriptor": { + "code": "file-format" + }, + "value": "pdf" + } + ] + } + ] + } + }, + "id": "F1", + "state": { + "descriptor": { + "code": "APPLICATION-STARTED", + "name": "Application Started" + }, + "updated_at": "2024-08-29T15:20:52.664Z" + }, + "type": "REMOTE" + } + ], + "items": [ + { + "descriptor": { + "long_desc": "We are seeking an experienced and dynamic Product Manager to join our team", + "name": "Product Manager" + }, + "fulfillment_ids": [ + "F1" + ], + "id": "984R7I7S", + "location_ids": [ + "L1" + ], + "tags": [ + { + "descriptor": { + "code": "academic-eligibility", + "name": "Academic Eligibility" + }, + "display": true, + "list": [ + { + "descriptor": { + "code": "course-name", + "name": "Course Name" + }, + "display": true, + "value": "B tech" + }, + { + "descriptor": { + "code": "min-percentage", + "name": "Minimum Percentage" + }, + "display": true, + "value": "60" + }, + { + "descriptor": { + "code": "mandatory-eligibility", + "name": "Mandatory Eligibility" + }, + "display": true, + "value": "true" + }, + { + "descriptor": { + "code": "course-status", + "name": "Course Status" + }, + "display": true, + "value": "completed" + }, + { + "descriptor": { + "code": "course-specialisation", + "name": "Course Specialisation" + }, + "display": true, + "value": "Engineering in any stream" + }, + { + "descriptor": { + "code": "course-level", + "name": "Course Level" + }, + "display": true, + "value": "bachelor" + } + ] + }, + { + "descriptor": { + "code": "job-requirements", + "name": "Job Requirements" + }, + "display": true, + "list": [ + { + "descriptor": { + "code": "req-experience", + "name": "Required Work Experience in Years" + }, + "display": true, + "value": "3" + }, + { + "descriptor": { + "code": "req-prof-skills", + "name": "Required Professional Skills" + }, + "display": true, + "value": "Market Research and Analysis" + }, + { + "descriptor": { + "code": "req-prof-skills", + "name": "Required Professional Skills" + }, + "display": true, + "value": "Communication and Collaboration" + } + ] + }, + { + "descriptor": { + "code": "job-responsibilities", + "name": "Job Responsibilities" + }, + "display": true, + "list": [ + { + "descriptor": { + "code": "responsibility", + "name": "Responsibility" + }, + "display": true, + "value": "Roadmap Planning" + }, + { + "descriptor": { + "code": "responsibility", + "name": "Responsibility" + }, + "display": true, + "value": "Product Strategy and Vision" + } + ] + }, + { + "descriptor": { + "code": "listing-details", + "name": "Listing Details" + }, + "display": true, + "list": [ + { + "descriptor": { + "code": "industry-type", + "name": "Industry Type" + }, + "display": true, + "value": "IT" + }, + { + "descriptor": { + "code": "department", + "name": "Department" + }, + "display": true, + "value": "Product Management" + }, + { + "descriptor": { + "code": "employment-type", + "name": "Employment Type" + }, + "display": true, + "value": "Full Time" + }, + { + "descriptor": { + "code": "job-role", + "name": "Job Role" + }, + "display": true, + "value": "Product Management" + } + ] + }, + { + "descriptor": { + "code": "salary-info", + "name": "Salary Information" + }, + "display": true, + "list": [ + { + "descriptor": { + "code": "gross-min", + "name": "Minimum Gross Pay" + }, + "display": true, + "value": "1000000" + }, + { + "descriptor": { + "code": "gross-max", + "name": "Maximum Gross Pay" + }, + "display": true, + "value": "1500000" + } + ] + } + ], + "time": { + "range": { + "end": "2024-10-30T18:30:00+00:00", + "start": "2024-08-28T18:30:00+00:00" + } + }, + "xinput": { + "form": { + "mime_type": "text/html", + "resubmit": false, + "url": "https://adyatechstorage.blob.core.windows.net/onest-storage/job_application_form-8d3cac68-0f5a-4d74-93b4-d716ddaa581d.html" + }, + "head": { + "descriptor": { + "name": "Application Form" + }, + "headings": [ + "Candidate Details" + ], + "index": { + "cur": 0, + "max": 0, + "min": 0 + } + }, + "required": true + } + } + ], + "provider": { + "descriptor": { + "name": "Adya" + }, + "id": "B4KQ8OIJ", + "locations": [ + { + "city": { + "code": "std:011", + "name": "Delhi" + }, + "id": "L1", + "state": { + "code": "DL", + "name": "Delhi" + } + } + ] + } + } + } +} \ No newline at end of file diff --git a/logs/Adya-BPP/Work Opportunities/on_search.json b/logs/Adya-BPP/Work Opportunities/on_search.json new file mode 100644 index 0000000..8c7512e --- /dev/null +++ b/logs/Adya-BPP/Work Opportunities/on_search.json @@ -0,0 +1,265 @@ +{ + "context": { + "action": "on_search", + "bap_id": "onest-jobs-bap.skillsetu.co", + "bap_uri": "https://onest-jobs-bap.skillsetu.co/api/v1/onest_ondc/bap", + "bpp_id": "onest-jobs.skillsetu.co", + "bpp_uri": "https://onest-jobs.skillsetu.co/api/v1/onest_ondc/bpp", + "domain": "onest:work-opportunities", + "message_id": "bbd7af01-ae94-4eb6-b64b-01b023294b5d", + "timestamp": "2024-08-29T08:23:19.969Z", + "transaction_id": "569544fa-1c3e-4f7d-927f-cfa5c1843856", + "ttl": "P1M", + "version": "1.1.0" + }, + "message": { + "catalog": { + "descriptor": { + "name": "Jobs Search List" + }, + "providers": [ + { + "descriptor": { + "images": [ + { + "size_type": "sm", + "url": "https://adyatechstorage.blob.core.windows.net/onest-storage/unnamed.png-471d559f-0a88-44d9-bd5e-66bba2f7c840.png" + } + ], + "name": "Adya", + "short_desc": "Adya providing jobs through skills setu" + }, + "fulfillments": [ + { + "id": "F1", + "type": "REMOTE" + } + ], + "id": "B4KQ8OIJ", + "items": [ + { + "descriptor": { + "long_desc": "We are seeking an experienced and dynamic Product Manager to join our team", + "media": [ + { + "mimetype": "video/mp4", + "url": "https://www.youtube.com/watch?v=yUOC-Y0f5ZQ" + } + ], + "name": "Product Manager" + }, + "fulfillment_ids": [ + "F1" + ], + "id": "984R7I7S", + "location_ids": [ + "L1" + ], + "quantity": { + "available": { + "count": 10 + } + }, + "tags": [ + { + "descriptor": { + "code": "academic-eligibility", + "name": "Academic Eligibility" + }, + "display": true, + "list": [ + { + "descriptor": { + "code": "course-name", + "name": "Course Name" + }, + "display": true, + "value": "B tech" + }, + { + "descriptor": { + "code": "min-percentage", + "name": "Minimum Percentage" + }, + "display": true, + "value": "60" + }, + { + "descriptor": { + "code": "mandatory-eligibility", + "name": "Mandatory Eligibility" + }, + "display": true, + "value": "true" + }, + { + "descriptor": { + "code": "course-status", + "name": "Course Status" + }, + "display": true, + "value": "completed" + }, + { + "descriptor": { + "code": "course-specialisation", + "name": "Course Specialisation" + }, + "display": true, + "value": "Engineering in any stream" + }, + { + "descriptor": { + "code": "course-level", + "name": "Course Level" + }, + "display": true, + "value": "bachelor" + } + ] + }, + { + "descriptor": { + "code": "job-requirements", + "name": "Job Requirements" + }, + "display": true, + "list": [ + { + "descriptor": { + "code": "req-experience", + "name": "Required Work Experience in Years" + }, + "display": true, + "value": "3" + }, + { + "descriptor": { + "code": "req-prof-skills", + "name": "Required Professional Skills" + }, + "display": true, + "value": "Market Research and Analysis" + }, + { + "descriptor": { + "code": "req-prof-skills", + "name": "Required Professional Skills" + }, + "display": true, + "value": "Communication and Collaboration" + } + ] + }, + { + "descriptor": { + "code": "job-responsibilities", + "name": "Job Responsibilities" + }, + "display": true, + "list": [ + { + "descriptor": { + "code": "responsibility", + "name": "Responsibility" + }, + "display": true, + "value": "Roadmap Planning" + }, + { + "descriptor": { + "code": "responsibility", + "name": "Responsibility" + }, + "display": true, + "value": "Product Strategy and Vision" + } + ] + }, + { + "descriptor": { + "code": "listing-details", + "name": "Listing Details" + }, + "display": true, + "list": [ + { + "descriptor": { + "code": "industry-type", + "name": "Industry Type" + }, + "display": true, + "value": "IT" + }, + { + "descriptor": { + "code": "department", + "name": "Department" + }, + "display": true, + "value": "Product Management" + }, + { + "descriptor": { + "code": "employment-type", + "name": "Employment Type" + }, + "display": true, + "value": "Full Time" + }, + { + "descriptor": { + "code": "job-role", + "name": "Job Role" + }, + "display": true, + "value": "Product Manager" + } + ] + }, + { + "descriptor": { + "code": "salary-info", + "name": "Salary Information" + }, + "display": true, + "list": [ + { + "descriptor": { + "code": "gross-min", + "name": "Minimum Gross Pay" + }, + "display": true, + "value": "1000000" + }, + { + "descriptor": { + "code": "gross-max", + "name": "Maximum Gross Pay" + }, + "display": true, + "value": "1500000" + } + ] + } + ] + } + ], + "locations": [ + { + "city": { + "code": "std:011", + "name": "Delhi" + }, + "id": "L1", + "state": { + "code": "DL", + "name": "Delhi" + } + } + ] + } + ] + } + } +} \ No newline at end of file diff --git a/logs/Adya-BPP/Work Opportunities/on_select.json b/logs/Adya-BPP/Work Opportunities/on_select.json new file mode 100644 index 0000000..667eb52 --- /dev/null +++ b/logs/Adya-BPP/Work Opportunities/on_select.json @@ -0,0 +1,248 @@ +{ + "context": { + "action": "on_select", + "bap_id": "onest-jobs-bap.skillsetu.co", + "bap_uri": "https://onest-jobs-bap.skillsetu.co/api/v1/onest_ondc/bap", + "bpp_id": "onest-jobs.skillsetu.co", + "bpp_uri": "https://onest-jobs.skillsetu.co/api/v1/onest_ondc/bpp", + "domain": "onest:work-opportunities", + "message_id": "d8a82154-8501-433b-b266-4da430eb0920", + "timestamp": "2024-08-29T15:19:51.896Z", + "transaction_id": "8d3cac68-0f5a-4d74-93b4-d716ddaa581d", + "ttl": "PT10M", + "version": "1.1.0" + }, + "message": { + "order": { + "items": [ + { + "descriptor": { + "long_desc": "We are seeking an experienced and dynamic Product Manager to join our team", + "name": "Product Manager" + }, + "fulfillment_ids": [ + "F1" + ], + "id": "984R7I7S", + "location_ids": [ + "L1" + ], + "tags": [ + { + "descriptor": { + "code": "academic-eligibility", + "name": "Academic Eligibility" + }, + "display": true, + "list": [ + { + "descriptor": { + "code": "course-name", + "name": "Course Name" + }, + "display": true, + "value": "B tech" + }, + { + "descriptor": { + "code": "min-percentage", + "name": "Minimum Percentage" + }, + "display": true, + "value": "60" + }, + { + "descriptor": { + "code": "mandatory-eligibility", + "name": "Mandatory Eligibility" + }, + "display": true, + "value": "true" + }, + { + "descriptor": { + "code": "course-status", + "name": "Course Status" + }, + "display": true, + "value": "completed" + }, + { + "descriptor": { + "code": "course-specialisation", + "name": "Course Specialisation" + }, + "display": true, + "value": "Engineering in any stream" + }, + { + "descriptor": { + "code": "course-level", + "name": "Course Level" + }, + "display": true, + "value": "bachelor" + } + ] + }, + { + "descriptor": { + "code": "job-requirements", + "name": "Job Requirements" + }, + "display": true, + "list": [ + { + "descriptor": { + "code": "req-experience", + "name": "Required Work Experience in Years" + }, + "display": true, + "value": "3" + }, + { + "descriptor": { + "code": "req-prof-skills", + "name": "Required Professional Skills" + }, + "display": true, + "value": "Market Research and Analysis" + }, + { + "descriptor": { + "code": "req-prof-skills", + "name": "Required Professional Skills" + }, + "display": true, + "value": "Communication and Collaboration" + } + ] + }, + { + "descriptor": { + "code": "job-responsibilities", + "name": "Job Responsibilities" + }, + "display": true, + "list": [ + { + "descriptor": { + "code": "responsibility", + "name": "Responsibility" + }, + "display": true, + "value": "Roadmap Planning" + }, + { + "descriptor": { + "code": "responsibility", + "name": "Responsibility" + }, + "display": true, + "value": "Product Strategy and Vision" + } + ] + }, + { + "descriptor": { + "code": "listing-details", + "name": "Listing Details" + }, + "display": true, + "list": [ + { + "descriptor": { + "code": "industry-type", + "name": "Industry Type" + }, + "display": true, + "value": "IT" + }, + { + "descriptor": { + "code": "department", + "name": "Department" + }, + "display": true, + "value": "Product Management" + }, + { + "descriptor": { + "code": "employment-type", + "name": "Employment Type" + }, + "display": true, + "value": "Full Time" + }, + { + "descriptor": { + "code": "job-role", + "name": "Job Role" + }, + "display": true, + "value": "Product Management" + } + ] + }, + { + "descriptor": { + "code": "salary-info", + "name": "Salary Information" + }, + "display": true, + "list": [ + { + "descriptor": { + "code": "gross-min", + "name": "Minimum Gross Pay" + }, + "display": true, + "value": "1000000" + }, + { + "descriptor": { + "code": "gross-max", + "name": "Maximum Gross Pay" + }, + "display": true, + "value": "1500000" + } + ] + } + ], + "time": { + "range": { + "end": "2024-10-30T18:30:00+00:00", + "start": "2024-08-28T18:30:00+00:00" + } + } + } + ], + "provider": { + "descriptor": { + "name": "Adya" + }, + "fulfillments": [ + { + "id": "F1", + "type": "REMOTE" + } + ], + "id": "B4KQ8OIJ", + "locations": [ + { + "city": { + "code": "std:011", + "name": "Delhi" + }, + "id": "L1", + "state": { + "code": "DL", + "name": "Delhi" + } + } + ] + } + } + } +} \ No newline at end of file diff --git a/logs/Adya-BPP/Work Opportunities/on_status(offer_extended).json b/logs/Adya-BPP/Work Opportunities/on_status(offer_extended).json new file mode 100644 index 0000000..ec5108d --- /dev/null +++ b/logs/Adya-BPP/Work Opportunities/on_status(offer_extended).json @@ -0,0 +1,340 @@ +{ + "context": { + "action": "on_status", + "bap_id": "onest-jobs-bap.skillsetu.co", + "bap_uri": "https://onest-jobs-bap.skillsetu.co/api/v1/onest_ondc/bap", + "bpp_id": "onest-jobs.skillsetu.co", + "bpp_uri": "https://onest-jobs.skillsetu.co/api/v1/onest_ondc/bpp", + "domain": "onest:work-opportunities", + "message_id": "a6413136-e3ea-4d74-9188-9627a2880a37", + "timestamp": "2024-08-29T15:35:30.371Z", + "transaction_id": "8d3cac68-0f5a-4d74-93b4-d716ddaa581d", + "ttl": "PT10M", + "version": "1.1.0" + }, + "message": { + "order": { + "fulfillments": [ + { + "customer": { + "contact": { + "email": "username@email.com", + "phone": "7894522689" + }, + "person": { + "age": "23", + "gender": "Male", + "languages": [ + { + "code": "en", + "name": "English" + }, + { + "code": "te", + "name": "Telugu" + }, + { + "code": "hi", + "name": "Hindi" + } + ], + "name": "John S", + "skills": [ + { + "code": "Java", + "name": "Java" + }, + { + "code": "Python", + "name": "Python" + } + ], + "tags": [ + { + "descriptor": { + "code": "emp-details" + }, + "list": [ + { + "descriptor": { + "code": "expected-salary", + "name": "Expected Salary" + }, + "value": "1000000" + }, + { + "descriptor": { + "code": "total-experience", + "name": "Total Experience" + }, + "value": "0" + } + ] + }, + { + "descriptor": { + "code": "documents", + "name": "Documents" + }, + "list": [ + { + "descriptor": { + "code": "doc-type" + }, + "value": "resume" + }, + { + "descriptor": { + "code": "link" + }, + "value": "https://adyatechstorage.blob.core.windows.net/onest-storage/20908210315335.pdf-52d8f011-3b64-4e5c-ab13-a5a7f2cba5ad.pdf-54a079b8-a857-42cd-aca7-c380ee8a7ea6.pdf" + }, + { + "descriptor": { + "code": "file-format" + }, + "value": "pdf" + } + ] + } + ] + } + }, + "id": "F1", + "state": { + "descriptor": { + "code": "OFFER-EXTENDED", + "name": "Offer Extended" + }, + "updated_at": "2024-08-29T15:35:30.300Z" + }, + "type": "REMOTE" + } + ], + "id": "db3aa8d6-32bc-48de-b88b-a7153bcc8ee5", + "items": [ + { + "descriptor": { + "long_desc": "We are seeking an experienced and dynamic Product Manager to join our team", + "name": "Product Manager" + }, + "fulfillment_ids": [ + "F1" + ], + "id": "984R7I7S", + "location_ids": [ + "L1" + ], + "tags": [ + { + "descriptor": { + "code": "academic-eligibility", + "name": "Academic Eligibility" + }, + "display": true, + "list": [ + { + "descriptor": { + "code": "course-name", + "name": "Course Name" + }, + "display": true, + "value": "B tech" + }, + { + "descriptor": { + "code": "min-percentage", + "name": "Minimum Percentage" + }, + "display": true, + "value": "60" + }, + { + "descriptor": { + "code": "mandatory-eligibility", + "name": "Mandatory Eligibility" + }, + "display": true, + "value": "true" + }, + { + "descriptor": { + "code": "course-status", + "name": "Course Status" + }, + "display": true, + "value": "completed" + }, + { + "descriptor": { + "code": "course-specialisation", + "name": "Course Specialisation" + }, + "display": true, + "value": "Engineering in any stream" + }, + { + "descriptor": { + "code": "course-level", + "name": "Course Level" + }, + "display": true, + "value": "bachelor" + } + ] + }, + { + "descriptor": { + "code": "job-requirements", + "name": "Job Requirements" + }, + "display": true, + "list": [ + { + "descriptor": { + "code": "req-experience", + "name": "Required Work Experience in Years" + }, + "display": true, + "value": "3" + }, + { + "descriptor": { + "code": "req-prof-skills", + "name": "Required Professional Skills" + }, + "display": true, + "value": "Market Research and Analysis" + }, + { + "descriptor": { + "code": "req-prof-skills", + "name": "Required Professional Skills" + }, + "display": true, + "value": "Communication and Collaboration" + } + ] + }, + { + "descriptor": { + "code": "job-responsibilities", + "name": "Job Responsibilities" + }, + "display": true, + "list": [ + { + "descriptor": { + "code": "responsibility", + "name": "Responsibility" + }, + "display": true, + "value": "Roadmap Planning" + }, + { + "descriptor": { + "code": "responsibility", + "name": "Responsibility" + }, + "display": true, + "value": "Product Strategy and Vision" + } + ] + }, + { + "descriptor": { + "code": "listing-details", + "name": "Listing Details" + }, + "display": true, + "list": [ + { + "descriptor": { + "code": "industry-type", + "name": "Industry Type" + }, + "display": true, + "value": "IT" + }, + { + "descriptor": { + "code": "department", + "name": "Department" + }, + "display": true, + "value": "Product Management" + }, + { + "descriptor": { + "code": "employment-type", + "name": "Employment Type" + }, + "display": true, + "value": "Full Time" + }, + { + "descriptor": { + "code": "job-role", + "name": "Job Role" + }, + "display": true, + "value": "Product Management" + } + ] + }, + { + "descriptor": { + "code": "salary-info", + "name": "Salary Information" + }, + "display": true, + "list": [ + { + "descriptor": { + "code": "gross-min", + "name": "Minimum Gross Pay" + }, + "display": true, + "value": "1000000" + }, + { + "descriptor": { + "code": "gross-max", + "name": "Maximum Gross Pay" + }, + "display": true, + "value": "1500000" + } + ] + } + ], + "time": { + "range": { + "end": "2024-10-30T18:30:00+00:00", + "start": "2024-08-28T18:30:00+00:00" + } + } + } + ], + "provider": { + "descriptor": { + "name": "Adya" + }, + "id": "B4KQ8OIJ", + "locations": [ + { + "city": { + "code": "std:011", + "name": "Delhi" + }, + "id": "L1", + "state": { + "code": "DL", + "name": "Delhi" + } + } + ] + } + } + } +} \ No newline at end of file From 9e04c22884e567bf6d2694c9ee4c3f52f9d4e0a3 Mon Sep 17 00:00:00 2001 From: ysramitha-12 Date: Tue, 24 Sep 2024 15:46:17 +0530 Subject: [PATCH 2/4] Adya-BAP & BAP-Learning Experiences & Work Opportunities- API Payloads --- .../Learning Experiences/confirm.json | 12 +- logs/Adya-BAP/Learning Experiences/init.json | 10 +- .../Adya-BAP/Learning Experiences/search.json | 8 +- .../Adya-BAP/Learning Experiences/select.json | 10 +- .../Adya-BAP/Learning Experiences/status.json | 8 +- logs/Adya-BAP/Work Opportunities/confirm.json | 16 +- logs/Adya-BAP/Work Opportunities/init.json | 16 +- .../search by employment type.json | 6 +- .../search by industry type.json | 6 +- .../search by location.json | 6 +- .../Work Opportunities/search by name.json | 8 +- .../search by provider.json | 8 +- .../search by user details.json | 20 +- logs/Adya-BAP/Work Opportunities/select.json | 10 +- .../Learning Experiences/on_confirm.json | 101 +++++----- .../on_init(not_paid).json | 66 +++---- .../Learning Experiences/on_init(paid).json | 62 +++--- .../Learning Experiences/on_search.json | 187 +++++++++++++++--- .../Learning Experiences/on_select.json | 56 +++--- .../on_status(in_progress).json | 101 +++++----- .../Work Opportunities/on_confirm.json | 134 ++++++------- .../on_init(application_filled).json | 132 ++++++------- .../on_init(application_started).json | 138 +++++++------ .../Work Opportunities/on_search.json | 135 +++++++------ .../Work Opportunities/on_select.json | 128 ++++++------ .../on_status(offer_extended).json | 134 ++++++------- 26 files changed, 820 insertions(+), 698 deletions(-) diff --git a/logs/Adya-BAP/Learning Experiences/confirm.json b/logs/Adya-BAP/Learning Experiences/confirm.json index 1bd3bd1..ccfffa6 100644 --- a/logs/Adya-BAP/Learning Experiences/confirm.json +++ b/logs/Adya-BAP/Learning Experiences/confirm.json @@ -6,9 +6,9 @@ "bpp_id": "onest.skillsetu.co", "bpp_uri": "https://onest.skillsetu.co/api/v1/onest_ondc/bpp", "domain": "onest:learning-experiences", - "message_id": "f647154c-cdea-48b2-830b-db80eb586105", - "timestamp": "2024-08-29T14:11:04.744Z", - "transaction_id": "8f736513-a2f2-463f-8056-26ca75e767f6", + "message_id": "301d12fd-91ee-41bd-a808-455d3f219d9f", + "timestamp": "2024-09-23T09:51:48.116Z", + "transaction_id": "66ffdad0-645a-4100-8d75-0db3c8b558ca", "ttl": "PT10M", "version": "1.1.0" }, @@ -38,20 +38,20 @@ ], "items": [ { - "id": "YITY6D74" + "id": "5WB8GLLN" } ], "payments": [ { "params": { - "amount": "500", + "amount": "699", "currency": "INR" }, "status": "PAID" } ], "provider": { - "id": "VOJIH8J8" + "id": "4ABZ5849" } } } diff --git a/logs/Adya-BAP/Learning Experiences/init.json b/logs/Adya-BAP/Learning Experiences/init.json index f57ddfa..1d99f09 100644 --- a/logs/Adya-BAP/Learning Experiences/init.json +++ b/logs/Adya-BAP/Learning Experiences/init.json @@ -6,9 +6,9 @@ "bpp_id": "onest.skillsetu.co", "bpp_uri": "https://onest.skillsetu.co/api/v1/onest_ondc/bpp", "domain": "onest:learning-experiences", - "message_id": "b6bf15f4-c621-4593-9348-ab197a8093a5", - "timestamp": "2024-08-29T14:11:04.744Z", - "transaction_id": "8f736513-a2f2-463f-8056-26ca75e767f6", + "message_id": "a15a99cf-594b-425f-9108-8894dd46df57", + "timestamp": "2024-09-23T09:47:46.743Z", + "transaction_id": "66ffdad0-645a-4100-8d75-0db3c8b558ca", "ttl": "PT10M", "version": "1.1.0" }, @@ -55,11 +55,11 @@ ], "items": [ { - "id": "YITY6D74" + "id": "5WB8GLLN" } ], "provider": { - "id": "VOJIH8J8" + "id": "4ABZ5849" } } } diff --git a/logs/Adya-BAP/Learning Experiences/search.json b/logs/Adya-BAP/Learning Experiences/search.json index a110495..a021104 100644 --- a/logs/Adya-BAP/Learning Experiences/search.json +++ b/logs/Adya-BAP/Learning Experiences/search.json @@ -4,9 +4,9 @@ "bap_id": "onest-bap.skillsetu.co", "bap_uri": "https://onest-bap.skillsetu.co/api/v1/onest_ondc/bap", "domain": "onest:learning-experiences", - "message_id": "b40f07ca-2018-42ac-967d-d1680e6b3088", - "timestamp": "2024-08-29T07:16:46.379Z", - "transaction_id": "94098aa9-60c5-4ff5-83c0-2ed87e5fc4da", + "message_id": "4cd430d8-09b0-4525-82c6-a3b656164d28", + "timestamp": "2024-09-23T09:45:21.970Z", + "transaction_id": "84254946-4b0e-490c-be1f-1343e9a1e4c0", "ttl": "PT10M", "version": "1.1.0" }, @@ -14,7 +14,7 @@ "intent": { "item": { "descriptor": { - "name": "management" + "name": "typescript" } } } diff --git a/logs/Adya-BAP/Learning Experiences/select.json b/logs/Adya-BAP/Learning Experiences/select.json index a7817b2..1e61322 100644 --- a/logs/Adya-BAP/Learning Experiences/select.json +++ b/logs/Adya-BAP/Learning Experiences/select.json @@ -6,9 +6,9 @@ "bpp_id": "onest.skillsetu.co", "bpp_uri": "https://onest.skillsetu.co/api/v1/onest_ondc/bpp", "domain": "onest:learning-experiences", - "message_id": "b2a824da-179c-4341-a520-26b797130dac", - "timestamp": "2024-08-29T14:11:04.744Z", - "transaction_id": "8f736513-a2f2-463f-8056-26ca75e767f6", + "message_id": "3aad3050-8e0f-4088-a0b6-38f87cbd167f", + "timestamp": "2024-09-23T09:46:53.550Z", + "transaction_id": "66ffdad0-645a-4100-8d75-0db3c8b558ca", "ttl": "PT10M", "version": "1.1.0" }, @@ -16,11 +16,11 @@ "order": { "items": [ { - "id": "YITY6D74" + "id": "5WB8GLLN" } ], "provider": { - "id": "VOJIH8J8" + "id": "4ABZ5849" } } } diff --git a/logs/Adya-BAP/Learning Experiences/status.json b/logs/Adya-BAP/Learning Experiences/status.json index 9ff7e28..39372a6 100644 --- a/logs/Adya-BAP/Learning Experiences/status.json +++ b/logs/Adya-BAP/Learning Experiences/status.json @@ -6,15 +6,15 @@ "bpp_id": "onest.skillsetu.co", "bpp_uri": "https://onest.skillsetu.co/api/v1/onest_ondc/bpp", "domain": "onest:learning-experiences", - "message_id": "99523adf-b859-4094-a75c-6aea1785a20b", - "timestamp": "2024-08-29T15:19:31.995Z", - "transaction_id": "8f736513-a2f2-463f-8056-26ca75e767f6", + "message_id": "d9d92f9f-ddea-4550-8a62-57dfb90e95f0", + "timestamp": "2024-09-23T09:56:22.597Z", + "transaction_id": "66ffdad0-645a-4100-8d75-0db3c8b558ca", "ttl": "PT10M", "version": "1.1.0" }, "message": { "order": { - "id": "be18d94a-0fc0-4059-9513-0434cb69b668" + "id": "5b6f44e1-7676-4e5a-801c-bb6af875d796" } } } \ No newline at end of file diff --git a/logs/Adya-BAP/Work Opportunities/confirm.json b/logs/Adya-BAP/Work Opportunities/confirm.json index bbccdd0..a333d96 100644 --- a/logs/Adya-BAP/Work Opportunities/confirm.json +++ b/logs/Adya-BAP/Work Opportunities/confirm.json @@ -6,9 +6,9 @@ "bpp_id": "onest-jobs.skillsetu.co", "bpp_uri": "https://onest-jobs.skillsetu.co/api/v1/onest_ondc/bpp", "domain": "onest:work-opportunities", - "message_id": "a6413136-e3ea-4d74-9188-9627a2880a37", - "timestamp": "2024-08-29T15:19:32.847Z", - "transaction_id": "8d3cac68-0f5a-4d74-93b4-d716ddaa581d", + "message_id": "9e4a7a3c-6d0f-4f64-9fea-abe5a6055ea5", + "timestamp": "2024-09-23T11:58:48.681Z", + "transaction_id": "fdfe35d0-66e1-4d57-a88b-2dd36795e159", "ttl": "PT10M", "version": "1.1.0" }, @@ -60,7 +60,7 @@ "code": "expected-salary", "name": "Expected Salary" }, - "value": "1000000" + "value": "700000" }, { "descriptor": { @@ -100,19 +100,19 @@ ] } }, - "id": "F1" + "id": "F3" } ], "items": [ { "fulfillment_ids": [ - "F1" + "F3" ], - "id": "984R7I7S" + "id": "0H4JW9Z8" } ], "provider": { - "id": "B4KQ8OIJ" + "id": "8R86M7W8" } } } diff --git a/logs/Adya-BAP/Work Opportunities/init.json b/logs/Adya-BAP/Work Opportunities/init.json index dd2238e..aac2abe 100644 --- a/logs/Adya-BAP/Work Opportunities/init.json +++ b/logs/Adya-BAP/Work Opportunities/init.json @@ -6,9 +6,9 @@ "bpp_id": "onest-jobs.skillsetu.co", "bpp_uri": "https://onest-jobs.skillsetu.co/api/v1/onest_ondc/bpp", "domain": "onest:work-opportunities", - "message_id": "ca533ed7-ea0b-4c42-b3f6-575a2b931d94", - "timestamp": "2024-08-29T15:19:32.847Z", - "transaction_id": "8d3cac68-0f5a-4d74-93b4-d716ddaa581d", + "message_id": "3950e948-59bc-4116-8656-c93492f5a7b3", + "timestamp": "2024-09-23T11:57:07.062Z", + "transaction_id": "fdfe35d0-66e1-4d57-a88b-2dd36795e159", "ttl": "P1M", "version": "1.1.0" }, @@ -59,7 +59,7 @@ "descriptor": { "code": "expected-salary" }, - "value": "1000000" + "value": "700000" }, { "descriptor": { @@ -98,19 +98,19 @@ ] } }, - "id": "F1" + "id": "F3" } ], "items": [ { "fulfillment_ids": [ - "F1" + "F3" ], - "id": "984R7I7S" + "id": "0H4JW9Z8" } ], "provider": { - "id": "B4KQ8OIJ" + "id": "8R86M7W8" } } } diff --git a/logs/Adya-BAP/Work Opportunities/search by employment type.json b/logs/Adya-BAP/Work Opportunities/search by employment type.json index a47ceb8..dbbb549 100644 --- a/logs/Adya-BAP/Work Opportunities/search by employment type.json +++ b/logs/Adya-BAP/Work Opportunities/search by employment type.json @@ -4,9 +4,9 @@ "bap_id": "onest-jobs-bap.skillsetu.co", "bap_uri": "https://onest-jobs-bap.skillsetu.co/api/v1/onest_ondc/bap", "domain": "onest:work-opportunities", - "message_id": "a301309c-9780-4adb-986b-4b9d2a7b1983", - "timestamp": "2024-08-29T09:16:20.456Z", - "transaction_id": "a5629f73-982f-468c-9e89-bd4c22787fb0", + "message_id": "882dbc48-8350-405f-807a-3e92e621349d", + "timestamp": "2024-09-23T10:24:42.321Z", + "transaction_id": "0175b16a-6712-4de6-bab4-1e39d3a402b1", "ttl": "PT30S", "version": "1.1.0" }, diff --git a/logs/Adya-BAP/Work Opportunities/search by industry type.json b/logs/Adya-BAP/Work Opportunities/search by industry type.json index cc72a8e..aa77c88 100644 --- a/logs/Adya-BAP/Work Opportunities/search by industry type.json +++ b/logs/Adya-BAP/Work Opportunities/search by industry type.json @@ -4,9 +4,9 @@ "bap_id": "onest-jobs-bap.skillsetu.co", "bap_uri": "https://onest-jobs-bap.skillsetu.co/api/v1/onest_ondc/bap", "domain": "onest:work-opportunities", - "message_id": "6afb8dc3-8725-4b09-a956-f3a55cb702b9", - "timestamp": "2024-08-29T09:16:20.456Z", - "transaction_id": "33401145-7b68-4448-8f52-27fd6f47b160", + "message_id": "98b343d4-d266-47dc-9f55-5ea6131ae4d5", + "timestamp": "2024-09-23T10:23:35.799Z", + "transaction_id": "246a685e-ae1a-4b29-82fd-7a5b420cfb50", "ttl": "PT30S", "version": "1.1.0" }, diff --git a/logs/Adya-BAP/Work Opportunities/search by location.json b/logs/Adya-BAP/Work Opportunities/search by location.json index 6712c9d..eb2a9e1 100644 --- a/logs/Adya-BAP/Work Opportunities/search by location.json +++ b/logs/Adya-BAP/Work Opportunities/search by location.json @@ -4,9 +4,9 @@ "bap_id": "onest-jobs-bap.skillsetu.co", "bap_uri": "https://onest-jobs-bap.skillsetu.co/api/v1/onest_ondc/bap", "domain": "onest:work-opportunities", - "message_id": "605a86b4-49b9-4a25-9e23-445e7e1eb12e", - "timestamp": "2024-08-29T09:16:20.456Z", - "transaction_id": "8bef83c6-1cd6-4ee6-9a11-d2d30288e736", + "message_id": "71777570-8c29-4ddd-a5ba-e8310e90c2ba", + "timestamp": "2024-09-23T10:22:23.466Z", + "transaction_id": "88cb9d98-18a2-4a78-b38c-50f96fc27443", "ttl": "PT30S", "version": "1.1.0" }, diff --git a/logs/Adya-BAP/Work Opportunities/search by name.json b/logs/Adya-BAP/Work Opportunities/search by name.json index ee1d442..8f11cfd 100644 --- a/logs/Adya-BAP/Work Opportunities/search by name.json +++ b/logs/Adya-BAP/Work Opportunities/search by name.json @@ -4,9 +4,9 @@ "bap_id": "onest-jobs-bap.skillsetu.co", "bap_uri": "https://onest-jobs-bap.skillsetu.co/api/v1/onest_ondc/bap", "domain": "onest:work-opportunities", - "message_id": "bbd7af01-ae94-4eb6-b64b-01b023294b5d", - "timestamp": "2024-08-29T07:16:47.451Z", - "transaction_id": "569544fa-1c3e-4f7d-927f-cfa5c1843856", + "message_id": "29ca6eea-3116-44dd-896a-0ade8d2dd7c1", + "timestamp": "2024-09-23T10:18:53.550Z", + "transaction_id": "24e2636a-eb92-4eb6-9429-02340fcd93aa", "ttl": "PT30S", "version": "1.1.0" }, @@ -14,7 +14,7 @@ "intent": { "item": { "descriptor": { - "name": "Product Manager" + "name": "JavaScript Backend Developer" } } } diff --git a/logs/Adya-BAP/Work Opportunities/search by provider.json b/logs/Adya-BAP/Work Opportunities/search by provider.json index d2786d1..6836b22 100644 --- a/logs/Adya-BAP/Work Opportunities/search by provider.json +++ b/logs/Adya-BAP/Work Opportunities/search by provider.json @@ -4,9 +4,9 @@ "bap_id": "onest-jobs-bap.skillsetu.co", "bap_uri": "https://onest-jobs-bap.skillsetu.co/api/v1/onest_ondc/bap", "domain": "onest:work-opportunities", - "message_id": "1ae24d97-cdf6-4837-bf73-3c09c52f173e", - "timestamp": "2024-08-29T09:16:20.456Z", - "transaction_id": "ca87a06d-b752-418a-872e-3e3901f3bd78", + "message_id": "9d2f1a0f-b89e-4c0f-921c-e72dc6f2bbc6", + "timestamp": "2024-09-23T10:21:15.153Z", + "transaction_id": "3b41c144-1ab7-4a9a-85de-39fa0392500e", "ttl": "PT30S", "version": "1.1.0" }, @@ -14,7 +14,7 @@ "intent": { "provider": { "descriptor": { - "name": "Adya" + "name": "Cyber Expert PVT.LTD." } } } diff --git a/logs/Adya-BAP/Work Opportunities/search by user details.json b/logs/Adya-BAP/Work Opportunities/search by user details.json index 7b36963..509f306 100644 --- a/logs/Adya-BAP/Work Opportunities/search by user details.json +++ b/logs/Adya-BAP/Work Opportunities/search by user details.json @@ -4,9 +4,9 @@ "bap_id": "onest-jobs-bap.skillsetu.co", "bap_uri": "https://onest-jobs-bap.skillsetu.co/api/v1/onest_ondc/bap", "domain": "onest:work-opportunities", - "message_id": "c2f126d5-e582-47f6-94e9-d62974d35e06", - "timestamp": "2024-08-29T09:16:20.456Z", - "transaction_id": "d3db67b6-b212-4e85-aa62-cae1ad9845de", + "message_id": "75928cde-6029-429e-9309-7f299a67de38", + "timestamp": "2024-09-23T10:25:54.654Z", + "transaction_id": "bb841e80-b9e2-4974-8f8e-06e9618890e2", "ttl": "PT30S", "version": "1.1.0" }, @@ -15,24 +15,12 @@ "fulfillment": { "customer": { "person": { - "age": "22", + "age": "25", "gender": "female", "skills": [ - { - "code": "Time management", - "name": "Time management" - }, - { - "code": "Decision making", - "name": "Decision making" - }, { "code": "Java", "name": "Java" - }, - { - "code": "Problem Solving", - "name": "Problem Solving" } ] } diff --git a/logs/Adya-BAP/Work Opportunities/select.json b/logs/Adya-BAP/Work Opportunities/select.json index 2afcc89..8d3e175 100644 --- a/logs/Adya-BAP/Work Opportunities/select.json +++ b/logs/Adya-BAP/Work Opportunities/select.json @@ -6,9 +6,9 @@ "bpp_id": "onest-jobs.skillsetu.co", "bpp_uri": "https://onest-jobs.skillsetu.co/api/v1/onest_ondc/bpp", "domain": "onest:work-opportunities", - "message_id": "d8a82154-8501-433b-b266-4da430eb0920", - "timestamp": "2024-08-29T15:19:32.847Z", - "transaction_id": "8d3cac68-0f5a-4d74-93b4-d716ddaa581d", + "message_id": "5bf3a4c0-7f76-4b9c-b34f-1802845e1805", + "timestamp": "2024-09-23T11:56:30.867Z", + "transaction_id": "fdfe35d0-66e1-4d57-a88b-2dd36795e159", "ttl": "P1M", "version": "1.1.0" }, @@ -16,11 +16,11 @@ "order": { "items": [ { - "id": "984R7I7S" + "id": "0H4JW9Z8" } ], "provider": { - "id": "B4KQ8OIJ" + "id": "8R86M7W8" } } } diff --git a/logs/Adya-BPP/Learning Experiences/on_confirm.json b/logs/Adya-BPP/Learning Experiences/on_confirm.json index b2b22ba..05f51f1 100644 --- a/logs/Adya-BPP/Learning Experiences/on_confirm.json +++ b/logs/Adya-BPP/Learning Experiences/on_confirm.json @@ -6,9 +6,9 @@ "bpp_id": "onest.skillsetu.co", "bpp_uri": "https://onest.skillsetu.co/api/v1/onest_ondc/bpp", "domain": "onest:learning-experiences", - "message_id": "f647154c-cdea-48b2-830b-db80eb586105", - "timestamp": "2024-08-29T14:30:31.334Z", - "transaction_id": "8f736513-a2f2-463f-8056-26ca75e767f6", + "message_id": "301d12fd-91ee-41bd-a808-455d3f219d9f", + "timestamp": "2024-09-23T09:51:48.642Z", + "transaction_id": "66ffdad0-645a-4100-8d75-0db3c8b558ca", "ttl": "PT10M", "version": "1.1.0" }, @@ -24,10 +24,10 @@ { "agent": { "contact": { - "email": "test_instructor@tmail.in" + "email": "rani@adya.ai" }, "person": { - "name": "Saira Shaik" + "name": "rani kumar" } }, "customer": { @@ -47,105 +47,118 @@ "code": "NOT-STARTED", "name": "Not Started" }, - "updated_at": "2024-08-29T14:30:31.416Z" + "updated_at": "2024-09-23T09:51:48.642Z" }, "stops": [ { "id": "0", "instructions": { - "long_desc": "Explore what management is and why its essential in every organization This lesson covers the definition and scope of management as well as the primary roles and responsibilities of a manager", + "long_desc": "Learn about typescript", "media": [ { "mimetype": "video/mp4", - "url": "https://www.youtube.com/watch?v=EvE9s6JKemM&list=PLnTNoVqwCn3S_sETjs9QACQeRCDxBGmK8" + "url": "https://www.youtube.com/watch?v=2pZmKW9-I_k&list=PL4cUxeGkcC9gUgr39Q_yD6v-bSyMwKPUI" } ], - "name": "Understanding Management Fundamentals" + "name": "Introduction" } }, { "id": "1", "instructions": { - "long_desc": " Dive into the four core functions of management Learn how each function contributes to achieving organizational goals and how managers balance these functions effectively", + "long_desc": "Learn about Basic Types\n", "media": [ { "mimetype": "video/mp4", - "url": "https://www.youtube.com/watch?v=LRR6nCpQdwc" + "url": "https://www.youtube.com/watch?v=0DzDqtcxnz0&list=PL4cUxeGkcC9gUgr39Q_yD6v-bSyMwKPUI&index=3" } ], - "name": "The Four Functions of Management" + "name": "Basic Types" } }, { "id": "2", "instructions": { - "long_desc": "Understand the development of management thought through various eras This lesson explores classical behavioral and modern management theories and how they shape current management practices", + "long_desc": "The following tutorials refresh your control flow statement knowledge", "media": [ { "mimetype": "video/mp4", - "url": "https://www.youtube.com/watch?v=8Y7252b_q1U" + "url": "https://www.youtube.com/watch?v=MrsuhFGGKvo" } ], - "name": "Evolution of Management Theories" + "name": "Control Flow Statements" } }, { "id": "3", "instructions": { - "long_desc": "Learn the importance of decision making in management the steps involved in making informed decisions and various problem solving techniques to handle challenges effectively", + "long_desc": "Learn how to declare a function that uses type annotation in TypeScript", "media": [ { "mimetype": "video/mp4", - "url": "https://www.youtube.com/watch?v=svKD-fv-EKc" + "url": "https://www.youtube.com/watch?v=jXoSaX_yFh4&list=PL4cUxeGkcC9gUgr39Q_yD6v-bSyMwKPUI&index=8" } ], - "name": "Decision Making and Problem Solving" + "name": "Functions" + } + }, + { + "id": "4", + "instructions": { + "long_desc": "learn how to construct a class in TypeScript", + "media": [ + { + "mimetype": "video/mp4", + "url": "https://www.youtube.com/watch?v=TZNbzyY6hMU&list=PL4cUxeGkcC9gUgr39Q_yD6v-bSyMwKPUI&index=10" + } + ], + "name": "Classes" } } ], "type": "ONLINE" } ], - "id": "be18d94a-0fc0-4059-9513-0434cb69b668", + "id": "5b6f44e1-7676-4e5a-801c-bb6af875d796", "items": [ { "category_ids": [ - "SKILL-DEVELOPMENT-COURSES" + "TECHNICAL-COURSES" ], "creator": { "descriptor": { "images": [ { - "url": "https://adyatechstorage.blob.core.windows.net/onest-storage/images%20(11).jpeg-8e893cfb-abf8-4885-9d02-a616091454d4.jpeg" + "url": "https://adyatechstorage.blob.core.windows.net/onest-storage/swapna.jpeg-e149367b-5b1f-4e97-aeee-9bf3f9584839.jpeg" } ], - "long_desc": "Saira a passionate management instructor dedicated to empowering learners with practical skills and knowledge to excel in the world of business", - "name": "Saira", - "short_desc": "Saira a passionate management instructor " + "long_desc": "Hi, I'm Swapna, a dedicated programme trainer passionate about empowering learners to achieve their goals through engaging and effective training sessions.", + "name": "Swapna", + "short_desc": "Hello, I'm Dr.Swapna, a professor in Andhra University" } }, "descriptor": { "images": [ { - "url": "https://adyatechstorage.blob.core.windows.net/onest-storage/images%20(14).jpeg-ca95e475-a3f1-4fdb-8710-db2dff149654.jpeg" + "url": "https://adyatechstorage.blob.core.windows.net/onest-storage/ts.jpeg-724e8bc8-3929-436d-95aa-d63b32f45ebf.jpeg" } ], - "long_desc": " Understanding the role of a manager the functions of management and the importance of management in organizations", + "long_desc": "TypeScript adds types to JavaScript to help you speed up the development by catching errors before you even run the JavaScript code.", "media": [ { - "url": "https://www.youtube.com/watch?v=cYmqzdI1XOI" + "url": "https://www.youtube.com/watch?v=2pZmKW9-I_k&list=PL4cUxeGkcC9gUgr39Q_yD6v-bSyMwKPUI" } ], - "name": "Introduction to Management", - "short_desc": " Understanding the role of a manager" + "name": "TypeScript", + "short_desc": "TypeScript is typed JavaScript." }, "fulfillment_ids": [ "F2" ], - "id": "YITY6D74", + "id": "5WB8GLLN", "price": { "currency": "INR", - "value": "500" + "value": "699" }, "quantity": { "maximum": { @@ -174,14 +187,14 @@ "code": "learning-objective", "name": "Learning objective" }, - "value": "Understand the role and responsibilities of a manager in an organization" + "value": "TypeScript" }, { "descriptor": { "code": "prerequisite", "name": "Prerequisite" }, - "value": " This course is designed for beginners with no prior experience or knowledge of management." + "value": "Btech" }, { "descriptor": { @@ -195,7 +208,7 @@ "code": "course-duration", "name": "Course duration" }, - "value": "PT6H" + "value": "P7W" } ] } @@ -204,9 +217,9 @@ ], "payments": [ { - "collected_by": "BPP", + "collected_by": "bpp", "params": { - "amount": "500", + "amount": "699", "currency": "INR" }, "status": "PAID", @@ -217,28 +230,28 @@ "categories": [ { "descriptor": { - "code": "SKILL-DEVELOPMENT-COURSES", - "name": "Skill Development Courses" + "code": "TECHNICAL-COURSES", + "name": "Technical Courses" }, - "id": "SKILL-DEVELOPMENT-COURSES" + "id": "TECHNICAL-COURSES" } ], "descriptor": { "images": [ { "size_type": "sm", - "url": "https://adyatechstorage.blob.core.windows.net/onest-storage/2d8eb562c8c9fd83f859d1e0d7212cb3.png-16634e8e-ca95-4323-8654-ddc96a5d688e.png" + "url": "https://adyatechstorage.blob.core.windows.net/onest-storage/eyey.jpg-7f6e3a99-e840-4745-9ad9-1165aae929a3.jpeg" } ], - "name": "Saira Shaik", - "short_desc": "Hello! I'm Saira, a passionate management instructor dedicated to empowering learners with practical skills and knowledge to excel in the world of business. With years of experience in the field, I bring a deep understanding of management principles, strategies, and real-world applications to my courses." + "name": "rani kumar", + "short_desc": "This is about meThis is about meThis is about meThis is about " }, - "id": "VOJIH8J8" + "id": "4ABZ5849" }, "quote": { "price": { "currency": "INR", - "value": "500" + "value": "699" } } } diff --git a/logs/Adya-BPP/Learning Experiences/on_init(not_paid).json b/logs/Adya-BPP/Learning Experiences/on_init(not_paid).json index b4bb444..f783c3c 100644 --- a/logs/Adya-BPP/Learning Experiences/on_init(not_paid).json +++ b/logs/Adya-BPP/Learning Experiences/on_init(not_paid).json @@ -6,9 +6,9 @@ "bpp_id": "onest.skillsetu.co", "bpp_uri": "https://onest.skillsetu.co/api/v1/onest_ondc/bpp", "domain": "onest:learning-experiences", - "message_id": "b6bf15f4-c621-4593-9348-ab197a8093a5", - "timestamp": "2024-08-29T14:28:36.132Z", - "transaction_id": "8f736513-a2f2-463f-8056-26ca75e767f6", + "message_id": "a15a99cf-594b-425f-9108-8894dd46df57", + "timestamp": "2024-09-23T09:47:47.415Z", + "transaction_id": "66ffdad0-645a-4100-8d75-0db3c8b558ca", "ttl": "PT10M", "version": "1.1.0" }, @@ -24,10 +24,10 @@ { "agent": { "contact": { - "email": "test_instructor@tmail.in" + "email": "rani@adya.ai" }, "person": { - "name": "Saira Shaik" + "name": "rani kumar" } }, "customer": { @@ -66,42 +66,42 @@ "items": [ { "category_ids": [ - "SKILL-DEVELOPMENT-COURSES" + "TECHNICAL-COURSES" ], "creator": { "descriptor": { "images": [ { - "url": "https://adyatechstorage.blob.core.windows.net/onest-storage/images%20(11).jpeg-8e893cfb-abf8-4885-9d02-a616091454d4.jpeg" + "url": "https://adyatechstorage.blob.core.windows.net/onest-storage/swapna.jpeg-e149367b-5b1f-4e97-aeee-9bf3f9584839.jpeg" } ], - "long_desc": "Saira a passionate management instructor dedicated to empowering learners with practical skills and knowledge to excel in the world of business", - "name": "Saira", - "short_desc": "Saira a passionate management instructor " + "long_desc": "Hi, I'm Swapna, a dedicated programme trainer passionate about empowering learners to achieve their goals through engaging and effective training sessions.", + "name": "Swapna", + "short_desc": "Hello, I'm Dr.Swapna, a professor in Andhra University" } }, "descriptor": { "images": [ { - "url": "https://adyatechstorage.blob.core.windows.net/onest-storage/images%20(14).jpeg-ca95e475-a3f1-4fdb-8710-db2dff149654.jpeg" + "url": "https://adyatechstorage.blob.core.windows.net/onest-storage/ts.jpeg-724e8bc8-3929-436d-95aa-d63b32f45ebf.jpeg" } ], - "long_desc": " Understanding the role of a manager the functions of management and the importance of management in organizations", + "long_desc": "TypeScript adds types to JavaScript to help you speed up the development by catching errors before you even run the JavaScript code.", "media": [ { - "url": "https://www.youtube.com/watch?v=cYmqzdI1XOI" + "url": "https://www.youtube.com/watch?v=2pZmKW9-I_k&list=PL4cUxeGkcC9gUgr39Q_yD6v-bSyMwKPUI" } ], - "name": "Introduction to Management", - "short_desc": " Understanding the role of a manager" + "name": "TypeScript", + "short_desc": "TypeScript is typed JavaScript." }, "fulfillment_ids": [ "F2" ], - "id": "YITY6D74", + "id": "5WB8GLLN", "price": { "currency": "INR", - "value": "500" + "value": "699" }, "quantity": { "maximum": { @@ -130,14 +130,14 @@ "code": "learning-objective", "name": "Learning objective" }, - "value": "Understand the role and responsibilities of a manager in an organization" + "value": "TypeScript" }, { "descriptor": { "code": "prerequisite", "name": "Prerequisite" }, - "value": " This course is designed for beginners with no prior experience or knowledge of management." + "value": "Btech" }, { "descriptor": { @@ -151,7 +151,7 @@ "code": "course-duration", "name": "Course duration" }, - "value": "PT6H" + "value": "P7W" } ] } @@ -160,7 +160,7 @@ "form": { "mime_type": "text/html", "resubmit": false, - "url": "https://adyatechstorage.blob.core.windows.net/onest-storage/education_form-8f736513-a2f2-463f-8056-26ca75e767f6.html" + "url": "https://adyatechstorage.blob.core.windows.net/onest-storage/education_form-66ffdad0-645a-4100-8d75-0db3c8b558ca.html" }, "head": { "descriptor": { @@ -170,7 +170,7 @@ "Educational Details" ], "index": { - "cur": 0, + "cur": 1, "max": 1, "min": 0 } @@ -181,42 +181,42 @@ ], "payments": [ { - "collected_by": "BPP", + "collected_by": "bpp", "params": { - "amount": "500", + "amount": "699", "currency": "INR" }, "status": "NOT-PAID", "type": "PRE-ORDER", - "url": "https://onest.skillsetu.co/api/v1/onest/backend/courses/student_course_payment/get_payment/edaa1d29-19f3-466a-962f-d32e81fabcd2" + "url": "https://onest.skillsetu.co/api/v1/onest/backend/courses/student_course_payment/get_payment/6e1b99e4-4a26-4706-80b9-f216afafab9b" } ], "provider": { "categories": [ { "descriptor": { - "code": "SKILL-DEVELOPMENT-COURSES", - "name": "Skill Development Courses" + "code": "TECHNICAL-COURSES", + "name": "Technical Courses" }, - "id": "SKILL-DEVELOPMENT-COURSES" + "id": "TECHNICAL-COURSES" } ], "descriptor": { "images": [ { "size_type": "sm", - "url": "https://adyatechstorage.blob.core.windows.net/onest-storage/2d8eb562c8c9fd83f859d1e0d7212cb3.png-16634e8e-ca95-4323-8654-ddc96a5d688e.png" + "url": "https://adyatechstorage.blob.core.windows.net/onest-storage/eyey.jpg-7f6e3a99-e840-4745-9ad9-1165aae929a3.jpeg" } ], - "name": "Saira Shaik", - "short_desc": "Hello! I'm Saira, a passionate management instructor dedicated to empowering learners with practical skills and knowledge to excel in the world of business. With years of experience in the field, I bring a deep understanding of management principles, strategies, and real-world applications to my courses." + "name": "rani kumar", + "short_desc": "This is about meThis is about meThis is about meThis is about " }, - "id": "VOJIH8J8" + "id": "4ABZ5849" }, "quote": { "price": { "currency": "INR", - "value": "500" + "value": "699" } } } diff --git a/logs/Adya-BPP/Learning Experiences/on_init(paid).json b/logs/Adya-BPP/Learning Experiences/on_init(paid).json index 9ba9241..674f279 100644 --- a/logs/Adya-BPP/Learning Experiences/on_init(paid).json +++ b/logs/Adya-BPP/Learning Experiences/on_init(paid).json @@ -6,9 +6,9 @@ "bpp_id": "onest.skillsetu.co", "bpp_uri": "https://onest.skillsetu.co/api/v1/onest_ondc/bpp", "domain": "onest:learning-experiences", - "message_id": "b6bf15f4-c621-4593-9348-ab197a8093a5", - "timestamp": "2024-08-29T14:30:28.909Z", - "transaction_id": "8f736513-a2f2-463f-8056-26ca75e767f6", + "message_id": "9984c89c-24dc-4ee0-a2cf-897d11e17de6", + "timestamp": "2024-09-23T09:51:47.209Z", + "transaction_id": "66ffdad0-645a-4100-8d75-0db3c8b558ca", "ttl": "PT10M", "version": "1.1.0" }, @@ -24,10 +24,10 @@ { "agent": { "contact": { - "email": "test_instructor@tmail.in" + "email": "rani@adya.ai" }, "person": { - "name": "Saira Shaik" + "name": "rani kumar" } }, "customer": { @@ -66,42 +66,42 @@ "items": [ { "category_ids": [ - "SKILL-DEVELOPMENT-COURSES" + "TECHNICAL-COURSES" ], "creator": { "descriptor": { "images": [ { - "url": "https://adyatechstorage.blob.core.windows.net/onest-storage/images%20(11).jpeg-8e893cfb-abf8-4885-9d02-a616091454d4.jpeg" + "url": "https://adyatechstorage.blob.core.windows.net/onest-storage/swapna.jpeg-e149367b-5b1f-4e97-aeee-9bf3f9584839.jpeg" } ], - "long_desc": "Saira a passionate management instructor dedicated to empowering learners with practical skills and knowledge to excel in the world of business", - "name": "Saira", - "short_desc": "Saira a passionate management instructor " + "long_desc": "Hi, I'm Swapna, a dedicated programme trainer passionate about empowering learners to achieve their goals through engaging and effective training sessions.", + "name": "Swapna", + "short_desc": "Hello, I'm Dr.Swapna, a professor in Andhra University" } }, "descriptor": { "images": [ { - "url": "https://adyatechstorage.blob.core.windows.net/onest-storage/images%20(14).jpeg-ca95e475-a3f1-4fdb-8710-db2dff149654.jpeg" + "url": "https://adyatechstorage.blob.core.windows.net/onest-storage/ts.jpeg-724e8bc8-3929-436d-95aa-d63b32f45ebf.jpeg" } ], - "long_desc": " Understanding the role of a manager the functions of management and the importance of management in organizations", + "long_desc": "TypeScript adds types to JavaScript to help you speed up the development by catching errors before you even run the JavaScript code.", "media": [ { - "url": "https://www.youtube.com/watch?v=cYmqzdI1XOI" + "url": "https://www.youtube.com/watch?v=2pZmKW9-I_k&list=PL4cUxeGkcC9gUgr39Q_yD6v-bSyMwKPUI" } ], - "name": "Introduction to Management", - "short_desc": " Understanding the role of a manager" + "name": "TypeScript", + "short_desc": "TypeScript is typed JavaScript." }, "fulfillment_ids": [ "F2" ], - "id": "YITY6D74", + "id": "5WB8GLLN", "price": { "currency": "INR", - "value": "500" + "value": "699" }, "quantity": { "maximum": { @@ -130,14 +130,14 @@ "code": "learning-objective", "name": "Learning objective" }, - "value": "Understand the role and responsibilities of a manager in an organization" + "value": "TypeScript" }, { "descriptor": { "code": "prerequisite", "name": "Prerequisite" }, - "value": " This course is designed for beginners with no prior experience or knowledge of management." + "value": "Btech" }, { "descriptor": { @@ -151,7 +151,7 @@ "code": "course-duration", "name": "Course duration" }, - "value": "PT6H" + "value": "P7W" } ] } @@ -160,42 +160,42 @@ ], "payments": [ { - "collected_by": "BPP", + "collected_by": "bpp", "params": { - "amount": "500", + "amount": "699", "currency": "INR" }, "status": "PAID", "type": "PRE-ORDER", - "url": "https://onest.skillsetu.co/api/v1/onest/backend/courses/student_course_payment/get_payment/edaa1d29-19f3-466a-962f-d32e81fabcd2" + "url": "https://onest.skillsetu.co/api/v1/onest/backend/courses/student_course_payment/get_payment/6e1b99e4-4a26-4706-80b9-f216afafab9b" } ], "provider": { "categories": [ { "descriptor": { - "code": "SKILL-DEVELOPMENT-COURSES", - "name": "Skill Development Courses" + "code": "TECHNICAL-COURSES", + "name": "Technical Courses" }, - "id": "SKILL-DEVELOPMENT-COURSES" + "id": "TECHNICAL-COURSES" } ], "descriptor": { "images": [ { "size_type": "sm", - "url": "https://adyatechstorage.blob.core.windows.net/onest-storage/2d8eb562c8c9fd83f859d1e0d7212cb3.png-16634e8e-ca95-4323-8654-ddc96a5d688e.png" + "url": "https://adyatechstorage.blob.core.windows.net/onest-storage/eyey.jpg-7f6e3a99-e840-4745-9ad9-1165aae929a3.jpeg" } ], - "name": "Saira Shaik", - "short_desc": "Hello! I'm Saira, a passionate management instructor dedicated to empowering learners with practical skills and knowledge to excel in the world of business. With years of experience in the field, I bring a deep understanding of management principles, strategies, and real-world applications to my courses." + "name": "rani kumar", + "short_desc": "This is about meThis is about meThis is about meThis is about " }, - "id": "VOJIH8J8" + "id": "4ABZ5849" }, "quote": { "price": { "currency": "INR", - "value": "500" + "value": "699" } } } diff --git a/logs/Adya-BPP/Learning Experiences/on_search.json b/logs/Adya-BPP/Learning Experiences/on_search.json index 7a3900b..17631a0 100644 --- a/logs/Adya-BPP/Learning Experiences/on_search.json +++ b/logs/Adya-BPP/Learning Experiences/on_search.json @@ -6,92 +6,92 @@ "bpp_id": "onest.skillsetu.co", "bpp_uri": "https://onest.skillsetu.co/api/v1/onest_ondc/bpp", "domain": "onest:learning-experiences", - "message_id": "b40f07ca-2018-42ac-967d-d1680e6b3088", - "timestamp": "2024-08-29T07:17:34.370Z", - "transaction_id": "94098aa9-60c5-4ff5-83c0-2ed87e5fc4da", + "message_id": "4cd430d8-09b0-4525-82c6-a3b656164d28", + "timestamp": "2024-09-23T09:45:22.691Z", + "transaction_id": "84254946-4b0e-490c-be1f-1343e9a1e4c0", "ttl": "PT10M", "version": "1.1.0" }, "message": { "catalog": { "descriptor": { - "name": "Catalog for management Courses" + "name": "Catalog for typescript Courses" }, "providers": [ { "categories": [ { "descriptor": { - "code": "SKILL-DEVELOPMENT-COURSES", - "name": "Skill Development Courses" + "code": "TECHNICAL-COURSES", + "name": "Technical Courses" }, - "id": "SKILL-DEVELOPMENT-COURSES" + "id": "TECHNICAL-COURSES" } ], "descriptor": { "images": [ { "size_type": "sm", - "url": "https://adyatechstorage.blob.core.windows.net/onest-storage/2d8eb562c8c9fd83f859d1e0d7212cb3.png-16634e8e-ca95-4323-8654-ddc96a5d688e.png" + "url": "https://adyatechstorage.blob.core.windows.net/onest-storage/eyey.jpg-7f6e3a99-e840-4745-9ad9-1165aae929a3.jpeg" } ], - "name": "Saira Shaik", - "short_desc": "Hello! I'm Saira, a passionate management instructor dedicated to empowering learners with practical skills and knowledge to excel in the world of business. With years of experience in the field, I bring a deep understanding of management principles, strategies, and real-world applications to my courses." + "name": "rani kumar", + "short_desc": "This is about meThis is about meThis is about meThis is about " }, "fulfillments": [ { "agent": { "contact": { - "email": "test_instructor@tmail.in" + "email": "rani@adya.ai" }, "person": { - "name": "Saira Shaik" + "name": "rani kumar" } }, "id": "F2", "type": "ONLINE" } ], - "id": "VOJIH8J8", + "id": "4ABZ5849", "items": [ { "category_ids": [ - "SKILL-DEVELOPMENT-COURSES" + "TECHNICAL-COURSES" ], "creator": { "descriptor": { "images": [ { - "url": "https://adyatechstorage.blob.core.windows.net/onest-storage/images%20(11).jpeg-8e893cfb-abf8-4885-9d02-a616091454d4.jpeg" + "url": "https://adyatechstorage.blob.core.windows.net/onest-storage/swapna.jpeg-e149367b-5b1f-4e97-aeee-9bf3f9584839.jpeg" } ], - "long_desc": "Saira a passionate management instructor dedicated to empowering learners with practical skills and knowledge to excel in the world of business", - "name": "Saira", - "short_desc": "Saira a passionate management instructor " + "long_desc": "Hi, I'm Swapna, a dedicated programme trainer passionate about empowering learners to achieve their goals through engaging and effective training sessions.", + "name": "Swapna", + "short_desc": "Hello, I'm Dr.Swapna, a professor in Andhra University" } }, "descriptor": { "images": [ { - "url": "https://adyatechstorage.blob.core.windows.net/onest-storage/images%20(14).jpeg-ca95e475-a3f1-4fdb-8710-db2dff149654.jpeg" + "url": "https://adyatechstorage.blob.core.windows.net/onest-storage/ts.jpeg-724e8bc8-3929-436d-95aa-d63b32f45ebf.jpeg" } ], - "long_desc": " Understanding the role of a manager the functions of management and the importance of management in organizations", + "long_desc": "TypeScript adds types to JavaScript to help you speed up the development by catching errors before you even run the JavaScript code.", "media": [ { - "url": "https://www.youtube.com/watch?v=cYmqzdI1XOI" + "url": "https://www.youtube.com/watch?v=2pZmKW9-I_k&list=PL4cUxeGkcC9gUgr39Q_yD6v-bSyMwKPUI" } ], - "name": "Introduction to Management", - "short_desc": " Understanding the role of a manager" + "name": "TypeScript", + "short_desc": "TypeScript is typed JavaScript." }, "fulfillment_ids": [ "F2" ], - "id": "YITY6D74", + "id": "5WB8GLLN", "price": { "currency": "INR", - "value": "500" + "value": "699" }, "quantity": { "maximum": { @@ -120,14 +120,14 @@ "code": "learning-objective", "name": "Learning objective" }, - "value": "Understand the role and responsibilities of a manager in an organization" + "value": "TypeScript" }, { "descriptor": { "code": "prerequisite", "name": "Prerequisite" }, - "value": " This course is designed for beginners with no prior experience or knowledge of management." + "value": "Btech" }, { "descriptor": { @@ -141,7 +141,138 @@ "code": "course-duration", "name": "Course duration" }, - "value": "PT6H" + "value": "P7W" + } + ] + } + ] + } + ] + }, + { + "categories": [ + { + "descriptor": { + "code": "TECHNICAL-COURSES", + "name": "Technical Courses" + }, + "id": "TECHNICAL-COURSES" + } + ], + "descriptor": { + "images": [ + { + "size_type": "sm", + "url": "https://adyatechstorage.blob.core.windows.net/onest-storage/men1.jpeg-e0298330-f0c5-4a05-a4d0-37c80bb8034f.jpeg" + } + ], + "name": "sanjay s", + "short_desc": "i am a educator with 10 years of experience" + }, + "fulfillments": [ + { + "agent": { + "contact": { + "email": "sanjay.santosh@adya.ai" + }, + "person": { + "name": "sanjay s" + } + }, + "id": "F2", + "type": "ONLINE" + } + ], + "id": "PCQR6T05", + "items": [ + { + "category_ids": [ + "TECHNICAL-COURSES" + ], + "creator": { + "descriptor": { + "images": [ + { + "url": "https://adyatechstorage.blob.core.windows.net/onest-storage/360_F_113995750_dAEGvjqxnsYD6asKjeDWJoVoSqjFvdGO.jpg-003e1312-2097-4370-a787-64db3466060f.jpeg" + } + ], + "long_desc": "4 years of experience", + "name": "krish", + "short_desc": "4 years of experience" + } + }, + "descriptor": { + "images": [ + { + "url": "https://adyatechstorage.blob.core.windows.net/onest-storage/Typescript_logo_2020.svg.png-a67e21be-4af9-407c-a041-20f2f6aa62ea.png" + } + ], + "long_desc": "typescript for intermediate", + "media": [ + { + "url": "https://www.youtube.com/watch?v=ahCwqrYpIuM" + } + ], + "name": "typescript for intermediate", + "short_desc": "typescript for intermediate" + }, + "fulfillment_ids": [ + "F2" + ], + "id": "GMEL55LP", + "price": { + "currency": "INR", + "value": "499" + }, + "quantity": { + "maximum": { + "count": 1 + } + }, + "rateable": true, + "rating": "0", + "tags": [ + { + "descriptor": { + "code": "content-metadata", + "name": "Content metadata" + }, + "display": true, + "list": [ + { + "descriptor": { + "code": "learner-level", + "name": "Learner level" + }, + "value": "Intermediate" + }, + { + "descriptor": { + "code": "learning-objective", + "name": "Learning objective" + }, + "value": "typescript for intermediate" + }, + { + "descriptor": { + "code": "prerequisite", + "name": "Prerequisite" + }, + "value": "basic understading of javascript" + }, + { + "descriptor": { + "code": "lang-code", + "name": "Language code" + }, + "value": "en" + }, + { + "descriptor": { + "code": "course-duration", + "name": "Course duration" + }, + "value": "P2W" } ] } diff --git a/logs/Adya-BPP/Learning Experiences/on_select.json b/logs/Adya-BPP/Learning Experiences/on_select.json index cfaa444..352e8e5 100644 --- a/logs/Adya-BPP/Learning Experiences/on_select.json +++ b/logs/Adya-BPP/Learning Experiences/on_select.json @@ -6,9 +6,9 @@ "bpp_id": "onest.skillsetu.co", "bpp_uri": "https://onest.skillsetu.co/api/v1/onest_ondc/bpp", "domain": "onest:learning-experiences", - "message_id": "b2a824da-179c-4341-a520-26b797130dac", - "timestamp": "2024-08-29T14:27:11.627Z", - "transaction_id": "8f736513-a2f2-463f-8056-26ca75e767f6", + "message_id": "3aad3050-8e0f-4088-a0b6-38f87cbd167f", + "timestamp": "2024-09-23T09:46:54.317Z", + "transaction_id": "66ffdad0-645a-4100-8d75-0db3c8b558ca", "ttl": "PT10M", "version": "1.1.0" }, @@ -18,10 +18,10 @@ { "agent": { "contact": { - "email": "test_instructor@tmail.in" + "email": "rani@adya.ai" }, "person": { - "name": "Saira Shaik" + "name": "rani kumar" } }, "id": "F2", @@ -31,42 +31,42 @@ "items": [ { "category_ids": [ - "SKILL-DEVELOPMENT-COURSES" + "TECHNICAL-COURSES" ], "creator": { "descriptor": { "images": [ { - "url": "https://adyatechstorage.blob.core.windows.net/onest-storage/images%20(11).jpeg-8e893cfb-abf8-4885-9d02-a616091454d4.jpeg" + "url": "https://adyatechstorage.blob.core.windows.net/onest-storage/swapna.jpeg-e149367b-5b1f-4e97-aeee-9bf3f9584839.jpeg" } ], - "long_desc": "Saira a passionate management instructor dedicated to empowering learners with practical skills and knowledge to excel in the world of business", - "name": "Saira", - "short_desc": "Saira a passionate management instructor " + "long_desc": "Hi, I'm Swapna, a dedicated programme trainer passionate about empowering learners to achieve their goals through engaging and effective training sessions.", + "name": "Swapna", + "short_desc": "Hello, I'm Dr.Swapna, a professor in Andhra University" } }, "descriptor": { "images": [ { - "url": "https://adyatechstorage.blob.core.windows.net/onest-storage/images%20(14).jpeg-ca95e475-a3f1-4fdb-8710-db2dff149654.jpeg" + "url": "https://adyatechstorage.blob.core.windows.net/onest-storage/ts.jpeg-724e8bc8-3929-436d-95aa-d63b32f45ebf.jpeg" } ], - "long_desc": " Understanding the role of a manager the functions of management and the importance of management in organizations", + "long_desc": "TypeScript adds types to JavaScript to help you speed up the development by catching errors before you even run the JavaScript code.", "media": [ { - "url": "https://www.youtube.com/watch?v=cYmqzdI1XOI" + "url": "https://www.youtube.com/watch?v=2pZmKW9-I_k&list=PL4cUxeGkcC9gUgr39Q_yD6v-bSyMwKPUI" } ], - "name": "Introduction to Management", - "short_desc": " Understanding the role of a manager" + "name": "TypeScript", + "short_desc": "TypeScript is typed JavaScript." }, "fulfillment_ids": [ "F2" ], - "id": "YITY6D74", + "id": "5WB8GLLN", "price": { "currency": "INR", - "value": "500" + "value": "699" }, "quantity": { "maximum": { @@ -95,14 +95,14 @@ "code": "learning-objective", "name": "Learning objective" }, - "value": "Understand the role and responsibilities of a manager in an organization" + "value": "TypeScript" }, { "descriptor": { "code": "prerequisite", "name": "Prerequisite" }, - "value": " This course is designed for beginners with no prior experience or knowledge of management." + "value": "Btech" }, { "descriptor": { @@ -116,7 +116,7 @@ "code": "course-duration", "name": "Course duration" }, - "value": "PT6H" + "value": "P7W" } ] } @@ -127,28 +127,28 @@ "categories": [ { "descriptor": { - "code": "SKILL-DEVELOPMENT-COURSES", - "name": "Skill Development Courses" + "code": "TECHNICAL-COURSES", + "name": "Technical Courses" }, - "id": "SKILL-DEVELOPMENT-COURSES" + "id": "TECHNICAL-COURSES" } ], "descriptor": { "images": [ { "size_type": "sm", - "url": "https://adyatechstorage.blob.core.windows.net/onest-storage/2d8eb562c8c9fd83f859d1e0d7212cb3.png-16634e8e-ca95-4323-8654-ddc96a5d688e.png" + "url": "https://adyatechstorage.blob.core.windows.net/onest-storage/eyey.jpg-7f6e3a99-e840-4745-9ad9-1165aae929a3.jpeg" } ], - "name": "Saira Shaik", - "short_desc": "Hello! I'm Saira, a passionate management instructor dedicated to empowering learners with practical skills and knowledge to excel in the world of business. With years of experience in the field, I bring a deep understanding of management principles, strategies, and real-world applications to my courses." + "name": "rani kumar", + "short_desc": "This is about meThis is about meThis is about meThis is about " }, - "id": "VOJIH8J8" + "id": "4ABZ5849" }, "quote": { "price": { "currency": "INR", - "value": "500" + "value": "699" } } } diff --git a/logs/Adya-BPP/Learning Experiences/on_status(in_progress).json b/logs/Adya-BPP/Learning Experiences/on_status(in_progress).json index 7760158..4e40aa3 100644 --- a/logs/Adya-BPP/Learning Experiences/on_status(in_progress).json +++ b/logs/Adya-BPP/Learning Experiences/on_status(in_progress).json @@ -6,9 +6,9 @@ "bpp_id": "onest.skillsetu.co", "bpp_uri": "https://onest.skillsetu.co/api/v1/onest_ondc/bpp", "domain": "onest:learning-experiences", - "message_id": "99523adf-b859-4094-a75c-6aea1785a20b", - "timestamp": "2024-08-29T15:40:16.723Z", - "transaction_id": "8f736513-a2f2-463f-8056-26ca75e767f6", + "message_id": "d9d92f9f-ddea-4550-8a62-57dfb90e95f0", + "timestamp": "2024-09-23T09:56:23.304Z", + "transaction_id": "66ffdad0-645a-4100-8d75-0db3c8b558ca", "ttl": "PT10M", "version": "1.1.0" }, @@ -24,10 +24,10 @@ { "agent": { "contact": { - "email": "test_instructor@tmail.in" + "email": "rani@adya.ai" }, "person": { - "name": "Saira Shaik" + "name": "rani kumar" } }, "customer": { @@ -47,105 +47,118 @@ "code": "IN-PROGRESS", "name": "In Progress" }, - "updated_at": "2024-08-29T15:40:16.723Z" + "updated_at": "2024-09-23T09:51:48.928Z" }, "stops": [ { "id": "0", "instructions": { - "long_desc": "Explore what management is and why its essential in every organization This lesson covers the definition and scope of management as well as the primary roles and responsibilities of a manager", + "long_desc": "Learn about typescript", "media": [ { "mimetype": "video/mp4", - "url": "https://www.youtube.com/watch?v=EvE9s6JKemM&list=PLnTNoVqwCn3S_sETjs9QACQeRCDxBGmK8" + "url": "https://www.youtube.com/watch?v=2pZmKW9-I_k&list=PL4cUxeGkcC9gUgr39Q_yD6v-bSyMwKPUI" } ], - "name": "Understanding Management Fundamentals" + "name": "Introduction" } }, { "id": "1", "instructions": { - "long_desc": " Dive into the four core functions of management Learn how each function contributes to achieving organizational goals and how managers balance these functions effectively", + "long_desc": "Learn about Basic Types\n", "media": [ { "mimetype": "video/mp4", - "url": "https://www.youtube.com/watch?v=LRR6nCpQdwc" + "url": "https://www.youtube.com/watch?v=0DzDqtcxnz0&list=PL4cUxeGkcC9gUgr39Q_yD6v-bSyMwKPUI&index=3" } ], - "name": "The Four Functions of Management" + "name": "Basic Types" } }, { "id": "2", "instructions": { - "long_desc": "Understand the development of management thought through various eras This lesson explores classical behavioral and modern management theories and how they shape current management practices", + "long_desc": "The following tutorials refresh your control flow statement knowledge", "media": [ { "mimetype": "video/mp4", - "url": "https://www.youtube.com/watch?v=8Y7252b_q1U" + "url": "https://www.youtube.com/watch?v=MrsuhFGGKvo" } ], - "name": "Evolution of Management Theories" + "name": "Control Flow Statements" } }, { "id": "3", "instructions": { - "long_desc": "Learn the importance of decision making in management the steps involved in making informed decisions and various problem solving techniques to handle challenges effectively", + "long_desc": "Learn how to declare a function that uses type annotation in TypeScript", "media": [ { "mimetype": "video/mp4", - "url": "https://www.youtube.com/watch?v=svKD-fv-EKc" + "url": "https://www.youtube.com/watch?v=jXoSaX_yFh4&list=PL4cUxeGkcC9gUgr39Q_yD6v-bSyMwKPUI&index=8" } ], - "name": "Decision Making and Problem Solving" + "name": "Functions" + } + }, + { + "id": "4", + "instructions": { + "long_desc": "learn how to construct a class in TypeScript", + "media": [ + { + "mimetype": "video/mp4", + "url": "https://www.youtube.com/watch?v=TZNbzyY6hMU&list=PL4cUxeGkcC9gUgr39Q_yD6v-bSyMwKPUI&index=10" + } + ], + "name": "Classes" } } ], "type": "ONLINE" } ], - "id": "be18d94a-0fc0-4059-9513-0434cb69b668", + "id": "5b6f44e1-7676-4e5a-801c-bb6af875d796", "items": [ { "category_ids": [ - "SKILL-DEVELOPMENT-COURSES" + "TECHNICAL-COURSES" ], "creator": { "descriptor": { "images": [ { - "url": "https://adyatechstorage.blob.core.windows.net/onest-storage/images%20(11).jpeg-8e893cfb-abf8-4885-9d02-a616091454d4.jpeg" + "url": "https://adyatechstorage.blob.core.windows.net/onest-storage/swapna.jpeg-e149367b-5b1f-4e97-aeee-9bf3f9584839.jpeg" } ], - "long_desc": "Saira a passionate management instructor dedicated to empowering learners with practical skills and knowledge to excel in the world of business", - "name": "Saira", - "short_desc": "Saira a passionate management instructor " + "long_desc": "Hi, I'm Swapna, a dedicated programme trainer passionate about empowering learners to achieve their goals through engaging and effective training sessions.", + "name": "Swapna", + "short_desc": "Hello, I'm Dr.Swapna, a professor in Andhra University" } }, "descriptor": { "images": [ { - "url": "https://adyatechstorage.blob.core.windows.net/onest-storage/images%20(14).jpeg-ca95e475-a3f1-4fdb-8710-db2dff149654.jpeg" + "url": "https://adyatechstorage.blob.core.windows.net/onest-storage/ts.jpeg-724e8bc8-3929-436d-95aa-d63b32f45ebf.jpeg" } ], - "long_desc": " Understanding the role of a manager the functions of management and the importance of management in organizations", + "long_desc": "TypeScript adds types to JavaScript to help you speed up the development by catching errors before you even run the JavaScript code.", "media": [ { - "url": "https://www.youtube.com/watch?v=cYmqzdI1XOI" + "url": "https://www.youtube.com/watch?v=2pZmKW9-I_k&list=PL4cUxeGkcC9gUgr39Q_yD6v-bSyMwKPUI" } ], - "name": "Introduction to Management", - "short_desc": " Understanding the role of a manager" + "name": "TypeScript", + "short_desc": "TypeScript is typed JavaScript." }, "fulfillment_ids": [ "F2" ], - "id": "YITY6D74", + "id": "5WB8GLLN", "price": { "currency": "INR", - "value": "500" + "value": "699" }, "quantity": { "maximum": { @@ -174,14 +187,14 @@ "code": "learning-objective", "name": "Learning objective" }, - "value": "Understand the role and responsibilities of a manager in an organization" + "value": "TypeScript" }, { "descriptor": { "code": "prerequisite", "name": "Prerequisite" }, - "value": " This course is designed for beginners with no prior experience or knowledge of management." + "value": "Btech" }, { "descriptor": { @@ -195,7 +208,7 @@ "code": "course-duration", "name": "Course duration" }, - "value": "PT6H" + "value": "P7W" } ] } @@ -204,9 +217,9 @@ ], "payments": [ { - "collected_by": "BPP", + "collected_by": "bpp", "params": { - "amount": "500", + "amount": "699", "currency": "INR" }, "status": "PAID", @@ -217,28 +230,28 @@ "categories": [ { "descriptor": { - "code": "SKILL-DEVELOPMENT-COURSES", - "name": "Skill Development Courses" + "code": "TECHNICAL-COURSES", + "name": "Technical Courses" }, - "id": "SKILL-DEVELOPMENT-COURSES" + "id": "TECHNICAL-COURSES" } ], "descriptor": { "images": [ { "size_type": "sm", - "url": "https://adyatechstorage.blob.core.windows.net/onest-storage/2d8eb562c8c9fd83f859d1e0d7212cb3.png-16634e8e-ca95-4323-8654-ddc96a5d688e.png" + "url": "https://adyatechstorage.blob.core.windows.net/onest-storage/eyey.jpg-7f6e3a99-e840-4745-9ad9-1165aae929a3.jpeg" } ], - "name": "Saira Shaik", - "short_desc": "Hello! I'm Saira, a passionate management instructor dedicated to empowering learners with practical skills and knowledge to excel in the world of business. With years of experience in the field, I bring a deep understanding of management principles, strategies, and real-world applications to my courses." + "name": "rani kumar", + "short_desc": "This is about meThis is about meThis is about meThis is about " }, - "id": "VOJIH8J8" + "id": "4ABZ5849" }, "quote": { "price": { "currency": "INR", - "value": "500" + "value": "699" } } } diff --git a/logs/Adya-BPP/Work Opportunities/on_confirm.json b/logs/Adya-BPP/Work Opportunities/on_confirm.json index 82306ce..e505284 100644 --- a/logs/Adya-BPP/Work Opportunities/on_confirm.json +++ b/logs/Adya-BPP/Work Opportunities/on_confirm.json @@ -6,9 +6,9 @@ "bpp_id": "onest-jobs.skillsetu.co", "bpp_uri": "https://onest-jobs.skillsetu.co/api/v1/onest_ondc/bpp", "domain": "onest:work-opportunities", - "message_id": "a6413136-e3ea-4d74-9188-9627a2880a37", - "timestamp": "2024-08-29T15:22:04.014Z", - "transaction_id": "8d3cac68-0f5a-4d74-93b4-d716ddaa581d", + "message_id": "9e4a7a3c-6d0f-4f64-9fea-abe5a6055ea5", + "timestamp": "2024-09-23T11:58:49.237Z", + "transaction_id": "fdfe35d0-66e1-4d57-a88b-2dd36795e159", "ttl": "P1M", "version": "1.1.0" }, @@ -60,7 +60,7 @@ "code": "expected-salary", "name": "Expected Salary" }, - "value": "1000000" + "value": "700000" }, { "descriptor": { @@ -100,30 +100,33 @@ ] } }, - "id": "F1", + "id": "F3", "state": { "descriptor": { "code": "APPLICATION-SUBMITTED", "name": "Application Submitted" }, - "updated_at": "2024-08-29T15:22:04.092Z" + "updated_at": "2024-09-23T11:58:49.237Z" }, - "type": "REMOTE" + "type": "ONSITE" } ], - "id": "db3aa8d6-32bc-48de-b88b-a7153bcc8ee5", + "id": "e677e3a3-8f82-48a6-8caa-4c5a041908ff", "items": [ { "descriptor": { - "long_desc": "We are seeking an experienced and dynamic Product Manager to join our team", - "name": "Product Manager" + "long_desc": "Leveraging your expertise in backend development, crypto, and blockchains, you will collaborate with our frontend and protocol teams to design scalable, secure, and efficient backend services.", + "name": "JavaScript Backend Developer" }, "fulfillment_ids": [ - "F1" + "F3" ], - "id": "984R7I7S", + "id": "0H4JW9Z8", "location_ids": [ - "L1" + "L1", + "L2", + "L3", + "L4" ], "tags": [ { @@ -139,23 +142,7 @@ "name": "Course Name" }, "display": true, - "value": "B tech" - }, - { - "descriptor": { - "code": "min-percentage", - "name": "Minimum Percentage" - }, - "display": true, - "value": "60" - }, - { - "descriptor": { - "code": "mandatory-eligibility", - "name": "Mandatory Eligibility" - }, - "display": true, - "value": "true" + "value": "Class X" }, { "descriptor": { @@ -167,19 +154,11 @@ }, { "descriptor": { - "code": "course-specialisation", - "name": "Course Specialisation" - }, - "display": true, - "value": "Engineering in any stream" - }, - { - "descriptor": { - "code": "course-level", - "name": "Course Level" + "code": "min-gpa", + "name": "Minimum GPA" }, "display": true, - "value": "bachelor" + "value": "7" } ] }, @@ -196,7 +175,7 @@ "name": "Required Work Experience in Years" }, "display": true, - "value": "3" + "value": "2" }, { "descriptor": { @@ -204,15 +183,7 @@ "name": "Required Professional Skills" }, "display": true, - "value": "Market Research and Analysis" - }, - { - "descriptor": { - "code": "req-prof-skills", - "name": "Required Professional Skills" - }, - "display": true, - "value": "Communication and Collaboration" + "value": " Proficiency in one or more backend programming languages such as Node.js, Python,Java" } ] }, @@ -229,15 +200,7 @@ "name": "Responsibility" }, "display": true, - "value": "Roadmap Planning" - }, - { - "descriptor": { - "code": "responsibility", - "name": "Responsibility" - }, - "display": true, - "value": "Product Strategy and Vision" + "value": "Design, develop, and maintain scalable backend services and APIs" } ] }, @@ -262,7 +225,7 @@ "name": "Department" }, "display": true, - "value": "Product Management" + "value": "Developer" }, { "descriptor": { @@ -278,7 +241,7 @@ "name": "Job Role" }, "display": true, - "value": "Product Management" + "value": "Backend Developer" } ] }, @@ -295,7 +258,7 @@ "name": "Minimum Gross Pay" }, "display": true, - "value": "1000000" + "value": "500000" }, { "descriptor": { @@ -303,31 +266,64 @@ "name": "Maximum Gross Pay" }, "display": true, - "value": "1500000" + "value": "1000000" } ] } ], "time": { "range": { - "end": "2024-10-30T18:30:00+00:00", - "start": "2024-08-28T18:30:00+00:00" + "end": "2024-09-30T06:30:00+00:00", + "start": "2024-09-22T18:30:00+00:00" } } } ], "provider": { "descriptor": { - "name": "Adya" + "name": "Cyber Expert PVT.LTD." }, - "id": "B4KQ8OIJ", + "id": "8R86M7W8", "locations": [ + { + "city": { + "code": "std:040", + "name": "Hyderabad" + }, + "id": "L1", + "state": { + "code": "TS", + "name": "Telangana" + } + }, + { + "city": { + "code": "std:044", + "name": "Chennai" + }, + "id": "L2", + "state": { + "code": "TN", + "name": "Tamil Nadu" + } + }, + { + "city": { + "code": "std:080", + "name": "Bengaluru" + }, + "id": "L3", + "state": { + "code": "KA", + "name": "Karnataka" + } + }, { "city": { "code": "std:011", "name": "Delhi" }, - "id": "L1", + "id": "L4", "state": { "code": "DL", "name": "Delhi" diff --git a/logs/Adya-BPP/Work Opportunities/on_init(application_filled).json b/logs/Adya-BPP/Work Opportunities/on_init(application_filled).json index 004764c..49cfe0e 100644 --- a/logs/Adya-BPP/Work Opportunities/on_init(application_filled).json +++ b/logs/Adya-BPP/Work Opportunities/on_init(application_filled).json @@ -6,9 +6,9 @@ "bpp_id": "onest-jobs.skillsetu.co", "bpp_uri": "https://onest-jobs.skillsetu.co/api/v1/onest_ondc/bpp", "domain": "onest:work-opportunities", - "message_id": "ca533ed7-ea0b-4c42-b3f6-575a2b931d94", - "timestamp": "2024-08-29T15:22:00.387Z", - "transaction_id": "8d3cac68-0f5a-4d74-93b4-d716ddaa581d", + "message_id": "05766630-9790-43c0-b711-8107c1ee16ef", + "timestamp": "2024-09-23T11:58:45.019Z", + "transaction_id": "fdfe35d0-66e1-4d57-a88b-2dd36795e159", "ttl": "P1M", "version": "1.1.0" }, @@ -59,7 +59,7 @@ "descriptor": { "code": "expected-salary" }, - "value": "1000000" + "value": "700000" }, { "descriptor": { @@ -98,29 +98,32 @@ ] } }, - "id": "F1", + "id": "F3", "state": { "descriptor": { "code": "APPLICATION-FILLED", "name": "Application Filled" }, - "updated_at": "2024-08-29T15:22:00.484Z" + "updated_at": "2024-09-23T11:58:44.950Z" }, - "type": "REMOTE" + "type": "ONSITE" } ], "items": [ { "descriptor": { - "long_desc": "We are seeking an experienced and dynamic Product Manager to join our team", - "name": "Product Manager" + "long_desc": "Leveraging your expertise in backend development, crypto, and blockchains, you will collaborate with our frontend and protocol teams to design scalable, secure, and efficient backend services.", + "name": "JavaScript Backend Developer" }, "fulfillment_ids": [ - "F1" + "F3" ], - "id": "984R7I7S", + "id": "0H4JW9Z8", "location_ids": [ - "L1" + "L1", + "L2", + "L3", + "L4" ], "tags": [ { @@ -136,23 +139,7 @@ "name": "Course Name" }, "display": true, - "value": "B tech" - }, - { - "descriptor": { - "code": "min-percentage", - "name": "Minimum Percentage" - }, - "display": true, - "value": "60" - }, - { - "descriptor": { - "code": "mandatory-eligibility", - "name": "Mandatory Eligibility" - }, - "display": true, - "value": "true" + "value": "Class X" }, { "descriptor": { @@ -164,19 +151,11 @@ }, { "descriptor": { - "code": "course-specialisation", - "name": "Course Specialisation" - }, - "display": true, - "value": "Engineering in any stream" - }, - { - "descriptor": { - "code": "course-level", - "name": "Course Level" + "code": "min-gpa", + "name": "Minimum GPA" }, "display": true, - "value": "bachelor" + "value": "7" } ] }, @@ -193,7 +172,7 @@ "name": "Required Work Experience in Years" }, "display": true, - "value": "3" + "value": "2" }, { "descriptor": { @@ -201,15 +180,7 @@ "name": "Required Professional Skills" }, "display": true, - "value": "Market Research and Analysis" - }, - { - "descriptor": { - "code": "req-prof-skills", - "name": "Required Professional Skills" - }, - "display": true, - "value": "Communication and Collaboration" + "value": " Proficiency in one or more backend programming languages such as Node.js, Python,Java" } ] }, @@ -226,15 +197,7 @@ "name": "Responsibility" }, "display": true, - "value": "Roadmap Planning" - }, - { - "descriptor": { - "code": "responsibility", - "name": "Responsibility" - }, - "display": true, - "value": "Product Strategy and Vision" + "value": "Design, develop, and maintain scalable backend services and APIs" } ] }, @@ -259,7 +222,7 @@ "name": "Department" }, "display": true, - "value": "Product Management" + "value": "Developer" }, { "descriptor": { @@ -275,7 +238,7 @@ "name": "Job Role" }, "display": true, - "value": "Product Management" + "value": "Backend Developer" } ] }, @@ -292,7 +255,7 @@ "name": "Minimum Gross Pay" }, "display": true, - "value": "1000000" + "value": "500000" }, { "descriptor": { @@ -300,31 +263,64 @@ "name": "Maximum Gross Pay" }, "display": true, - "value": "1500000" + "value": "1000000" } ] } ], "time": { "range": { - "end": "2024-10-30T18:30:00+00:00", - "start": "2024-08-28T18:30:00+00:00" + "end": "2024-09-30T06:30:00+00:00", + "start": "2024-09-22T18:30:00+00:00" } } } ], "provider": { "descriptor": { - "name": "Adya" + "name": "Cyber Expert PVT.LTD." }, - "id": "B4KQ8OIJ", + "id": "8R86M7W8", "locations": [ + { + "city": { + "code": "std:040", + "name": "Hyderabad" + }, + "id": "L1", + "state": { + "code": "TS", + "name": "Telangana" + } + }, + { + "city": { + "code": "std:044", + "name": "Chennai" + }, + "id": "L2", + "state": { + "code": "TN", + "name": "Tamil Nadu" + } + }, + { + "city": { + "code": "std:080", + "name": "Bengaluru" + }, + "id": "L3", + "state": { + "code": "KA", + "name": "Karnataka" + } + }, { "city": { "code": "std:011", "name": "Delhi" }, - "id": "L1", + "id": "L4", "state": { "code": "DL", "name": "Delhi" diff --git a/logs/Adya-BPP/Work Opportunities/on_init(application_started).json b/logs/Adya-BPP/Work Opportunities/on_init(application_started).json index 0577750..c05cd61 100644 --- a/logs/Adya-BPP/Work Opportunities/on_init(application_started).json +++ b/logs/Adya-BPP/Work Opportunities/on_init(application_started).json @@ -6,9 +6,9 @@ "bpp_id": "onest-jobs.skillsetu.co", "bpp_uri": "https://onest-jobs.skillsetu.co/api/v1/onest_ondc/bpp", "domain": "onest:work-opportunities", - "message_id": "ca533ed7-ea0b-4c42-b3f6-575a2b931d94", - "timestamp": "2024-08-29T15:20:52.273Z", - "transaction_id": "8d3cac68-0f5a-4d74-93b4-d716ddaa581d", + "message_id": "3950e948-59bc-4116-8656-c93492f5a7b3", + "timestamp": "2024-09-23T11:57:07.969Z", + "transaction_id": "fdfe35d0-66e1-4d57-a88b-2dd36795e159", "ttl": "P1M", "version": "1.1.0" }, @@ -59,7 +59,7 @@ "descriptor": { "code": "expected-salary" }, - "value": "1000000" + "value": "700000" }, { "descriptor": { @@ -98,29 +98,32 @@ ] } }, - "id": "F1", + "id": "F3", "state": { "descriptor": { "code": "APPLICATION-STARTED", "name": "Application Started" }, - "updated_at": "2024-08-29T15:20:52.664Z" + "updated_at": "2024-09-23T11:57:07.969Z" }, - "type": "REMOTE" + "type": "ONSITE" } ], "items": [ { "descriptor": { - "long_desc": "We are seeking an experienced and dynamic Product Manager to join our team", - "name": "Product Manager" + "long_desc": "Leveraging your expertise in backend development, crypto, and blockchains, you will collaborate with our frontend and protocol teams to design scalable, secure, and efficient backend services.", + "name": "JavaScript Backend Developer" }, "fulfillment_ids": [ - "F1" + "F3" ], - "id": "984R7I7S", + "id": "0H4JW9Z8", "location_ids": [ - "L1" + "L1", + "L2", + "L3", + "L4" ], "tags": [ { @@ -136,23 +139,7 @@ "name": "Course Name" }, "display": true, - "value": "B tech" - }, - { - "descriptor": { - "code": "min-percentage", - "name": "Minimum Percentage" - }, - "display": true, - "value": "60" - }, - { - "descriptor": { - "code": "mandatory-eligibility", - "name": "Mandatory Eligibility" - }, - "display": true, - "value": "true" + "value": "Class X" }, { "descriptor": { @@ -164,19 +151,11 @@ }, { "descriptor": { - "code": "course-specialisation", - "name": "Course Specialisation" - }, - "display": true, - "value": "Engineering in any stream" - }, - { - "descriptor": { - "code": "course-level", - "name": "Course Level" + "code": "min-gpa", + "name": "Minimum GPA" }, "display": true, - "value": "bachelor" + "value": "7" } ] }, @@ -193,7 +172,7 @@ "name": "Required Work Experience in Years" }, "display": true, - "value": "3" + "value": "2" }, { "descriptor": { @@ -201,15 +180,7 @@ "name": "Required Professional Skills" }, "display": true, - "value": "Market Research and Analysis" - }, - { - "descriptor": { - "code": "req-prof-skills", - "name": "Required Professional Skills" - }, - "display": true, - "value": "Communication and Collaboration" + "value": " Proficiency in one or more backend programming languages such as Node.js, Python,Java" } ] }, @@ -226,15 +197,7 @@ "name": "Responsibility" }, "display": true, - "value": "Roadmap Planning" - }, - { - "descriptor": { - "code": "responsibility", - "name": "Responsibility" - }, - "display": true, - "value": "Product Strategy and Vision" + "value": "Design, develop, and maintain scalable backend services and APIs" } ] }, @@ -259,7 +222,7 @@ "name": "Department" }, "display": true, - "value": "Product Management" + "value": "Developer" }, { "descriptor": { @@ -275,7 +238,7 @@ "name": "Job Role" }, "display": true, - "value": "Product Management" + "value": "Backend Developer" } ] }, @@ -292,7 +255,7 @@ "name": "Minimum Gross Pay" }, "display": true, - "value": "1000000" + "value": "500000" }, { "descriptor": { @@ -300,22 +263,22 @@ "name": "Maximum Gross Pay" }, "display": true, - "value": "1500000" + "value": "1000000" } ] } ], "time": { "range": { - "end": "2024-10-30T18:30:00+00:00", - "start": "2024-08-28T18:30:00+00:00" + "end": "2024-09-30T06:30:00+00:00", + "start": "2024-09-22T18:30:00+00:00" } }, "xinput": { "form": { "mime_type": "text/html", "resubmit": false, - "url": "https://adyatechstorage.blob.core.windows.net/onest-storage/job_application_form-8d3cac68-0f5a-4d74-93b4-d716ddaa581d.html" + "url": "https://adyatechstorage.blob.core.windows.net/onest-storage/job_application_form-fdfe35d0-66e1-4d57-a88b-2dd36795e159.html" }, "head": { "descriptor": { @@ -325,8 +288,8 @@ "Candidate Details" ], "index": { - "cur": 0, - "max": 0, + "cur": 1, + "max": 1, "min": 0 } }, @@ -336,16 +299,49 @@ ], "provider": { "descriptor": { - "name": "Adya" + "name": "Cyber Expert PVT.LTD." }, - "id": "B4KQ8OIJ", + "id": "8R86M7W8", "locations": [ + { + "city": { + "code": "std:040", + "name": "Hyderabad" + }, + "id": "L1", + "state": { + "code": "TS", + "name": "Telangana" + } + }, + { + "city": { + "code": "std:044", + "name": "Chennai" + }, + "id": "L2", + "state": { + "code": "TN", + "name": "Tamil Nadu" + } + }, + { + "city": { + "code": "std:080", + "name": "Bengaluru" + }, + "id": "L3", + "state": { + "code": "KA", + "name": "Karnataka" + } + }, { "city": { "code": "std:011", "name": "Delhi" }, - "id": "L1", + "id": "L4", "state": { "code": "DL", "name": "Delhi" diff --git a/logs/Adya-BPP/Work Opportunities/on_search.json b/logs/Adya-BPP/Work Opportunities/on_search.json index 8c7512e..7500253 100644 --- a/logs/Adya-BPP/Work Opportunities/on_search.json +++ b/logs/Adya-BPP/Work Opportunities/on_search.json @@ -1,3 +1,4 @@ + { "context": { "action": "on_search", @@ -6,9 +7,9 @@ "bpp_id": "onest-jobs.skillsetu.co", "bpp_uri": "https://onest-jobs.skillsetu.co/api/v1/onest_ondc/bpp", "domain": "onest:work-opportunities", - "message_id": "bbd7af01-ae94-4eb6-b64b-01b023294b5d", - "timestamp": "2024-08-29T08:23:19.969Z", - "transaction_id": "569544fa-1c3e-4f7d-927f-cfa5c1843856", + "message_id": "29ca6eea-3116-44dd-896a-0ade8d2dd7c1", + "timestamp": "2024-09-23T10:20:11.641Z", + "transaction_id": "24e2636a-eb92-4eb6-9429-02340fcd93aa", "ttl": "P1M", "version": "1.1.0" }, @@ -23,41 +24,44 @@ "images": [ { "size_type": "sm", - "url": "https://adyatechstorage.blob.core.windows.net/onest-storage/unnamed.png-471d559f-0a88-44d9-bd5e-66bba2f7c840.png" + "url": "https://adyatechstorage.blob.core.windows.net/onest-storage/cyber.jpeg-7bca8104-1cea-4e94-8b47-275ec4c4a7f5.jpeg" } ], - "name": "Adya", - "short_desc": "Adya providing jobs through skills setu" + "name": "Cyber Expert PVT.LTD.", + "short_desc": "Our mission is to empower our clients by delivering high-quality services that drive efficiency, growth, and successOur mission is to empower our clients by delivering high-quality services that drive efficiency, growth, and successOur mission is to empower our clients by delivering high-quality services that drive efficiency, growth, and successOur mission is to empower our clients by delivering high-quality services that drive efficiency, growth, and success" }, "fulfillments": [ { - "id": "F1", - "type": "REMOTE" + "id": "F3", + "type": "ONSITE" } ], - "id": "B4KQ8OIJ", + "id": "8R86M7W8", "items": [ { "descriptor": { - "long_desc": "We are seeking an experienced and dynamic Product Manager to join our team", + "long_desc": "Leveraging your expertise in backend development, crypto, and blockchains, you will collaborate with our frontend and protocol teams to design scalable, secure, and efficient backend services.", "media": [ { "mimetype": "video/mp4", - "url": "https://www.youtube.com/watch?v=yUOC-Y0f5ZQ" + "url": "https://www.youtube.com/watch?v=cbSrsYiRamo" } - ], - "name": "Product Manager" + ], + "name": "JavaScript Backend Developer" }, "fulfillment_ids": [ - "F1" + "F3" ], - "id": "984R7I7S", + "id": "0H4JW9Z8", "location_ids": [ - "L1" + "L1", + "L2", + "L3", + "L4" ], "quantity": { "available": { - "count": 10 + "count": 15 } }, "tags": [ @@ -74,23 +78,7 @@ "name": "Course Name" }, "display": true, - "value": "B tech" - }, - { - "descriptor": { - "code": "min-percentage", - "name": "Minimum Percentage" - }, - "display": true, - "value": "60" - }, - { - "descriptor": { - "code": "mandatory-eligibility", - "name": "Mandatory Eligibility" - }, - "display": true, - "value": "true" + "value": "Class X" }, { "descriptor": { @@ -102,19 +90,11 @@ }, { "descriptor": { - "code": "course-specialisation", - "name": "Course Specialisation" - }, - "display": true, - "value": "Engineering in any stream" - }, - { - "descriptor": { - "code": "course-level", - "name": "Course Level" + "code": "min-gpa", + "name": "Minimum GPA" }, "display": true, - "value": "bachelor" + "value": "7" } ] }, @@ -131,15 +111,7 @@ "name": "Required Work Experience in Years" }, "display": true, - "value": "3" - }, - { - "descriptor": { - "code": "req-prof-skills", - "name": "Required Professional Skills" - }, - "display": true, - "value": "Market Research and Analysis" + "value": "2" }, { "descriptor": { @@ -147,7 +119,7 @@ "name": "Required Professional Skills" }, "display": true, - "value": "Communication and Collaboration" + "value": " Proficiency in one or more backend programming languages such as Node.js, Python,Java" } ] }, @@ -164,15 +136,7 @@ "name": "Responsibility" }, "display": true, - "value": "Roadmap Planning" - }, - { - "descriptor": { - "code": "responsibility", - "name": "Responsibility" - }, - "display": true, - "value": "Product Strategy and Vision" + "value": "Design, develop, and maintain scalable backend services and APIs" } ] }, @@ -197,7 +161,7 @@ "name": "Department" }, "display": true, - "value": "Product Management" + "value": "Developer" }, { "descriptor": { @@ -213,7 +177,7 @@ "name": "Job Role" }, "display": true, - "value": "Product Manager" + "value": "Backend Developer" } ] }, @@ -230,7 +194,7 @@ "name": "Minimum Gross Pay" }, "display": true, - "value": "1000000" + "value": "500000" }, { "descriptor": { @@ -238,7 +202,7 @@ "name": "Maximum Gross Pay" }, "display": true, - "value": "1500000" + "value": "1000000" } ] } @@ -246,12 +210,45 @@ } ], "locations": [ + { + "city": { + "code": "std:040", + "name": "Hyderabad" + }, + "id": "L1", + "state": { + "code": "TS", + "name": "Telangana" + } + }, + { + "city": { + "code": "std:044", + "name": "Chennai" + }, + "id": "L2", + "state": { + "code": "TN", + "name": "Tamil Nadu" + } + }, + { + "city": { + "code": "std:080", + "name": "Bengaluru" + }, + "id": "L3", + "state": { + "code": "KA", + "name": "Karnataka" + } + }, { "city": { "code": "std:011", "name": "Delhi" }, - "id": "L1", + "id": "L4", "state": { "code": "DL", "name": "Delhi" diff --git a/logs/Adya-BPP/Work Opportunities/on_select.json b/logs/Adya-BPP/Work Opportunities/on_select.json index 667eb52..e912952 100644 --- a/logs/Adya-BPP/Work Opportunities/on_select.json +++ b/logs/Adya-BPP/Work Opportunities/on_select.json @@ -6,9 +6,9 @@ "bpp_id": "onest-jobs.skillsetu.co", "bpp_uri": "https://onest-jobs.skillsetu.co/api/v1/onest_ondc/bpp", "domain": "onest:work-opportunities", - "message_id": "d8a82154-8501-433b-b266-4da430eb0920", - "timestamp": "2024-08-29T15:19:51.896Z", - "transaction_id": "8d3cac68-0f5a-4d74-93b4-d716ddaa581d", + "message_id": "5bf3a4c0-7f76-4b9c-b34f-1802845e1805", + "timestamp": "2024-09-23T11:56:31.707Z", + "transaction_id": "fdfe35d0-66e1-4d57-a88b-2dd36795e159", "ttl": "PT10M", "version": "1.1.0" }, @@ -17,15 +17,18 @@ "items": [ { "descriptor": { - "long_desc": "We are seeking an experienced and dynamic Product Manager to join our team", - "name": "Product Manager" + "long_desc": "Leveraging your expertise in backend development, crypto, and blockchains, you will collaborate with our frontend and protocol teams to design scalable, secure, and efficient backend services.", + "name": "JavaScript Backend Developer" }, "fulfillment_ids": [ - "F1" + "F3" ], - "id": "984R7I7S", + "id": "0H4JW9Z8", "location_ids": [ - "L1" + "L1", + "L2", + "L3", + "L4" ], "tags": [ { @@ -41,23 +44,7 @@ "name": "Course Name" }, "display": true, - "value": "B tech" - }, - { - "descriptor": { - "code": "min-percentage", - "name": "Minimum Percentage" - }, - "display": true, - "value": "60" - }, - { - "descriptor": { - "code": "mandatory-eligibility", - "name": "Mandatory Eligibility" - }, - "display": true, - "value": "true" + "value": "Class X" }, { "descriptor": { @@ -69,19 +56,11 @@ }, { "descriptor": { - "code": "course-specialisation", - "name": "Course Specialisation" - }, - "display": true, - "value": "Engineering in any stream" - }, - { - "descriptor": { - "code": "course-level", - "name": "Course Level" + "code": "min-gpa", + "name": "Minimum GPA" }, "display": true, - "value": "bachelor" + "value": "7" } ] }, @@ -98,7 +77,7 @@ "name": "Required Work Experience in Years" }, "display": true, - "value": "3" + "value": "2" }, { "descriptor": { @@ -106,15 +85,7 @@ "name": "Required Professional Skills" }, "display": true, - "value": "Market Research and Analysis" - }, - { - "descriptor": { - "code": "req-prof-skills", - "name": "Required Professional Skills" - }, - "display": true, - "value": "Communication and Collaboration" + "value": " Proficiency in one or more backend programming languages such as Node.js, Python,Java" } ] }, @@ -131,15 +102,7 @@ "name": "Responsibility" }, "display": true, - "value": "Roadmap Planning" - }, - { - "descriptor": { - "code": "responsibility", - "name": "Responsibility" - }, - "display": true, - "value": "Product Strategy and Vision" + "value": "Design, develop, and maintain scalable backend services and APIs" } ] }, @@ -164,7 +127,7 @@ "name": "Department" }, "display": true, - "value": "Product Management" + "value": "Developer" }, { "descriptor": { @@ -180,7 +143,7 @@ "name": "Job Role" }, "display": true, - "value": "Product Management" + "value": "Backend Developer" } ] }, @@ -197,7 +160,7 @@ "name": "Minimum Gross Pay" }, "display": true, - "value": "1000000" + "value": "500000" }, { "descriptor": { @@ -205,37 +168,70 @@ "name": "Maximum Gross Pay" }, "display": true, - "value": "1500000" + "value": "1000000" } ] } ], "time": { "range": { - "end": "2024-10-30T18:30:00+00:00", - "start": "2024-08-28T18:30:00+00:00" + "end": "2024-09-30T06:30:00+00:00", + "start": "2024-09-22T18:30:00+00:00" } } } ], "provider": { "descriptor": { - "name": "Adya" + "name": "Cyber Expert PVT.LTD." }, "fulfillments": [ { - "id": "F1", - "type": "REMOTE" + "id": "F3", + "type": "ONSITE" } ], - "id": "B4KQ8OIJ", + "id": "8R86M7W8", "locations": [ + { + "city": { + "code": "std:040", + "name": "Hyderabad" + }, + "id": "L1", + "state": { + "code": "TS", + "name": "Telangana" + } + }, + { + "city": { + "code": "std:044", + "name": "Chennai" + }, + "id": "L2", + "state": { + "code": "TN", + "name": "Tamil Nadu" + } + }, + { + "city": { + "code": "std:080", + "name": "Bengaluru" + }, + "id": "L3", + "state": { + "code": "KA", + "name": "Karnataka" + } + }, { "city": { "code": "std:011", "name": "Delhi" }, - "id": "L1", + "id": "L4", "state": { "code": "DL", "name": "Delhi" diff --git a/logs/Adya-BPP/Work Opportunities/on_status(offer_extended).json b/logs/Adya-BPP/Work Opportunities/on_status(offer_extended).json index ec5108d..6d2d2d7 100644 --- a/logs/Adya-BPP/Work Opportunities/on_status(offer_extended).json +++ b/logs/Adya-BPP/Work Opportunities/on_status(offer_extended).json @@ -6,9 +6,9 @@ "bpp_id": "onest-jobs.skillsetu.co", "bpp_uri": "https://onest-jobs.skillsetu.co/api/v1/onest_ondc/bpp", "domain": "onest:work-opportunities", - "message_id": "a6413136-e3ea-4d74-9188-9627a2880a37", - "timestamp": "2024-08-29T15:35:30.371Z", - "transaction_id": "8d3cac68-0f5a-4d74-93b4-d716ddaa581d", + "message_id": "d78e02ae-6a59-4fb5-b12a-7da84f1fe9d7", + "timestamp": "2024-09-23T12:06:34.574Z", + "transaction_id": "fdfe35d0-66e1-4d57-a88b-2dd36795e159", "ttl": "PT10M", "version": "1.1.0" }, @@ -60,7 +60,7 @@ "code": "expected-salary", "name": "Expected Salary" }, - "value": "1000000" + "value": "700000" }, { "descriptor": { @@ -100,30 +100,33 @@ ] } }, - "id": "F1", + "id": "F3", "state": { "descriptor": { "code": "OFFER-EXTENDED", "name": "Offer Extended" }, - "updated_at": "2024-08-29T15:35:30.300Z" + "updated_at": "2024-09-23T12:06:34.527Z" }, - "type": "REMOTE" + "type": "ONSITE" } ], - "id": "db3aa8d6-32bc-48de-b88b-a7153bcc8ee5", + "id": "e677e3a3-8f82-48a6-8caa-4c5a041908ff", "items": [ { "descriptor": { - "long_desc": "We are seeking an experienced and dynamic Product Manager to join our team", - "name": "Product Manager" + "long_desc": "Leveraging your expertise in backend development, crypto, and blockchains, you will collaborate with our frontend and protocol teams to design scalable, secure, and efficient backend services.", + "name": "JavaScript Backend Developer" }, "fulfillment_ids": [ - "F1" + "F3" ], - "id": "984R7I7S", + "id": "0H4JW9Z8", "location_ids": [ - "L1" + "L1", + "L2", + "L3", + "L4" ], "tags": [ { @@ -139,23 +142,7 @@ "name": "Course Name" }, "display": true, - "value": "B tech" - }, - { - "descriptor": { - "code": "min-percentage", - "name": "Minimum Percentage" - }, - "display": true, - "value": "60" - }, - { - "descriptor": { - "code": "mandatory-eligibility", - "name": "Mandatory Eligibility" - }, - "display": true, - "value": "true" + "value": "Class X" }, { "descriptor": { @@ -167,19 +154,11 @@ }, { "descriptor": { - "code": "course-specialisation", - "name": "Course Specialisation" - }, - "display": true, - "value": "Engineering in any stream" - }, - { - "descriptor": { - "code": "course-level", - "name": "Course Level" + "code": "min-gpa", + "name": "Minimum GPA" }, "display": true, - "value": "bachelor" + "value": "7" } ] }, @@ -196,7 +175,7 @@ "name": "Required Work Experience in Years" }, "display": true, - "value": "3" + "value": "2" }, { "descriptor": { @@ -204,15 +183,7 @@ "name": "Required Professional Skills" }, "display": true, - "value": "Market Research and Analysis" - }, - { - "descriptor": { - "code": "req-prof-skills", - "name": "Required Professional Skills" - }, - "display": true, - "value": "Communication and Collaboration" + "value": " Proficiency in one or more backend programming languages such as Node.js, Python,Java" } ] }, @@ -229,15 +200,7 @@ "name": "Responsibility" }, "display": true, - "value": "Roadmap Planning" - }, - { - "descriptor": { - "code": "responsibility", - "name": "Responsibility" - }, - "display": true, - "value": "Product Strategy and Vision" + "value": "Design, develop, and maintain scalable backend services and APIs" } ] }, @@ -262,7 +225,7 @@ "name": "Department" }, "display": true, - "value": "Product Management" + "value": "Developer" }, { "descriptor": { @@ -278,7 +241,7 @@ "name": "Job Role" }, "display": true, - "value": "Product Management" + "value": "Backend Developer" } ] }, @@ -295,7 +258,7 @@ "name": "Minimum Gross Pay" }, "display": true, - "value": "1000000" + "value": "500000" }, { "descriptor": { @@ -303,31 +266,64 @@ "name": "Maximum Gross Pay" }, "display": true, - "value": "1500000" + "value": "1000000" } ] } ], "time": { "range": { - "end": "2024-10-30T18:30:00+00:00", - "start": "2024-08-28T18:30:00+00:00" + "end": "2024-09-30T06:30:00+00:00", + "start": "2024-09-22T18:30:00+00:00" } } } ], "provider": { "descriptor": { - "name": "Adya" + "name": "Cyber Expert PVT.LTD." }, - "id": "B4KQ8OIJ", + "id": "8R86M7W8", "locations": [ + { + "city": { + "code": "std:040", + "name": "Hyderabad" + }, + "id": "L1", + "state": { + "code": "TS", + "name": "Telangana" + } + }, + { + "city": { + "code": "std:044", + "name": "Chennai" + }, + "id": "L2", + "state": { + "code": "TN", + "name": "Tamil Nadu" + } + }, + { + "city": { + "code": "std:080", + "name": "Bengaluru" + }, + "id": "L3", + "state": { + "code": "KA", + "name": "Karnataka" + } + }, { "city": { "code": "std:011", "name": "Delhi" }, - "id": "L1", + "id": "L4", "state": { "code": "DL", "name": "Delhi" From 4a4c91f3d33dd667f14f014f64878a1abd5b7f4d Mon Sep 17 00:00:00 2001 From: ysramitha-12 Date: Tue, 24 Sep 2024 15:48:46 +0530 Subject: [PATCH 3/4] Adya-BAP & BAP-Learning Experiences & Work Opportunities- API Payloads --- .../Learning Experiences/confirm.json | 12 +- logs/Adya-BAP/Learning Experiences/init.json | 10 +- .../Adya-BAP/Learning Experiences/search.json | 8 +- .../Adya-BAP/Learning Experiences/select.json | 10 +- .../Adya-BAP/Learning Experiences/status.json | 8 +- logs/Adya-BAP/Work Opportunities/confirm.json | 16 +- logs/Adya-BAP/Work Opportunities/init.json | 16 +- .../search by employment type.json | 6 +- .../search by industry type.json | 6 +- .../search by location.json | 6 +- .../Work Opportunities/search by name.json | 8 +- .../search by provider.json | 8 +- .../search by user details.json | 20 +- logs/Adya-BAP/Work Opportunities/select.json | 10 +- .../Learning Experiences/on_confirm.json | 101 +++++----- .../on_init(not_paid).json | 66 +++---- .../Learning Experiences/on_init(paid).json | 62 +++--- .../Learning Experiences/on_search.json | 187 +++++++++++++++--- .../Learning Experiences/on_select.json | 56 +++--- .../on_status(in_progress).json | 101 +++++----- .../Work Opportunities/on_confirm.json | 134 ++++++------- .../on_init(application_filled).json | 132 ++++++------- .../on_init(application_started).json | 138 +++++++------ .../Work Opportunities/on_search.json | 135 +++++++------ .../Work Opportunities/on_select.json | 128 ++++++------ .../on_status(offer_extended).json | 134 ++++++------- 26 files changed, 820 insertions(+), 698 deletions(-) diff --git a/logs/Adya-BAP/Learning Experiences/confirm.json b/logs/Adya-BAP/Learning Experiences/confirm.json index 1bd3bd1..ccfffa6 100644 --- a/logs/Adya-BAP/Learning Experiences/confirm.json +++ b/logs/Adya-BAP/Learning Experiences/confirm.json @@ -6,9 +6,9 @@ "bpp_id": "onest.skillsetu.co", "bpp_uri": "https://onest.skillsetu.co/api/v1/onest_ondc/bpp", "domain": "onest:learning-experiences", - "message_id": "f647154c-cdea-48b2-830b-db80eb586105", - "timestamp": "2024-08-29T14:11:04.744Z", - "transaction_id": "8f736513-a2f2-463f-8056-26ca75e767f6", + "message_id": "301d12fd-91ee-41bd-a808-455d3f219d9f", + "timestamp": "2024-09-23T09:51:48.116Z", + "transaction_id": "66ffdad0-645a-4100-8d75-0db3c8b558ca", "ttl": "PT10M", "version": "1.1.0" }, @@ -38,20 +38,20 @@ ], "items": [ { - "id": "YITY6D74" + "id": "5WB8GLLN" } ], "payments": [ { "params": { - "amount": "500", + "amount": "699", "currency": "INR" }, "status": "PAID" } ], "provider": { - "id": "VOJIH8J8" + "id": "4ABZ5849" } } } diff --git a/logs/Adya-BAP/Learning Experiences/init.json b/logs/Adya-BAP/Learning Experiences/init.json index f57ddfa..1d99f09 100644 --- a/logs/Adya-BAP/Learning Experiences/init.json +++ b/logs/Adya-BAP/Learning Experiences/init.json @@ -6,9 +6,9 @@ "bpp_id": "onest.skillsetu.co", "bpp_uri": "https://onest.skillsetu.co/api/v1/onest_ondc/bpp", "domain": "onest:learning-experiences", - "message_id": "b6bf15f4-c621-4593-9348-ab197a8093a5", - "timestamp": "2024-08-29T14:11:04.744Z", - "transaction_id": "8f736513-a2f2-463f-8056-26ca75e767f6", + "message_id": "a15a99cf-594b-425f-9108-8894dd46df57", + "timestamp": "2024-09-23T09:47:46.743Z", + "transaction_id": "66ffdad0-645a-4100-8d75-0db3c8b558ca", "ttl": "PT10M", "version": "1.1.0" }, @@ -55,11 +55,11 @@ ], "items": [ { - "id": "YITY6D74" + "id": "5WB8GLLN" } ], "provider": { - "id": "VOJIH8J8" + "id": "4ABZ5849" } } } diff --git a/logs/Adya-BAP/Learning Experiences/search.json b/logs/Adya-BAP/Learning Experiences/search.json index a110495..a021104 100644 --- a/logs/Adya-BAP/Learning Experiences/search.json +++ b/logs/Adya-BAP/Learning Experiences/search.json @@ -4,9 +4,9 @@ "bap_id": "onest-bap.skillsetu.co", "bap_uri": "https://onest-bap.skillsetu.co/api/v1/onest_ondc/bap", "domain": "onest:learning-experiences", - "message_id": "b40f07ca-2018-42ac-967d-d1680e6b3088", - "timestamp": "2024-08-29T07:16:46.379Z", - "transaction_id": "94098aa9-60c5-4ff5-83c0-2ed87e5fc4da", + "message_id": "4cd430d8-09b0-4525-82c6-a3b656164d28", + "timestamp": "2024-09-23T09:45:21.970Z", + "transaction_id": "84254946-4b0e-490c-be1f-1343e9a1e4c0", "ttl": "PT10M", "version": "1.1.0" }, @@ -14,7 +14,7 @@ "intent": { "item": { "descriptor": { - "name": "management" + "name": "typescript" } } } diff --git a/logs/Adya-BAP/Learning Experiences/select.json b/logs/Adya-BAP/Learning Experiences/select.json index a7817b2..1e61322 100644 --- a/logs/Adya-BAP/Learning Experiences/select.json +++ b/logs/Adya-BAP/Learning Experiences/select.json @@ -6,9 +6,9 @@ "bpp_id": "onest.skillsetu.co", "bpp_uri": "https://onest.skillsetu.co/api/v1/onest_ondc/bpp", "domain": "onest:learning-experiences", - "message_id": "b2a824da-179c-4341-a520-26b797130dac", - "timestamp": "2024-08-29T14:11:04.744Z", - "transaction_id": "8f736513-a2f2-463f-8056-26ca75e767f6", + "message_id": "3aad3050-8e0f-4088-a0b6-38f87cbd167f", + "timestamp": "2024-09-23T09:46:53.550Z", + "transaction_id": "66ffdad0-645a-4100-8d75-0db3c8b558ca", "ttl": "PT10M", "version": "1.1.0" }, @@ -16,11 +16,11 @@ "order": { "items": [ { - "id": "YITY6D74" + "id": "5WB8GLLN" } ], "provider": { - "id": "VOJIH8J8" + "id": "4ABZ5849" } } } diff --git a/logs/Adya-BAP/Learning Experiences/status.json b/logs/Adya-BAP/Learning Experiences/status.json index 9ff7e28..39372a6 100644 --- a/logs/Adya-BAP/Learning Experiences/status.json +++ b/logs/Adya-BAP/Learning Experiences/status.json @@ -6,15 +6,15 @@ "bpp_id": "onest.skillsetu.co", "bpp_uri": "https://onest.skillsetu.co/api/v1/onest_ondc/bpp", "domain": "onest:learning-experiences", - "message_id": "99523adf-b859-4094-a75c-6aea1785a20b", - "timestamp": "2024-08-29T15:19:31.995Z", - "transaction_id": "8f736513-a2f2-463f-8056-26ca75e767f6", + "message_id": "d9d92f9f-ddea-4550-8a62-57dfb90e95f0", + "timestamp": "2024-09-23T09:56:22.597Z", + "transaction_id": "66ffdad0-645a-4100-8d75-0db3c8b558ca", "ttl": "PT10M", "version": "1.1.0" }, "message": { "order": { - "id": "be18d94a-0fc0-4059-9513-0434cb69b668" + "id": "5b6f44e1-7676-4e5a-801c-bb6af875d796" } } } \ No newline at end of file diff --git a/logs/Adya-BAP/Work Opportunities/confirm.json b/logs/Adya-BAP/Work Opportunities/confirm.json index bbccdd0..a333d96 100644 --- a/logs/Adya-BAP/Work Opportunities/confirm.json +++ b/logs/Adya-BAP/Work Opportunities/confirm.json @@ -6,9 +6,9 @@ "bpp_id": "onest-jobs.skillsetu.co", "bpp_uri": "https://onest-jobs.skillsetu.co/api/v1/onest_ondc/bpp", "domain": "onest:work-opportunities", - "message_id": "a6413136-e3ea-4d74-9188-9627a2880a37", - "timestamp": "2024-08-29T15:19:32.847Z", - "transaction_id": "8d3cac68-0f5a-4d74-93b4-d716ddaa581d", + "message_id": "9e4a7a3c-6d0f-4f64-9fea-abe5a6055ea5", + "timestamp": "2024-09-23T11:58:48.681Z", + "transaction_id": "fdfe35d0-66e1-4d57-a88b-2dd36795e159", "ttl": "PT10M", "version": "1.1.0" }, @@ -60,7 +60,7 @@ "code": "expected-salary", "name": "Expected Salary" }, - "value": "1000000" + "value": "700000" }, { "descriptor": { @@ -100,19 +100,19 @@ ] } }, - "id": "F1" + "id": "F3" } ], "items": [ { "fulfillment_ids": [ - "F1" + "F3" ], - "id": "984R7I7S" + "id": "0H4JW9Z8" } ], "provider": { - "id": "B4KQ8OIJ" + "id": "8R86M7W8" } } } diff --git a/logs/Adya-BAP/Work Opportunities/init.json b/logs/Adya-BAP/Work Opportunities/init.json index dd2238e..aac2abe 100644 --- a/logs/Adya-BAP/Work Opportunities/init.json +++ b/logs/Adya-BAP/Work Opportunities/init.json @@ -6,9 +6,9 @@ "bpp_id": "onest-jobs.skillsetu.co", "bpp_uri": "https://onest-jobs.skillsetu.co/api/v1/onest_ondc/bpp", "domain": "onest:work-opportunities", - "message_id": "ca533ed7-ea0b-4c42-b3f6-575a2b931d94", - "timestamp": "2024-08-29T15:19:32.847Z", - "transaction_id": "8d3cac68-0f5a-4d74-93b4-d716ddaa581d", + "message_id": "3950e948-59bc-4116-8656-c93492f5a7b3", + "timestamp": "2024-09-23T11:57:07.062Z", + "transaction_id": "fdfe35d0-66e1-4d57-a88b-2dd36795e159", "ttl": "P1M", "version": "1.1.0" }, @@ -59,7 +59,7 @@ "descriptor": { "code": "expected-salary" }, - "value": "1000000" + "value": "700000" }, { "descriptor": { @@ -98,19 +98,19 @@ ] } }, - "id": "F1" + "id": "F3" } ], "items": [ { "fulfillment_ids": [ - "F1" + "F3" ], - "id": "984R7I7S" + "id": "0H4JW9Z8" } ], "provider": { - "id": "B4KQ8OIJ" + "id": "8R86M7W8" } } } diff --git a/logs/Adya-BAP/Work Opportunities/search by employment type.json b/logs/Adya-BAP/Work Opportunities/search by employment type.json index a47ceb8..dbbb549 100644 --- a/logs/Adya-BAP/Work Opportunities/search by employment type.json +++ b/logs/Adya-BAP/Work Opportunities/search by employment type.json @@ -4,9 +4,9 @@ "bap_id": "onest-jobs-bap.skillsetu.co", "bap_uri": "https://onest-jobs-bap.skillsetu.co/api/v1/onest_ondc/bap", "domain": "onest:work-opportunities", - "message_id": "a301309c-9780-4adb-986b-4b9d2a7b1983", - "timestamp": "2024-08-29T09:16:20.456Z", - "transaction_id": "a5629f73-982f-468c-9e89-bd4c22787fb0", + "message_id": "882dbc48-8350-405f-807a-3e92e621349d", + "timestamp": "2024-09-23T10:24:42.321Z", + "transaction_id": "0175b16a-6712-4de6-bab4-1e39d3a402b1", "ttl": "PT30S", "version": "1.1.0" }, diff --git a/logs/Adya-BAP/Work Opportunities/search by industry type.json b/logs/Adya-BAP/Work Opportunities/search by industry type.json index cc72a8e..aa77c88 100644 --- a/logs/Adya-BAP/Work Opportunities/search by industry type.json +++ b/logs/Adya-BAP/Work Opportunities/search by industry type.json @@ -4,9 +4,9 @@ "bap_id": "onest-jobs-bap.skillsetu.co", "bap_uri": "https://onest-jobs-bap.skillsetu.co/api/v1/onest_ondc/bap", "domain": "onest:work-opportunities", - "message_id": "6afb8dc3-8725-4b09-a956-f3a55cb702b9", - "timestamp": "2024-08-29T09:16:20.456Z", - "transaction_id": "33401145-7b68-4448-8f52-27fd6f47b160", + "message_id": "98b343d4-d266-47dc-9f55-5ea6131ae4d5", + "timestamp": "2024-09-23T10:23:35.799Z", + "transaction_id": "246a685e-ae1a-4b29-82fd-7a5b420cfb50", "ttl": "PT30S", "version": "1.1.0" }, diff --git a/logs/Adya-BAP/Work Opportunities/search by location.json b/logs/Adya-BAP/Work Opportunities/search by location.json index 6712c9d..eb2a9e1 100644 --- a/logs/Adya-BAP/Work Opportunities/search by location.json +++ b/logs/Adya-BAP/Work Opportunities/search by location.json @@ -4,9 +4,9 @@ "bap_id": "onest-jobs-bap.skillsetu.co", "bap_uri": "https://onest-jobs-bap.skillsetu.co/api/v1/onest_ondc/bap", "domain": "onest:work-opportunities", - "message_id": "605a86b4-49b9-4a25-9e23-445e7e1eb12e", - "timestamp": "2024-08-29T09:16:20.456Z", - "transaction_id": "8bef83c6-1cd6-4ee6-9a11-d2d30288e736", + "message_id": "71777570-8c29-4ddd-a5ba-e8310e90c2ba", + "timestamp": "2024-09-23T10:22:23.466Z", + "transaction_id": "88cb9d98-18a2-4a78-b38c-50f96fc27443", "ttl": "PT30S", "version": "1.1.0" }, diff --git a/logs/Adya-BAP/Work Opportunities/search by name.json b/logs/Adya-BAP/Work Opportunities/search by name.json index ee1d442..8f11cfd 100644 --- a/logs/Adya-BAP/Work Opportunities/search by name.json +++ b/logs/Adya-BAP/Work Opportunities/search by name.json @@ -4,9 +4,9 @@ "bap_id": "onest-jobs-bap.skillsetu.co", "bap_uri": "https://onest-jobs-bap.skillsetu.co/api/v1/onest_ondc/bap", "domain": "onest:work-opportunities", - "message_id": "bbd7af01-ae94-4eb6-b64b-01b023294b5d", - "timestamp": "2024-08-29T07:16:47.451Z", - "transaction_id": "569544fa-1c3e-4f7d-927f-cfa5c1843856", + "message_id": "29ca6eea-3116-44dd-896a-0ade8d2dd7c1", + "timestamp": "2024-09-23T10:18:53.550Z", + "transaction_id": "24e2636a-eb92-4eb6-9429-02340fcd93aa", "ttl": "PT30S", "version": "1.1.0" }, @@ -14,7 +14,7 @@ "intent": { "item": { "descriptor": { - "name": "Product Manager" + "name": "JavaScript Backend Developer" } } } diff --git a/logs/Adya-BAP/Work Opportunities/search by provider.json b/logs/Adya-BAP/Work Opportunities/search by provider.json index d2786d1..6836b22 100644 --- a/logs/Adya-BAP/Work Opportunities/search by provider.json +++ b/logs/Adya-BAP/Work Opportunities/search by provider.json @@ -4,9 +4,9 @@ "bap_id": "onest-jobs-bap.skillsetu.co", "bap_uri": "https://onest-jobs-bap.skillsetu.co/api/v1/onest_ondc/bap", "domain": "onest:work-opportunities", - "message_id": "1ae24d97-cdf6-4837-bf73-3c09c52f173e", - "timestamp": "2024-08-29T09:16:20.456Z", - "transaction_id": "ca87a06d-b752-418a-872e-3e3901f3bd78", + "message_id": "9d2f1a0f-b89e-4c0f-921c-e72dc6f2bbc6", + "timestamp": "2024-09-23T10:21:15.153Z", + "transaction_id": "3b41c144-1ab7-4a9a-85de-39fa0392500e", "ttl": "PT30S", "version": "1.1.0" }, @@ -14,7 +14,7 @@ "intent": { "provider": { "descriptor": { - "name": "Adya" + "name": "Cyber Expert PVT.LTD." } } } diff --git a/logs/Adya-BAP/Work Opportunities/search by user details.json b/logs/Adya-BAP/Work Opportunities/search by user details.json index 7b36963..509f306 100644 --- a/logs/Adya-BAP/Work Opportunities/search by user details.json +++ b/logs/Adya-BAP/Work Opportunities/search by user details.json @@ -4,9 +4,9 @@ "bap_id": "onest-jobs-bap.skillsetu.co", "bap_uri": "https://onest-jobs-bap.skillsetu.co/api/v1/onest_ondc/bap", "domain": "onest:work-opportunities", - "message_id": "c2f126d5-e582-47f6-94e9-d62974d35e06", - "timestamp": "2024-08-29T09:16:20.456Z", - "transaction_id": "d3db67b6-b212-4e85-aa62-cae1ad9845de", + "message_id": "75928cde-6029-429e-9309-7f299a67de38", + "timestamp": "2024-09-23T10:25:54.654Z", + "transaction_id": "bb841e80-b9e2-4974-8f8e-06e9618890e2", "ttl": "PT30S", "version": "1.1.0" }, @@ -15,24 +15,12 @@ "fulfillment": { "customer": { "person": { - "age": "22", + "age": "25", "gender": "female", "skills": [ - { - "code": "Time management", - "name": "Time management" - }, - { - "code": "Decision making", - "name": "Decision making" - }, { "code": "Java", "name": "Java" - }, - { - "code": "Problem Solving", - "name": "Problem Solving" } ] } diff --git a/logs/Adya-BAP/Work Opportunities/select.json b/logs/Adya-BAP/Work Opportunities/select.json index 2afcc89..8d3e175 100644 --- a/logs/Adya-BAP/Work Opportunities/select.json +++ b/logs/Adya-BAP/Work Opportunities/select.json @@ -6,9 +6,9 @@ "bpp_id": "onest-jobs.skillsetu.co", "bpp_uri": "https://onest-jobs.skillsetu.co/api/v1/onest_ondc/bpp", "domain": "onest:work-opportunities", - "message_id": "d8a82154-8501-433b-b266-4da430eb0920", - "timestamp": "2024-08-29T15:19:32.847Z", - "transaction_id": "8d3cac68-0f5a-4d74-93b4-d716ddaa581d", + "message_id": "5bf3a4c0-7f76-4b9c-b34f-1802845e1805", + "timestamp": "2024-09-23T11:56:30.867Z", + "transaction_id": "fdfe35d0-66e1-4d57-a88b-2dd36795e159", "ttl": "P1M", "version": "1.1.0" }, @@ -16,11 +16,11 @@ "order": { "items": [ { - "id": "984R7I7S" + "id": "0H4JW9Z8" } ], "provider": { - "id": "B4KQ8OIJ" + "id": "8R86M7W8" } } } diff --git a/logs/Adya-BPP/Learning Experiences/on_confirm.json b/logs/Adya-BPP/Learning Experiences/on_confirm.json index b2b22ba..05f51f1 100644 --- a/logs/Adya-BPP/Learning Experiences/on_confirm.json +++ b/logs/Adya-BPP/Learning Experiences/on_confirm.json @@ -6,9 +6,9 @@ "bpp_id": "onest.skillsetu.co", "bpp_uri": "https://onest.skillsetu.co/api/v1/onest_ondc/bpp", "domain": "onest:learning-experiences", - "message_id": "f647154c-cdea-48b2-830b-db80eb586105", - "timestamp": "2024-08-29T14:30:31.334Z", - "transaction_id": "8f736513-a2f2-463f-8056-26ca75e767f6", + "message_id": "301d12fd-91ee-41bd-a808-455d3f219d9f", + "timestamp": "2024-09-23T09:51:48.642Z", + "transaction_id": "66ffdad0-645a-4100-8d75-0db3c8b558ca", "ttl": "PT10M", "version": "1.1.0" }, @@ -24,10 +24,10 @@ { "agent": { "contact": { - "email": "test_instructor@tmail.in" + "email": "rani@adya.ai" }, "person": { - "name": "Saira Shaik" + "name": "rani kumar" } }, "customer": { @@ -47,105 +47,118 @@ "code": "NOT-STARTED", "name": "Not Started" }, - "updated_at": "2024-08-29T14:30:31.416Z" + "updated_at": "2024-09-23T09:51:48.642Z" }, "stops": [ { "id": "0", "instructions": { - "long_desc": "Explore what management is and why its essential in every organization This lesson covers the definition and scope of management as well as the primary roles and responsibilities of a manager", + "long_desc": "Learn about typescript", "media": [ { "mimetype": "video/mp4", - "url": "https://www.youtube.com/watch?v=EvE9s6JKemM&list=PLnTNoVqwCn3S_sETjs9QACQeRCDxBGmK8" + "url": "https://www.youtube.com/watch?v=2pZmKW9-I_k&list=PL4cUxeGkcC9gUgr39Q_yD6v-bSyMwKPUI" } ], - "name": "Understanding Management Fundamentals" + "name": "Introduction" } }, { "id": "1", "instructions": { - "long_desc": " Dive into the four core functions of management Learn how each function contributes to achieving organizational goals and how managers balance these functions effectively", + "long_desc": "Learn about Basic Types\n", "media": [ { "mimetype": "video/mp4", - "url": "https://www.youtube.com/watch?v=LRR6nCpQdwc" + "url": "https://www.youtube.com/watch?v=0DzDqtcxnz0&list=PL4cUxeGkcC9gUgr39Q_yD6v-bSyMwKPUI&index=3" } ], - "name": "The Four Functions of Management" + "name": "Basic Types" } }, { "id": "2", "instructions": { - "long_desc": "Understand the development of management thought through various eras This lesson explores classical behavioral and modern management theories and how they shape current management practices", + "long_desc": "The following tutorials refresh your control flow statement knowledge", "media": [ { "mimetype": "video/mp4", - "url": "https://www.youtube.com/watch?v=8Y7252b_q1U" + "url": "https://www.youtube.com/watch?v=MrsuhFGGKvo" } ], - "name": "Evolution of Management Theories" + "name": "Control Flow Statements" } }, { "id": "3", "instructions": { - "long_desc": "Learn the importance of decision making in management the steps involved in making informed decisions and various problem solving techniques to handle challenges effectively", + "long_desc": "Learn how to declare a function that uses type annotation in TypeScript", "media": [ { "mimetype": "video/mp4", - "url": "https://www.youtube.com/watch?v=svKD-fv-EKc" + "url": "https://www.youtube.com/watch?v=jXoSaX_yFh4&list=PL4cUxeGkcC9gUgr39Q_yD6v-bSyMwKPUI&index=8" } ], - "name": "Decision Making and Problem Solving" + "name": "Functions" + } + }, + { + "id": "4", + "instructions": { + "long_desc": "learn how to construct a class in TypeScript", + "media": [ + { + "mimetype": "video/mp4", + "url": "https://www.youtube.com/watch?v=TZNbzyY6hMU&list=PL4cUxeGkcC9gUgr39Q_yD6v-bSyMwKPUI&index=10" + } + ], + "name": "Classes" } } ], "type": "ONLINE" } ], - "id": "be18d94a-0fc0-4059-9513-0434cb69b668", + "id": "5b6f44e1-7676-4e5a-801c-bb6af875d796", "items": [ { "category_ids": [ - "SKILL-DEVELOPMENT-COURSES" + "TECHNICAL-COURSES" ], "creator": { "descriptor": { "images": [ { - "url": "https://adyatechstorage.blob.core.windows.net/onest-storage/images%20(11).jpeg-8e893cfb-abf8-4885-9d02-a616091454d4.jpeg" + "url": "https://adyatechstorage.blob.core.windows.net/onest-storage/swapna.jpeg-e149367b-5b1f-4e97-aeee-9bf3f9584839.jpeg" } ], - "long_desc": "Saira a passionate management instructor dedicated to empowering learners with practical skills and knowledge to excel in the world of business", - "name": "Saira", - "short_desc": "Saira a passionate management instructor " + "long_desc": "Hi, I'm Swapna, a dedicated programme trainer passionate about empowering learners to achieve their goals through engaging and effective training sessions.", + "name": "Swapna", + "short_desc": "Hello, I'm Dr.Swapna, a professor in Andhra University" } }, "descriptor": { "images": [ { - "url": "https://adyatechstorage.blob.core.windows.net/onest-storage/images%20(14).jpeg-ca95e475-a3f1-4fdb-8710-db2dff149654.jpeg" + "url": "https://adyatechstorage.blob.core.windows.net/onest-storage/ts.jpeg-724e8bc8-3929-436d-95aa-d63b32f45ebf.jpeg" } ], - "long_desc": " Understanding the role of a manager the functions of management and the importance of management in organizations", + "long_desc": "TypeScript adds types to JavaScript to help you speed up the development by catching errors before you even run the JavaScript code.", "media": [ { - "url": "https://www.youtube.com/watch?v=cYmqzdI1XOI" + "url": "https://www.youtube.com/watch?v=2pZmKW9-I_k&list=PL4cUxeGkcC9gUgr39Q_yD6v-bSyMwKPUI" } ], - "name": "Introduction to Management", - "short_desc": " Understanding the role of a manager" + "name": "TypeScript", + "short_desc": "TypeScript is typed JavaScript." }, "fulfillment_ids": [ "F2" ], - "id": "YITY6D74", + "id": "5WB8GLLN", "price": { "currency": "INR", - "value": "500" + "value": "699" }, "quantity": { "maximum": { @@ -174,14 +187,14 @@ "code": "learning-objective", "name": "Learning objective" }, - "value": "Understand the role and responsibilities of a manager in an organization" + "value": "TypeScript" }, { "descriptor": { "code": "prerequisite", "name": "Prerequisite" }, - "value": " This course is designed for beginners with no prior experience or knowledge of management." + "value": "Btech" }, { "descriptor": { @@ -195,7 +208,7 @@ "code": "course-duration", "name": "Course duration" }, - "value": "PT6H" + "value": "P7W" } ] } @@ -204,9 +217,9 @@ ], "payments": [ { - "collected_by": "BPP", + "collected_by": "bpp", "params": { - "amount": "500", + "amount": "699", "currency": "INR" }, "status": "PAID", @@ -217,28 +230,28 @@ "categories": [ { "descriptor": { - "code": "SKILL-DEVELOPMENT-COURSES", - "name": "Skill Development Courses" + "code": "TECHNICAL-COURSES", + "name": "Technical Courses" }, - "id": "SKILL-DEVELOPMENT-COURSES" + "id": "TECHNICAL-COURSES" } ], "descriptor": { "images": [ { "size_type": "sm", - "url": "https://adyatechstorage.blob.core.windows.net/onest-storage/2d8eb562c8c9fd83f859d1e0d7212cb3.png-16634e8e-ca95-4323-8654-ddc96a5d688e.png" + "url": "https://adyatechstorage.blob.core.windows.net/onest-storage/eyey.jpg-7f6e3a99-e840-4745-9ad9-1165aae929a3.jpeg" } ], - "name": "Saira Shaik", - "short_desc": "Hello! I'm Saira, a passionate management instructor dedicated to empowering learners with practical skills and knowledge to excel in the world of business. With years of experience in the field, I bring a deep understanding of management principles, strategies, and real-world applications to my courses." + "name": "rani kumar", + "short_desc": "This is about meThis is about meThis is about meThis is about " }, - "id": "VOJIH8J8" + "id": "4ABZ5849" }, "quote": { "price": { "currency": "INR", - "value": "500" + "value": "699" } } } diff --git a/logs/Adya-BPP/Learning Experiences/on_init(not_paid).json b/logs/Adya-BPP/Learning Experiences/on_init(not_paid).json index b4bb444..f783c3c 100644 --- a/logs/Adya-BPP/Learning Experiences/on_init(not_paid).json +++ b/logs/Adya-BPP/Learning Experiences/on_init(not_paid).json @@ -6,9 +6,9 @@ "bpp_id": "onest.skillsetu.co", "bpp_uri": "https://onest.skillsetu.co/api/v1/onest_ondc/bpp", "domain": "onest:learning-experiences", - "message_id": "b6bf15f4-c621-4593-9348-ab197a8093a5", - "timestamp": "2024-08-29T14:28:36.132Z", - "transaction_id": "8f736513-a2f2-463f-8056-26ca75e767f6", + "message_id": "a15a99cf-594b-425f-9108-8894dd46df57", + "timestamp": "2024-09-23T09:47:47.415Z", + "transaction_id": "66ffdad0-645a-4100-8d75-0db3c8b558ca", "ttl": "PT10M", "version": "1.1.0" }, @@ -24,10 +24,10 @@ { "agent": { "contact": { - "email": "test_instructor@tmail.in" + "email": "rani@adya.ai" }, "person": { - "name": "Saira Shaik" + "name": "rani kumar" } }, "customer": { @@ -66,42 +66,42 @@ "items": [ { "category_ids": [ - "SKILL-DEVELOPMENT-COURSES" + "TECHNICAL-COURSES" ], "creator": { "descriptor": { "images": [ { - "url": "https://adyatechstorage.blob.core.windows.net/onest-storage/images%20(11).jpeg-8e893cfb-abf8-4885-9d02-a616091454d4.jpeg" + "url": "https://adyatechstorage.blob.core.windows.net/onest-storage/swapna.jpeg-e149367b-5b1f-4e97-aeee-9bf3f9584839.jpeg" } ], - "long_desc": "Saira a passionate management instructor dedicated to empowering learners with practical skills and knowledge to excel in the world of business", - "name": "Saira", - "short_desc": "Saira a passionate management instructor " + "long_desc": "Hi, I'm Swapna, a dedicated programme trainer passionate about empowering learners to achieve their goals through engaging and effective training sessions.", + "name": "Swapna", + "short_desc": "Hello, I'm Dr.Swapna, a professor in Andhra University" } }, "descriptor": { "images": [ { - "url": "https://adyatechstorage.blob.core.windows.net/onest-storage/images%20(14).jpeg-ca95e475-a3f1-4fdb-8710-db2dff149654.jpeg" + "url": "https://adyatechstorage.blob.core.windows.net/onest-storage/ts.jpeg-724e8bc8-3929-436d-95aa-d63b32f45ebf.jpeg" } ], - "long_desc": " Understanding the role of a manager the functions of management and the importance of management in organizations", + "long_desc": "TypeScript adds types to JavaScript to help you speed up the development by catching errors before you even run the JavaScript code.", "media": [ { - "url": "https://www.youtube.com/watch?v=cYmqzdI1XOI" + "url": "https://www.youtube.com/watch?v=2pZmKW9-I_k&list=PL4cUxeGkcC9gUgr39Q_yD6v-bSyMwKPUI" } ], - "name": "Introduction to Management", - "short_desc": " Understanding the role of a manager" + "name": "TypeScript", + "short_desc": "TypeScript is typed JavaScript." }, "fulfillment_ids": [ "F2" ], - "id": "YITY6D74", + "id": "5WB8GLLN", "price": { "currency": "INR", - "value": "500" + "value": "699" }, "quantity": { "maximum": { @@ -130,14 +130,14 @@ "code": "learning-objective", "name": "Learning objective" }, - "value": "Understand the role and responsibilities of a manager in an organization" + "value": "TypeScript" }, { "descriptor": { "code": "prerequisite", "name": "Prerequisite" }, - "value": " This course is designed for beginners with no prior experience or knowledge of management." + "value": "Btech" }, { "descriptor": { @@ -151,7 +151,7 @@ "code": "course-duration", "name": "Course duration" }, - "value": "PT6H" + "value": "P7W" } ] } @@ -160,7 +160,7 @@ "form": { "mime_type": "text/html", "resubmit": false, - "url": "https://adyatechstorage.blob.core.windows.net/onest-storage/education_form-8f736513-a2f2-463f-8056-26ca75e767f6.html" + "url": "https://adyatechstorage.blob.core.windows.net/onest-storage/education_form-66ffdad0-645a-4100-8d75-0db3c8b558ca.html" }, "head": { "descriptor": { @@ -170,7 +170,7 @@ "Educational Details" ], "index": { - "cur": 0, + "cur": 1, "max": 1, "min": 0 } @@ -181,42 +181,42 @@ ], "payments": [ { - "collected_by": "BPP", + "collected_by": "bpp", "params": { - "amount": "500", + "amount": "699", "currency": "INR" }, "status": "NOT-PAID", "type": "PRE-ORDER", - "url": "https://onest.skillsetu.co/api/v1/onest/backend/courses/student_course_payment/get_payment/edaa1d29-19f3-466a-962f-d32e81fabcd2" + "url": "https://onest.skillsetu.co/api/v1/onest/backend/courses/student_course_payment/get_payment/6e1b99e4-4a26-4706-80b9-f216afafab9b" } ], "provider": { "categories": [ { "descriptor": { - "code": "SKILL-DEVELOPMENT-COURSES", - "name": "Skill Development Courses" + "code": "TECHNICAL-COURSES", + "name": "Technical Courses" }, - "id": "SKILL-DEVELOPMENT-COURSES" + "id": "TECHNICAL-COURSES" } ], "descriptor": { "images": [ { "size_type": "sm", - "url": "https://adyatechstorage.blob.core.windows.net/onest-storage/2d8eb562c8c9fd83f859d1e0d7212cb3.png-16634e8e-ca95-4323-8654-ddc96a5d688e.png" + "url": "https://adyatechstorage.blob.core.windows.net/onest-storage/eyey.jpg-7f6e3a99-e840-4745-9ad9-1165aae929a3.jpeg" } ], - "name": "Saira Shaik", - "short_desc": "Hello! I'm Saira, a passionate management instructor dedicated to empowering learners with practical skills and knowledge to excel in the world of business. With years of experience in the field, I bring a deep understanding of management principles, strategies, and real-world applications to my courses." + "name": "rani kumar", + "short_desc": "This is about meThis is about meThis is about meThis is about " }, - "id": "VOJIH8J8" + "id": "4ABZ5849" }, "quote": { "price": { "currency": "INR", - "value": "500" + "value": "699" } } } diff --git a/logs/Adya-BPP/Learning Experiences/on_init(paid).json b/logs/Adya-BPP/Learning Experiences/on_init(paid).json index 9ba9241..674f279 100644 --- a/logs/Adya-BPP/Learning Experiences/on_init(paid).json +++ b/logs/Adya-BPP/Learning Experiences/on_init(paid).json @@ -6,9 +6,9 @@ "bpp_id": "onest.skillsetu.co", "bpp_uri": "https://onest.skillsetu.co/api/v1/onest_ondc/bpp", "domain": "onest:learning-experiences", - "message_id": "b6bf15f4-c621-4593-9348-ab197a8093a5", - "timestamp": "2024-08-29T14:30:28.909Z", - "transaction_id": "8f736513-a2f2-463f-8056-26ca75e767f6", + "message_id": "9984c89c-24dc-4ee0-a2cf-897d11e17de6", + "timestamp": "2024-09-23T09:51:47.209Z", + "transaction_id": "66ffdad0-645a-4100-8d75-0db3c8b558ca", "ttl": "PT10M", "version": "1.1.0" }, @@ -24,10 +24,10 @@ { "agent": { "contact": { - "email": "test_instructor@tmail.in" + "email": "rani@adya.ai" }, "person": { - "name": "Saira Shaik" + "name": "rani kumar" } }, "customer": { @@ -66,42 +66,42 @@ "items": [ { "category_ids": [ - "SKILL-DEVELOPMENT-COURSES" + "TECHNICAL-COURSES" ], "creator": { "descriptor": { "images": [ { - "url": "https://adyatechstorage.blob.core.windows.net/onest-storage/images%20(11).jpeg-8e893cfb-abf8-4885-9d02-a616091454d4.jpeg" + "url": "https://adyatechstorage.blob.core.windows.net/onest-storage/swapna.jpeg-e149367b-5b1f-4e97-aeee-9bf3f9584839.jpeg" } ], - "long_desc": "Saira a passionate management instructor dedicated to empowering learners with practical skills and knowledge to excel in the world of business", - "name": "Saira", - "short_desc": "Saira a passionate management instructor " + "long_desc": "Hi, I'm Swapna, a dedicated programme trainer passionate about empowering learners to achieve their goals through engaging and effective training sessions.", + "name": "Swapna", + "short_desc": "Hello, I'm Dr.Swapna, a professor in Andhra University" } }, "descriptor": { "images": [ { - "url": "https://adyatechstorage.blob.core.windows.net/onest-storage/images%20(14).jpeg-ca95e475-a3f1-4fdb-8710-db2dff149654.jpeg" + "url": "https://adyatechstorage.blob.core.windows.net/onest-storage/ts.jpeg-724e8bc8-3929-436d-95aa-d63b32f45ebf.jpeg" } ], - "long_desc": " Understanding the role of a manager the functions of management and the importance of management in organizations", + "long_desc": "TypeScript adds types to JavaScript to help you speed up the development by catching errors before you even run the JavaScript code.", "media": [ { - "url": "https://www.youtube.com/watch?v=cYmqzdI1XOI" + "url": "https://www.youtube.com/watch?v=2pZmKW9-I_k&list=PL4cUxeGkcC9gUgr39Q_yD6v-bSyMwKPUI" } ], - "name": "Introduction to Management", - "short_desc": " Understanding the role of a manager" + "name": "TypeScript", + "short_desc": "TypeScript is typed JavaScript." }, "fulfillment_ids": [ "F2" ], - "id": "YITY6D74", + "id": "5WB8GLLN", "price": { "currency": "INR", - "value": "500" + "value": "699" }, "quantity": { "maximum": { @@ -130,14 +130,14 @@ "code": "learning-objective", "name": "Learning objective" }, - "value": "Understand the role and responsibilities of a manager in an organization" + "value": "TypeScript" }, { "descriptor": { "code": "prerequisite", "name": "Prerequisite" }, - "value": " This course is designed for beginners with no prior experience or knowledge of management." + "value": "Btech" }, { "descriptor": { @@ -151,7 +151,7 @@ "code": "course-duration", "name": "Course duration" }, - "value": "PT6H" + "value": "P7W" } ] } @@ -160,42 +160,42 @@ ], "payments": [ { - "collected_by": "BPP", + "collected_by": "bpp", "params": { - "amount": "500", + "amount": "699", "currency": "INR" }, "status": "PAID", "type": "PRE-ORDER", - "url": "https://onest.skillsetu.co/api/v1/onest/backend/courses/student_course_payment/get_payment/edaa1d29-19f3-466a-962f-d32e81fabcd2" + "url": "https://onest.skillsetu.co/api/v1/onest/backend/courses/student_course_payment/get_payment/6e1b99e4-4a26-4706-80b9-f216afafab9b" } ], "provider": { "categories": [ { "descriptor": { - "code": "SKILL-DEVELOPMENT-COURSES", - "name": "Skill Development Courses" + "code": "TECHNICAL-COURSES", + "name": "Technical Courses" }, - "id": "SKILL-DEVELOPMENT-COURSES" + "id": "TECHNICAL-COURSES" } ], "descriptor": { "images": [ { "size_type": "sm", - "url": "https://adyatechstorage.blob.core.windows.net/onest-storage/2d8eb562c8c9fd83f859d1e0d7212cb3.png-16634e8e-ca95-4323-8654-ddc96a5d688e.png" + "url": "https://adyatechstorage.blob.core.windows.net/onest-storage/eyey.jpg-7f6e3a99-e840-4745-9ad9-1165aae929a3.jpeg" } ], - "name": "Saira Shaik", - "short_desc": "Hello! I'm Saira, a passionate management instructor dedicated to empowering learners with practical skills and knowledge to excel in the world of business. With years of experience in the field, I bring a deep understanding of management principles, strategies, and real-world applications to my courses." + "name": "rani kumar", + "short_desc": "This is about meThis is about meThis is about meThis is about " }, - "id": "VOJIH8J8" + "id": "4ABZ5849" }, "quote": { "price": { "currency": "INR", - "value": "500" + "value": "699" } } } diff --git a/logs/Adya-BPP/Learning Experiences/on_search.json b/logs/Adya-BPP/Learning Experiences/on_search.json index 7a3900b..17631a0 100644 --- a/logs/Adya-BPP/Learning Experiences/on_search.json +++ b/logs/Adya-BPP/Learning Experiences/on_search.json @@ -6,92 +6,92 @@ "bpp_id": "onest.skillsetu.co", "bpp_uri": "https://onest.skillsetu.co/api/v1/onest_ondc/bpp", "domain": "onest:learning-experiences", - "message_id": "b40f07ca-2018-42ac-967d-d1680e6b3088", - "timestamp": "2024-08-29T07:17:34.370Z", - "transaction_id": "94098aa9-60c5-4ff5-83c0-2ed87e5fc4da", + "message_id": "4cd430d8-09b0-4525-82c6-a3b656164d28", + "timestamp": "2024-09-23T09:45:22.691Z", + "transaction_id": "84254946-4b0e-490c-be1f-1343e9a1e4c0", "ttl": "PT10M", "version": "1.1.0" }, "message": { "catalog": { "descriptor": { - "name": "Catalog for management Courses" + "name": "Catalog for typescript Courses" }, "providers": [ { "categories": [ { "descriptor": { - "code": "SKILL-DEVELOPMENT-COURSES", - "name": "Skill Development Courses" + "code": "TECHNICAL-COURSES", + "name": "Technical Courses" }, - "id": "SKILL-DEVELOPMENT-COURSES" + "id": "TECHNICAL-COURSES" } ], "descriptor": { "images": [ { "size_type": "sm", - "url": "https://adyatechstorage.blob.core.windows.net/onest-storage/2d8eb562c8c9fd83f859d1e0d7212cb3.png-16634e8e-ca95-4323-8654-ddc96a5d688e.png" + "url": "https://adyatechstorage.blob.core.windows.net/onest-storage/eyey.jpg-7f6e3a99-e840-4745-9ad9-1165aae929a3.jpeg" } ], - "name": "Saira Shaik", - "short_desc": "Hello! I'm Saira, a passionate management instructor dedicated to empowering learners with practical skills and knowledge to excel in the world of business. With years of experience in the field, I bring a deep understanding of management principles, strategies, and real-world applications to my courses." + "name": "rani kumar", + "short_desc": "This is about meThis is about meThis is about meThis is about " }, "fulfillments": [ { "agent": { "contact": { - "email": "test_instructor@tmail.in" + "email": "rani@adya.ai" }, "person": { - "name": "Saira Shaik" + "name": "rani kumar" } }, "id": "F2", "type": "ONLINE" } ], - "id": "VOJIH8J8", + "id": "4ABZ5849", "items": [ { "category_ids": [ - "SKILL-DEVELOPMENT-COURSES" + "TECHNICAL-COURSES" ], "creator": { "descriptor": { "images": [ { - "url": "https://adyatechstorage.blob.core.windows.net/onest-storage/images%20(11).jpeg-8e893cfb-abf8-4885-9d02-a616091454d4.jpeg" + "url": "https://adyatechstorage.blob.core.windows.net/onest-storage/swapna.jpeg-e149367b-5b1f-4e97-aeee-9bf3f9584839.jpeg" } ], - "long_desc": "Saira a passionate management instructor dedicated to empowering learners with practical skills and knowledge to excel in the world of business", - "name": "Saira", - "short_desc": "Saira a passionate management instructor " + "long_desc": "Hi, I'm Swapna, a dedicated programme trainer passionate about empowering learners to achieve their goals through engaging and effective training sessions.", + "name": "Swapna", + "short_desc": "Hello, I'm Dr.Swapna, a professor in Andhra University" } }, "descriptor": { "images": [ { - "url": "https://adyatechstorage.blob.core.windows.net/onest-storage/images%20(14).jpeg-ca95e475-a3f1-4fdb-8710-db2dff149654.jpeg" + "url": "https://adyatechstorage.blob.core.windows.net/onest-storage/ts.jpeg-724e8bc8-3929-436d-95aa-d63b32f45ebf.jpeg" } ], - "long_desc": " Understanding the role of a manager the functions of management and the importance of management in organizations", + "long_desc": "TypeScript adds types to JavaScript to help you speed up the development by catching errors before you even run the JavaScript code.", "media": [ { - "url": "https://www.youtube.com/watch?v=cYmqzdI1XOI" + "url": "https://www.youtube.com/watch?v=2pZmKW9-I_k&list=PL4cUxeGkcC9gUgr39Q_yD6v-bSyMwKPUI" } ], - "name": "Introduction to Management", - "short_desc": " Understanding the role of a manager" + "name": "TypeScript", + "short_desc": "TypeScript is typed JavaScript." }, "fulfillment_ids": [ "F2" ], - "id": "YITY6D74", + "id": "5WB8GLLN", "price": { "currency": "INR", - "value": "500" + "value": "699" }, "quantity": { "maximum": { @@ -120,14 +120,14 @@ "code": "learning-objective", "name": "Learning objective" }, - "value": "Understand the role and responsibilities of a manager in an organization" + "value": "TypeScript" }, { "descriptor": { "code": "prerequisite", "name": "Prerequisite" }, - "value": " This course is designed for beginners with no prior experience or knowledge of management." + "value": "Btech" }, { "descriptor": { @@ -141,7 +141,138 @@ "code": "course-duration", "name": "Course duration" }, - "value": "PT6H" + "value": "P7W" + } + ] + } + ] + } + ] + }, + { + "categories": [ + { + "descriptor": { + "code": "TECHNICAL-COURSES", + "name": "Technical Courses" + }, + "id": "TECHNICAL-COURSES" + } + ], + "descriptor": { + "images": [ + { + "size_type": "sm", + "url": "https://adyatechstorage.blob.core.windows.net/onest-storage/men1.jpeg-e0298330-f0c5-4a05-a4d0-37c80bb8034f.jpeg" + } + ], + "name": "sanjay s", + "short_desc": "i am a educator with 10 years of experience" + }, + "fulfillments": [ + { + "agent": { + "contact": { + "email": "sanjay.santosh@adya.ai" + }, + "person": { + "name": "sanjay s" + } + }, + "id": "F2", + "type": "ONLINE" + } + ], + "id": "PCQR6T05", + "items": [ + { + "category_ids": [ + "TECHNICAL-COURSES" + ], + "creator": { + "descriptor": { + "images": [ + { + "url": "https://adyatechstorage.blob.core.windows.net/onest-storage/360_F_113995750_dAEGvjqxnsYD6asKjeDWJoVoSqjFvdGO.jpg-003e1312-2097-4370-a787-64db3466060f.jpeg" + } + ], + "long_desc": "4 years of experience", + "name": "krish", + "short_desc": "4 years of experience" + } + }, + "descriptor": { + "images": [ + { + "url": "https://adyatechstorage.blob.core.windows.net/onest-storage/Typescript_logo_2020.svg.png-a67e21be-4af9-407c-a041-20f2f6aa62ea.png" + } + ], + "long_desc": "typescript for intermediate", + "media": [ + { + "url": "https://www.youtube.com/watch?v=ahCwqrYpIuM" + } + ], + "name": "typescript for intermediate", + "short_desc": "typescript for intermediate" + }, + "fulfillment_ids": [ + "F2" + ], + "id": "GMEL55LP", + "price": { + "currency": "INR", + "value": "499" + }, + "quantity": { + "maximum": { + "count": 1 + } + }, + "rateable": true, + "rating": "0", + "tags": [ + { + "descriptor": { + "code": "content-metadata", + "name": "Content metadata" + }, + "display": true, + "list": [ + { + "descriptor": { + "code": "learner-level", + "name": "Learner level" + }, + "value": "Intermediate" + }, + { + "descriptor": { + "code": "learning-objective", + "name": "Learning objective" + }, + "value": "typescript for intermediate" + }, + { + "descriptor": { + "code": "prerequisite", + "name": "Prerequisite" + }, + "value": "basic understading of javascript" + }, + { + "descriptor": { + "code": "lang-code", + "name": "Language code" + }, + "value": "en" + }, + { + "descriptor": { + "code": "course-duration", + "name": "Course duration" + }, + "value": "P2W" } ] } diff --git a/logs/Adya-BPP/Learning Experiences/on_select.json b/logs/Adya-BPP/Learning Experiences/on_select.json index cfaa444..352e8e5 100644 --- a/logs/Adya-BPP/Learning Experiences/on_select.json +++ b/logs/Adya-BPP/Learning Experiences/on_select.json @@ -6,9 +6,9 @@ "bpp_id": "onest.skillsetu.co", "bpp_uri": "https://onest.skillsetu.co/api/v1/onest_ondc/bpp", "domain": "onest:learning-experiences", - "message_id": "b2a824da-179c-4341-a520-26b797130dac", - "timestamp": "2024-08-29T14:27:11.627Z", - "transaction_id": "8f736513-a2f2-463f-8056-26ca75e767f6", + "message_id": "3aad3050-8e0f-4088-a0b6-38f87cbd167f", + "timestamp": "2024-09-23T09:46:54.317Z", + "transaction_id": "66ffdad0-645a-4100-8d75-0db3c8b558ca", "ttl": "PT10M", "version": "1.1.0" }, @@ -18,10 +18,10 @@ { "agent": { "contact": { - "email": "test_instructor@tmail.in" + "email": "rani@adya.ai" }, "person": { - "name": "Saira Shaik" + "name": "rani kumar" } }, "id": "F2", @@ -31,42 +31,42 @@ "items": [ { "category_ids": [ - "SKILL-DEVELOPMENT-COURSES" + "TECHNICAL-COURSES" ], "creator": { "descriptor": { "images": [ { - "url": "https://adyatechstorage.blob.core.windows.net/onest-storage/images%20(11).jpeg-8e893cfb-abf8-4885-9d02-a616091454d4.jpeg" + "url": "https://adyatechstorage.blob.core.windows.net/onest-storage/swapna.jpeg-e149367b-5b1f-4e97-aeee-9bf3f9584839.jpeg" } ], - "long_desc": "Saira a passionate management instructor dedicated to empowering learners with practical skills and knowledge to excel in the world of business", - "name": "Saira", - "short_desc": "Saira a passionate management instructor " + "long_desc": "Hi, I'm Swapna, a dedicated programme trainer passionate about empowering learners to achieve their goals through engaging and effective training sessions.", + "name": "Swapna", + "short_desc": "Hello, I'm Dr.Swapna, a professor in Andhra University" } }, "descriptor": { "images": [ { - "url": "https://adyatechstorage.blob.core.windows.net/onest-storage/images%20(14).jpeg-ca95e475-a3f1-4fdb-8710-db2dff149654.jpeg" + "url": "https://adyatechstorage.blob.core.windows.net/onest-storage/ts.jpeg-724e8bc8-3929-436d-95aa-d63b32f45ebf.jpeg" } ], - "long_desc": " Understanding the role of a manager the functions of management and the importance of management in organizations", + "long_desc": "TypeScript adds types to JavaScript to help you speed up the development by catching errors before you even run the JavaScript code.", "media": [ { - "url": "https://www.youtube.com/watch?v=cYmqzdI1XOI" + "url": "https://www.youtube.com/watch?v=2pZmKW9-I_k&list=PL4cUxeGkcC9gUgr39Q_yD6v-bSyMwKPUI" } ], - "name": "Introduction to Management", - "short_desc": " Understanding the role of a manager" + "name": "TypeScript", + "short_desc": "TypeScript is typed JavaScript." }, "fulfillment_ids": [ "F2" ], - "id": "YITY6D74", + "id": "5WB8GLLN", "price": { "currency": "INR", - "value": "500" + "value": "699" }, "quantity": { "maximum": { @@ -95,14 +95,14 @@ "code": "learning-objective", "name": "Learning objective" }, - "value": "Understand the role and responsibilities of a manager in an organization" + "value": "TypeScript" }, { "descriptor": { "code": "prerequisite", "name": "Prerequisite" }, - "value": " This course is designed for beginners with no prior experience or knowledge of management." + "value": "Btech" }, { "descriptor": { @@ -116,7 +116,7 @@ "code": "course-duration", "name": "Course duration" }, - "value": "PT6H" + "value": "P7W" } ] } @@ -127,28 +127,28 @@ "categories": [ { "descriptor": { - "code": "SKILL-DEVELOPMENT-COURSES", - "name": "Skill Development Courses" + "code": "TECHNICAL-COURSES", + "name": "Technical Courses" }, - "id": "SKILL-DEVELOPMENT-COURSES" + "id": "TECHNICAL-COURSES" } ], "descriptor": { "images": [ { "size_type": "sm", - "url": "https://adyatechstorage.blob.core.windows.net/onest-storage/2d8eb562c8c9fd83f859d1e0d7212cb3.png-16634e8e-ca95-4323-8654-ddc96a5d688e.png" + "url": "https://adyatechstorage.blob.core.windows.net/onest-storage/eyey.jpg-7f6e3a99-e840-4745-9ad9-1165aae929a3.jpeg" } ], - "name": "Saira Shaik", - "short_desc": "Hello! I'm Saira, a passionate management instructor dedicated to empowering learners with practical skills and knowledge to excel in the world of business. With years of experience in the field, I bring a deep understanding of management principles, strategies, and real-world applications to my courses." + "name": "rani kumar", + "short_desc": "This is about meThis is about meThis is about meThis is about " }, - "id": "VOJIH8J8" + "id": "4ABZ5849" }, "quote": { "price": { "currency": "INR", - "value": "500" + "value": "699" } } } diff --git a/logs/Adya-BPP/Learning Experiences/on_status(in_progress).json b/logs/Adya-BPP/Learning Experiences/on_status(in_progress).json index 7760158..4e40aa3 100644 --- a/logs/Adya-BPP/Learning Experiences/on_status(in_progress).json +++ b/logs/Adya-BPP/Learning Experiences/on_status(in_progress).json @@ -6,9 +6,9 @@ "bpp_id": "onest.skillsetu.co", "bpp_uri": "https://onest.skillsetu.co/api/v1/onest_ondc/bpp", "domain": "onest:learning-experiences", - "message_id": "99523adf-b859-4094-a75c-6aea1785a20b", - "timestamp": "2024-08-29T15:40:16.723Z", - "transaction_id": "8f736513-a2f2-463f-8056-26ca75e767f6", + "message_id": "d9d92f9f-ddea-4550-8a62-57dfb90e95f0", + "timestamp": "2024-09-23T09:56:23.304Z", + "transaction_id": "66ffdad0-645a-4100-8d75-0db3c8b558ca", "ttl": "PT10M", "version": "1.1.0" }, @@ -24,10 +24,10 @@ { "agent": { "contact": { - "email": "test_instructor@tmail.in" + "email": "rani@adya.ai" }, "person": { - "name": "Saira Shaik" + "name": "rani kumar" } }, "customer": { @@ -47,105 +47,118 @@ "code": "IN-PROGRESS", "name": "In Progress" }, - "updated_at": "2024-08-29T15:40:16.723Z" + "updated_at": "2024-09-23T09:51:48.928Z" }, "stops": [ { "id": "0", "instructions": { - "long_desc": "Explore what management is and why its essential in every organization This lesson covers the definition and scope of management as well as the primary roles and responsibilities of a manager", + "long_desc": "Learn about typescript", "media": [ { "mimetype": "video/mp4", - "url": "https://www.youtube.com/watch?v=EvE9s6JKemM&list=PLnTNoVqwCn3S_sETjs9QACQeRCDxBGmK8" + "url": "https://www.youtube.com/watch?v=2pZmKW9-I_k&list=PL4cUxeGkcC9gUgr39Q_yD6v-bSyMwKPUI" } ], - "name": "Understanding Management Fundamentals" + "name": "Introduction" } }, { "id": "1", "instructions": { - "long_desc": " Dive into the four core functions of management Learn how each function contributes to achieving organizational goals and how managers balance these functions effectively", + "long_desc": "Learn about Basic Types\n", "media": [ { "mimetype": "video/mp4", - "url": "https://www.youtube.com/watch?v=LRR6nCpQdwc" + "url": "https://www.youtube.com/watch?v=0DzDqtcxnz0&list=PL4cUxeGkcC9gUgr39Q_yD6v-bSyMwKPUI&index=3" } ], - "name": "The Four Functions of Management" + "name": "Basic Types" } }, { "id": "2", "instructions": { - "long_desc": "Understand the development of management thought through various eras This lesson explores classical behavioral and modern management theories and how they shape current management practices", + "long_desc": "The following tutorials refresh your control flow statement knowledge", "media": [ { "mimetype": "video/mp4", - "url": "https://www.youtube.com/watch?v=8Y7252b_q1U" + "url": "https://www.youtube.com/watch?v=MrsuhFGGKvo" } ], - "name": "Evolution of Management Theories" + "name": "Control Flow Statements" } }, { "id": "3", "instructions": { - "long_desc": "Learn the importance of decision making in management the steps involved in making informed decisions and various problem solving techniques to handle challenges effectively", + "long_desc": "Learn how to declare a function that uses type annotation in TypeScript", "media": [ { "mimetype": "video/mp4", - "url": "https://www.youtube.com/watch?v=svKD-fv-EKc" + "url": "https://www.youtube.com/watch?v=jXoSaX_yFh4&list=PL4cUxeGkcC9gUgr39Q_yD6v-bSyMwKPUI&index=8" } ], - "name": "Decision Making and Problem Solving" + "name": "Functions" + } + }, + { + "id": "4", + "instructions": { + "long_desc": "learn how to construct a class in TypeScript", + "media": [ + { + "mimetype": "video/mp4", + "url": "https://www.youtube.com/watch?v=TZNbzyY6hMU&list=PL4cUxeGkcC9gUgr39Q_yD6v-bSyMwKPUI&index=10" + } + ], + "name": "Classes" } } ], "type": "ONLINE" } ], - "id": "be18d94a-0fc0-4059-9513-0434cb69b668", + "id": "5b6f44e1-7676-4e5a-801c-bb6af875d796", "items": [ { "category_ids": [ - "SKILL-DEVELOPMENT-COURSES" + "TECHNICAL-COURSES" ], "creator": { "descriptor": { "images": [ { - "url": "https://adyatechstorage.blob.core.windows.net/onest-storage/images%20(11).jpeg-8e893cfb-abf8-4885-9d02-a616091454d4.jpeg" + "url": "https://adyatechstorage.blob.core.windows.net/onest-storage/swapna.jpeg-e149367b-5b1f-4e97-aeee-9bf3f9584839.jpeg" } ], - "long_desc": "Saira a passionate management instructor dedicated to empowering learners with practical skills and knowledge to excel in the world of business", - "name": "Saira", - "short_desc": "Saira a passionate management instructor " + "long_desc": "Hi, I'm Swapna, a dedicated programme trainer passionate about empowering learners to achieve their goals through engaging and effective training sessions.", + "name": "Swapna", + "short_desc": "Hello, I'm Dr.Swapna, a professor in Andhra University" } }, "descriptor": { "images": [ { - "url": "https://adyatechstorage.blob.core.windows.net/onest-storage/images%20(14).jpeg-ca95e475-a3f1-4fdb-8710-db2dff149654.jpeg" + "url": "https://adyatechstorage.blob.core.windows.net/onest-storage/ts.jpeg-724e8bc8-3929-436d-95aa-d63b32f45ebf.jpeg" } ], - "long_desc": " Understanding the role of a manager the functions of management and the importance of management in organizations", + "long_desc": "TypeScript adds types to JavaScript to help you speed up the development by catching errors before you even run the JavaScript code.", "media": [ { - "url": "https://www.youtube.com/watch?v=cYmqzdI1XOI" + "url": "https://www.youtube.com/watch?v=2pZmKW9-I_k&list=PL4cUxeGkcC9gUgr39Q_yD6v-bSyMwKPUI" } ], - "name": "Introduction to Management", - "short_desc": " Understanding the role of a manager" + "name": "TypeScript", + "short_desc": "TypeScript is typed JavaScript." }, "fulfillment_ids": [ "F2" ], - "id": "YITY6D74", + "id": "5WB8GLLN", "price": { "currency": "INR", - "value": "500" + "value": "699" }, "quantity": { "maximum": { @@ -174,14 +187,14 @@ "code": "learning-objective", "name": "Learning objective" }, - "value": "Understand the role and responsibilities of a manager in an organization" + "value": "TypeScript" }, { "descriptor": { "code": "prerequisite", "name": "Prerequisite" }, - "value": " This course is designed for beginners with no prior experience or knowledge of management." + "value": "Btech" }, { "descriptor": { @@ -195,7 +208,7 @@ "code": "course-duration", "name": "Course duration" }, - "value": "PT6H" + "value": "P7W" } ] } @@ -204,9 +217,9 @@ ], "payments": [ { - "collected_by": "BPP", + "collected_by": "bpp", "params": { - "amount": "500", + "amount": "699", "currency": "INR" }, "status": "PAID", @@ -217,28 +230,28 @@ "categories": [ { "descriptor": { - "code": "SKILL-DEVELOPMENT-COURSES", - "name": "Skill Development Courses" + "code": "TECHNICAL-COURSES", + "name": "Technical Courses" }, - "id": "SKILL-DEVELOPMENT-COURSES" + "id": "TECHNICAL-COURSES" } ], "descriptor": { "images": [ { "size_type": "sm", - "url": "https://adyatechstorage.blob.core.windows.net/onest-storage/2d8eb562c8c9fd83f859d1e0d7212cb3.png-16634e8e-ca95-4323-8654-ddc96a5d688e.png" + "url": "https://adyatechstorage.blob.core.windows.net/onest-storage/eyey.jpg-7f6e3a99-e840-4745-9ad9-1165aae929a3.jpeg" } ], - "name": "Saira Shaik", - "short_desc": "Hello! I'm Saira, a passionate management instructor dedicated to empowering learners with practical skills and knowledge to excel in the world of business. With years of experience in the field, I bring a deep understanding of management principles, strategies, and real-world applications to my courses." + "name": "rani kumar", + "short_desc": "This is about meThis is about meThis is about meThis is about " }, - "id": "VOJIH8J8" + "id": "4ABZ5849" }, "quote": { "price": { "currency": "INR", - "value": "500" + "value": "699" } } } diff --git a/logs/Adya-BPP/Work Opportunities/on_confirm.json b/logs/Adya-BPP/Work Opportunities/on_confirm.json index 82306ce..e505284 100644 --- a/logs/Adya-BPP/Work Opportunities/on_confirm.json +++ b/logs/Adya-BPP/Work Opportunities/on_confirm.json @@ -6,9 +6,9 @@ "bpp_id": "onest-jobs.skillsetu.co", "bpp_uri": "https://onest-jobs.skillsetu.co/api/v1/onest_ondc/bpp", "domain": "onest:work-opportunities", - "message_id": "a6413136-e3ea-4d74-9188-9627a2880a37", - "timestamp": "2024-08-29T15:22:04.014Z", - "transaction_id": "8d3cac68-0f5a-4d74-93b4-d716ddaa581d", + "message_id": "9e4a7a3c-6d0f-4f64-9fea-abe5a6055ea5", + "timestamp": "2024-09-23T11:58:49.237Z", + "transaction_id": "fdfe35d0-66e1-4d57-a88b-2dd36795e159", "ttl": "P1M", "version": "1.1.0" }, @@ -60,7 +60,7 @@ "code": "expected-salary", "name": "Expected Salary" }, - "value": "1000000" + "value": "700000" }, { "descriptor": { @@ -100,30 +100,33 @@ ] } }, - "id": "F1", + "id": "F3", "state": { "descriptor": { "code": "APPLICATION-SUBMITTED", "name": "Application Submitted" }, - "updated_at": "2024-08-29T15:22:04.092Z" + "updated_at": "2024-09-23T11:58:49.237Z" }, - "type": "REMOTE" + "type": "ONSITE" } ], - "id": "db3aa8d6-32bc-48de-b88b-a7153bcc8ee5", + "id": "e677e3a3-8f82-48a6-8caa-4c5a041908ff", "items": [ { "descriptor": { - "long_desc": "We are seeking an experienced and dynamic Product Manager to join our team", - "name": "Product Manager" + "long_desc": "Leveraging your expertise in backend development, crypto, and blockchains, you will collaborate with our frontend and protocol teams to design scalable, secure, and efficient backend services.", + "name": "JavaScript Backend Developer" }, "fulfillment_ids": [ - "F1" + "F3" ], - "id": "984R7I7S", + "id": "0H4JW9Z8", "location_ids": [ - "L1" + "L1", + "L2", + "L3", + "L4" ], "tags": [ { @@ -139,23 +142,7 @@ "name": "Course Name" }, "display": true, - "value": "B tech" - }, - { - "descriptor": { - "code": "min-percentage", - "name": "Minimum Percentage" - }, - "display": true, - "value": "60" - }, - { - "descriptor": { - "code": "mandatory-eligibility", - "name": "Mandatory Eligibility" - }, - "display": true, - "value": "true" + "value": "Class X" }, { "descriptor": { @@ -167,19 +154,11 @@ }, { "descriptor": { - "code": "course-specialisation", - "name": "Course Specialisation" - }, - "display": true, - "value": "Engineering in any stream" - }, - { - "descriptor": { - "code": "course-level", - "name": "Course Level" + "code": "min-gpa", + "name": "Minimum GPA" }, "display": true, - "value": "bachelor" + "value": "7" } ] }, @@ -196,7 +175,7 @@ "name": "Required Work Experience in Years" }, "display": true, - "value": "3" + "value": "2" }, { "descriptor": { @@ -204,15 +183,7 @@ "name": "Required Professional Skills" }, "display": true, - "value": "Market Research and Analysis" - }, - { - "descriptor": { - "code": "req-prof-skills", - "name": "Required Professional Skills" - }, - "display": true, - "value": "Communication and Collaboration" + "value": " Proficiency in one or more backend programming languages such as Node.js, Python,Java" } ] }, @@ -229,15 +200,7 @@ "name": "Responsibility" }, "display": true, - "value": "Roadmap Planning" - }, - { - "descriptor": { - "code": "responsibility", - "name": "Responsibility" - }, - "display": true, - "value": "Product Strategy and Vision" + "value": "Design, develop, and maintain scalable backend services and APIs" } ] }, @@ -262,7 +225,7 @@ "name": "Department" }, "display": true, - "value": "Product Management" + "value": "Developer" }, { "descriptor": { @@ -278,7 +241,7 @@ "name": "Job Role" }, "display": true, - "value": "Product Management" + "value": "Backend Developer" } ] }, @@ -295,7 +258,7 @@ "name": "Minimum Gross Pay" }, "display": true, - "value": "1000000" + "value": "500000" }, { "descriptor": { @@ -303,31 +266,64 @@ "name": "Maximum Gross Pay" }, "display": true, - "value": "1500000" + "value": "1000000" } ] } ], "time": { "range": { - "end": "2024-10-30T18:30:00+00:00", - "start": "2024-08-28T18:30:00+00:00" + "end": "2024-09-30T06:30:00+00:00", + "start": "2024-09-22T18:30:00+00:00" } } } ], "provider": { "descriptor": { - "name": "Adya" + "name": "Cyber Expert PVT.LTD." }, - "id": "B4KQ8OIJ", + "id": "8R86M7W8", "locations": [ + { + "city": { + "code": "std:040", + "name": "Hyderabad" + }, + "id": "L1", + "state": { + "code": "TS", + "name": "Telangana" + } + }, + { + "city": { + "code": "std:044", + "name": "Chennai" + }, + "id": "L2", + "state": { + "code": "TN", + "name": "Tamil Nadu" + } + }, + { + "city": { + "code": "std:080", + "name": "Bengaluru" + }, + "id": "L3", + "state": { + "code": "KA", + "name": "Karnataka" + } + }, { "city": { "code": "std:011", "name": "Delhi" }, - "id": "L1", + "id": "L4", "state": { "code": "DL", "name": "Delhi" diff --git a/logs/Adya-BPP/Work Opportunities/on_init(application_filled).json b/logs/Adya-BPP/Work Opportunities/on_init(application_filled).json index 004764c..49cfe0e 100644 --- a/logs/Adya-BPP/Work Opportunities/on_init(application_filled).json +++ b/logs/Adya-BPP/Work Opportunities/on_init(application_filled).json @@ -6,9 +6,9 @@ "bpp_id": "onest-jobs.skillsetu.co", "bpp_uri": "https://onest-jobs.skillsetu.co/api/v1/onest_ondc/bpp", "domain": "onest:work-opportunities", - "message_id": "ca533ed7-ea0b-4c42-b3f6-575a2b931d94", - "timestamp": "2024-08-29T15:22:00.387Z", - "transaction_id": "8d3cac68-0f5a-4d74-93b4-d716ddaa581d", + "message_id": "05766630-9790-43c0-b711-8107c1ee16ef", + "timestamp": "2024-09-23T11:58:45.019Z", + "transaction_id": "fdfe35d0-66e1-4d57-a88b-2dd36795e159", "ttl": "P1M", "version": "1.1.0" }, @@ -59,7 +59,7 @@ "descriptor": { "code": "expected-salary" }, - "value": "1000000" + "value": "700000" }, { "descriptor": { @@ -98,29 +98,32 @@ ] } }, - "id": "F1", + "id": "F3", "state": { "descriptor": { "code": "APPLICATION-FILLED", "name": "Application Filled" }, - "updated_at": "2024-08-29T15:22:00.484Z" + "updated_at": "2024-09-23T11:58:44.950Z" }, - "type": "REMOTE" + "type": "ONSITE" } ], "items": [ { "descriptor": { - "long_desc": "We are seeking an experienced and dynamic Product Manager to join our team", - "name": "Product Manager" + "long_desc": "Leveraging your expertise in backend development, crypto, and blockchains, you will collaborate with our frontend and protocol teams to design scalable, secure, and efficient backend services.", + "name": "JavaScript Backend Developer" }, "fulfillment_ids": [ - "F1" + "F3" ], - "id": "984R7I7S", + "id": "0H4JW9Z8", "location_ids": [ - "L1" + "L1", + "L2", + "L3", + "L4" ], "tags": [ { @@ -136,23 +139,7 @@ "name": "Course Name" }, "display": true, - "value": "B tech" - }, - { - "descriptor": { - "code": "min-percentage", - "name": "Minimum Percentage" - }, - "display": true, - "value": "60" - }, - { - "descriptor": { - "code": "mandatory-eligibility", - "name": "Mandatory Eligibility" - }, - "display": true, - "value": "true" + "value": "Class X" }, { "descriptor": { @@ -164,19 +151,11 @@ }, { "descriptor": { - "code": "course-specialisation", - "name": "Course Specialisation" - }, - "display": true, - "value": "Engineering in any stream" - }, - { - "descriptor": { - "code": "course-level", - "name": "Course Level" + "code": "min-gpa", + "name": "Minimum GPA" }, "display": true, - "value": "bachelor" + "value": "7" } ] }, @@ -193,7 +172,7 @@ "name": "Required Work Experience in Years" }, "display": true, - "value": "3" + "value": "2" }, { "descriptor": { @@ -201,15 +180,7 @@ "name": "Required Professional Skills" }, "display": true, - "value": "Market Research and Analysis" - }, - { - "descriptor": { - "code": "req-prof-skills", - "name": "Required Professional Skills" - }, - "display": true, - "value": "Communication and Collaboration" + "value": " Proficiency in one or more backend programming languages such as Node.js, Python,Java" } ] }, @@ -226,15 +197,7 @@ "name": "Responsibility" }, "display": true, - "value": "Roadmap Planning" - }, - { - "descriptor": { - "code": "responsibility", - "name": "Responsibility" - }, - "display": true, - "value": "Product Strategy and Vision" + "value": "Design, develop, and maintain scalable backend services and APIs" } ] }, @@ -259,7 +222,7 @@ "name": "Department" }, "display": true, - "value": "Product Management" + "value": "Developer" }, { "descriptor": { @@ -275,7 +238,7 @@ "name": "Job Role" }, "display": true, - "value": "Product Management" + "value": "Backend Developer" } ] }, @@ -292,7 +255,7 @@ "name": "Minimum Gross Pay" }, "display": true, - "value": "1000000" + "value": "500000" }, { "descriptor": { @@ -300,31 +263,64 @@ "name": "Maximum Gross Pay" }, "display": true, - "value": "1500000" + "value": "1000000" } ] } ], "time": { "range": { - "end": "2024-10-30T18:30:00+00:00", - "start": "2024-08-28T18:30:00+00:00" + "end": "2024-09-30T06:30:00+00:00", + "start": "2024-09-22T18:30:00+00:00" } } } ], "provider": { "descriptor": { - "name": "Adya" + "name": "Cyber Expert PVT.LTD." }, - "id": "B4KQ8OIJ", + "id": "8R86M7W8", "locations": [ + { + "city": { + "code": "std:040", + "name": "Hyderabad" + }, + "id": "L1", + "state": { + "code": "TS", + "name": "Telangana" + } + }, + { + "city": { + "code": "std:044", + "name": "Chennai" + }, + "id": "L2", + "state": { + "code": "TN", + "name": "Tamil Nadu" + } + }, + { + "city": { + "code": "std:080", + "name": "Bengaluru" + }, + "id": "L3", + "state": { + "code": "KA", + "name": "Karnataka" + } + }, { "city": { "code": "std:011", "name": "Delhi" }, - "id": "L1", + "id": "L4", "state": { "code": "DL", "name": "Delhi" diff --git a/logs/Adya-BPP/Work Opportunities/on_init(application_started).json b/logs/Adya-BPP/Work Opportunities/on_init(application_started).json index 0577750..c05cd61 100644 --- a/logs/Adya-BPP/Work Opportunities/on_init(application_started).json +++ b/logs/Adya-BPP/Work Opportunities/on_init(application_started).json @@ -6,9 +6,9 @@ "bpp_id": "onest-jobs.skillsetu.co", "bpp_uri": "https://onest-jobs.skillsetu.co/api/v1/onest_ondc/bpp", "domain": "onest:work-opportunities", - "message_id": "ca533ed7-ea0b-4c42-b3f6-575a2b931d94", - "timestamp": "2024-08-29T15:20:52.273Z", - "transaction_id": "8d3cac68-0f5a-4d74-93b4-d716ddaa581d", + "message_id": "3950e948-59bc-4116-8656-c93492f5a7b3", + "timestamp": "2024-09-23T11:57:07.969Z", + "transaction_id": "fdfe35d0-66e1-4d57-a88b-2dd36795e159", "ttl": "P1M", "version": "1.1.0" }, @@ -59,7 +59,7 @@ "descriptor": { "code": "expected-salary" }, - "value": "1000000" + "value": "700000" }, { "descriptor": { @@ -98,29 +98,32 @@ ] } }, - "id": "F1", + "id": "F3", "state": { "descriptor": { "code": "APPLICATION-STARTED", "name": "Application Started" }, - "updated_at": "2024-08-29T15:20:52.664Z" + "updated_at": "2024-09-23T11:57:07.969Z" }, - "type": "REMOTE" + "type": "ONSITE" } ], "items": [ { "descriptor": { - "long_desc": "We are seeking an experienced and dynamic Product Manager to join our team", - "name": "Product Manager" + "long_desc": "Leveraging your expertise in backend development, crypto, and blockchains, you will collaborate with our frontend and protocol teams to design scalable, secure, and efficient backend services.", + "name": "JavaScript Backend Developer" }, "fulfillment_ids": [ - "F1" + "F3" ], - "id": "984R7I7S", + "id": "0H4JW9Z8", "location_ids": [ - "L1" + "L1", + "L2", + "L3", + "L4" ], "tags": [ { @@ -136,23 +139,7 @@ "name": "Course Name" }, "display": true, - "value": "B tech" - }, - { - "descriptor": { - "code": "min-percentage", - "name": "Minimum Percentage" - }, - "display": true, - "value": "60" - }, - { - "descriptor": { - "code": "mandatory-eligibility", - "name": "Mandatory Eligibility" - }, - "display": true, - "value": "true" + "value": "Class X" }, { "descriptor": { @@ -164,19 +151,11 @@ }, { "descriptor": { - "code": "course-specialisation", - "name": "Course Specialisation" - }, - "display": true, - "value": "Engineering in any stream" - }, - { - "descriptor": { - "code": "course-level", - "name": "Course Level" + "code": "min-gpa", + "name": "Minimum GPA" }, "display": true, - "value": "bachelor" + "value": "7" } ] }, @@ -193,7 +172,7 @@ "name": "Required Work Experience in Years" }, "display": true, - "value": "3" + "value": "2" }, { "descriptor": { @@ -201,15 +180,7 @@ "name": "Required Professional Skills" }, "display": true, - "value": "Market Research and Analysis" - }, - { - "descriptor": { - "code": "req-prof-skills", - "name": "Required Professional Skills" - }, - "display": true, - "value": "Communication and Collaboration" + "value": " Proficiency in one or more backend programming languages such as Node.js, Python,Java" } ] }, @@ -226,15 +197,7 @@ "name": "Responsibility" }, "display": true, - "value": "Roadmap Planning" - }, - { - "descriptor": { - "code": "responsibility", - "name": "Responsibility" - }, - "display": true, - "value": "Product Strategy and Vision" + "value": "Design, develop, and maintain scalable backend services and APIs" } ] }, @@ -259,7 +222,7 @@ "name": "Department" }, "display": true, - "value": "Product Management" + "value": "Developer" }, { "descriptor": { @@ -275,7 +238,7 @@ "name": "Job Role" }, "display": true, - "value": "Product Management" + "value": "Backend Developer" } ] }, @@ -292,7 +255,7 @@ "name": "Minimum Gross Pay" }, "display": true, - "value": "1000000" + "value": "500000" }, { "descriptor": { @@ -300,22 +263,22 @@ "name": "Maximum Gross Pay" }, "display": true, - "value": "1500000" + "value": "1000000" } ] } ], "time": { "range": { - "end": "2024-10-30T18:30:00+00:00", - "start": "2024-08-28T18:30:00+00:00" + "end": "2024-09-30T06:30:00+00:00", + "start": "2024-09-22T18:30:00+00:00" } }, "xinput": { "form": { "mime_type": "text/html", "resubmit": false, - "url": "https://adyatechstorage.blob.core.windows.net/onest-storage/job_application_form-8d3cac68-0f5a-4d74-93b4-d716ddaa581d.html" + "url": "https://adyatechstorage.blob.core.windows.net/onest-storage/job_application_form-fdfe35d0-66e1-4d57-a88b-2dd36795e159.html" }, "head": { "descriptor": { @@ -325,8 +288,8 @@ "Candidate Details" ], "index": { - "cur": 0, - "max": 0, + "cur": 1, + "max": 1, "min": 0 } }, @@ -336,16 +299,49 @@ ], "provider": { "descriptor": { - "name": "Adya" + "name": "Cyber Expert PVT.LTD." }, - "id": "B4KQ8OIJ", + "id": "8R86M7W8", "locations": [ + { + "city": { + "code": "std:040", + "name": "Hyderabad" + }, + "id": "L1", + "state": { + "code": "TS", + "name": "Telangana" + } + }, + { + "city": { + "code": "std:044", + "name": "Chennai" + }, + "id": "L2", + "state": { + "code": "TN", + "name": "Tamil Nadu" + } + }, + { + "city": { + "code": "std:080", + "name": "Bengaluru" + }, + "id": "L3", + "state": { + "code": "KA", + "name": "Karnataka" + } + }, { "city": { "code": "std:011", "name": "Delhi" }, - "id": "L1", + "id": "L4", "state": { "code": "DL", "name": "Delhi" diff --git a/logs/Adya-BPP/Work Opportunities/on_search.json b/logs/Adya-BPP/Work Opportunities/on_search.json index 8c7512e..7500253 100644 --- a/logs/Adya-BPP/Work Opportunities/on_search.json +++ b/logs/Adya-BPP/Work Opportunities/on_search.json @@ -1,3 +1,4 @@ + { "context": { "action": "on_search", @@ -6,9 +7,9 @@ "bpp_id": "onest-jobs.skillsetu.co", "bpp_uri": "https://onest-jobs.skillsetu.co/api/v1/onest_ondc/bpp", "domain": "onest:work-opportunities", - "message_id": "bbd7af01-ae94-4eb6-b64b-01b023294b5d", - "timestamp": "2024-08-29T08:23:19.969Z", - "transaction_id": "569544fa-1c3e-4f7d-927f-cfa5c1843856", + "message_id": "29ca6eea-3116-44dd-896a-0ade8d2dd7c1", + "timestamp": "2024-09-23T10:20:11.641Z", + "transaction_id": "24e2636a-eb92-4eb6-9429-02340fcd93aa", "ttl": "P1M", "version": "1.1.0" }, @@ -23,41 +24,44 @@ "images": [ { "size_type": "sm", - "url": "https://adyatechstorage.blob.core.windows.net/onest-storage/unnamed.png-471d559f-0a88-44d9-bd5e-66bba2f7c840.png" + "url": "https://adyatechstorage.blob.core.windows.net/onest-storage/cyber.jpeg-7bca8104-1cea-4e94-8b47-275ec4c4a7f5.jpeg" } ], - "name": "Adya", - "short_desc": "Adya providing jobs through skills setu" + "name": "Cyber Expert PVT.LTD.", + "short_desc": "Our mission is to empower our clients by delivering high-quality services that drive efficiency, growth, and successOur mission is to empower our clients by delivering high-quality services that drive efficiency, growth, and successOur mission is to empower our clients by delivering high-quality services that drive efficiency, growth, and successOur mission is to empower our clients by delivering high-quality services that drive efficiency, growth, and success" }, "fulfillments": [ { - "id": "F1", - "type": "REMOTE" + "id": "F3", + "type": "ONSITE" } ], - "id": "B4KQ8OIJ", + "id": "8R86M7W8", "items": [ { "descriptor": { - "long_desc": "We are seeking an experienced and dynamic Product Manager to join our team", + "long_desc": "Leveraging your expertise in backend development, crypto, and blockchains, you will collaborate with our frontend and protocol teams to design scalable, secure, and efficient backend services.", "media": [ { "mimetype": "video/mp4", - "url": "https://www.youtube.com/watch?v=yUOC-Y0f5ZQ" + "url": "https://www.youtube.com/watch?v=cbSrsYiRamo" } - ], - "name": "Product Manager" + ], + "name": "JavaScript Backend Developer" }, "fulfillment_ids": [ - "F1" + "F3" ], - "id": "984R7I7S", + "id": "0H4JW9Z8", "location_ids": [ - "L1" + "L1", + "L2", + "L3", + "L4" ], "quantity": { "available": { - "count": 10 + "count": 15 } }, "tags": [ @@ -74,23 +78,7 @@ "name": "Course Name" }, "display": true, - "value": "B tech" - }, - { - "descriptor": { - "code": "min-percentage", - "name": "Minimum Percentage" - }, - "display": true, - "value": "60" - }, - { - "descriptor": { - "code": "mandatory-eligibility", - "name": "Mandatory Eligibility" - }, - "display": true, - "value": "true" + "value": "Class X" }, { "descriptor": { @@ -102,19 +90,11 @@ }, { "descriptor": { - "code": "course-specialisation", - "name": "Course Specialisation" - }, - "display": true, - "value": "Engineering in any stream" - }, - { - "descriptor": { - "code": "course-level", - "name": "Course Level" + "code": "min-gpa", + "name": "Minimum GPA" }, "display": true, - "value": "bachelor" + "value": "7" } ] }, @@ -131,15 +111,7 @@ "name": "Required Work Experience in Years" }, "display": true, - "value": "3" - }, - { - "descriptor": { - "code": "req-prof-skills", - "name": "Required Professional Skills" - }, - "display": true, - "value": "Market Research and Analysis" + "value": "2" }, { "descriptor": { @@ -147,7 +119,7 @@ "name": "Required Professional Skills" }, "display": true, - "value": "Communication and Collaboration" + "value": " Proficiency in one or more backend programming languages such as Node.js, Python,Java" } ] }, @@ -164,15 +136,7 @@ "name": "Responsibility" }, "display": true, - "value": "Roadmap Planning" - }, - { - "descriptor": { - "code": "responsibility", - "name": "Responsibility" - }, - "display": true, - "value": "Product Strategy and Vision" + "value": "Design, develop, and maintain scalable backend services and APIs" } ] }, @@ -197,7 +161,7 @@ "name": "Department" }, "display": true, - "value": "Product Management" + "value": "Developer" }, { "descriptor": { @@ -213,7 +177,7 @@ "name": "Job Role" }, "display": true, - "value": "Product Manager" + "value": "Backend Developer" } ] }, @@ -230,7 +194,7 @@ "name": "Minimum Gross Pay" }, "display": true, - "value": "1000000" + "value": "500000" }, { "descriptor": { @@ -238,7 +202,7 @@ "name": "Maximum Gross Pay" }, "display": true, - "value": "1500000" + "value": "1000000" } ] } @@ -246,12 +210,45 @@ } ], "locations": [ + { + "city": { + "code": "std:040", + "name": "Hyderabad" + }, + "id": "L1", + "state": { + "code": "TS", + "name": "Telangana" + } + }, + { + "city": { + "code": "std:044", + "name": "Chennai" + }, + "id": "L2", + "state": { + "code": "TN", + "name": "Tamil Nadu" + } + }, + { + "city": { + "code": "std:080", + "name": "Bengaluru" + }, + "id": "L3", + "state": { + "code": "KA", + "name": "Karnataka" + } + }, { "city": { "code": "std:011", "name": "Delhi" }, - "id": "L1", + "id": "L4", "state": { "code": "DL", "name": "Delhi" diff --git a/logs/Adya-BPP/Work Opportunities/on_select.json b/logs/Adya-BPP/Work Opportunities/on_select.json index 667eb52..e912952 100644 --- a/logs/Adya-BPP/Work Opportunities/on_select.json +++ b/logs/Adya-BPP/Work Opportunities/on_select.json @@ -6,9 +6,9 @@ "bpp_id": "onest-jobs.skillsetu.co", "bpp_uri": "https://onest-jobs.skillsetu.co/api/v1/onest_ondc/bpp", "domain": "onest:work-opportunities", - "message_id": "d8a82154-8501-433b-b266-4da430eb0920", - "timestamp": "2024-08-29T15:19:51.896Z", - "transaction_id": "8d3cac68-0f5a-4d74-93b4-d716ddaa581d", + "message_id": "5bf3a4c0-7f76-4b9c-b34f-1802845e1805", + "timestamp": "2024-09-23T11:56:31.707Z", + "transaction_id": "fdfe35d0-66e1-4d57-a88b-2dd36795e159", "ttl": "PT10M", "version": "1.1.0" }, @@ -17,15 +17,18 @@ "items": [ { "descriptor": { - "long_desc": "We are seeking an experienced and dynamic Product Manager to join our team", - "name": "Product Manager" + "long_desc": "Leveraging your expertise in backend development, crypto, and blockchains, you will collaborate with our frontend and protocol teams to design scalable, secure, and efficient backend services.", + "name": "JavaScript Backend Developer" }, "fulfillment_ids": [ - "F1" + "F3" ], - "id": "984R7I7S", + "id": "0H4JW9Z8", "location_ids": [ - "L1" + "L1", + "L2", + "L3", + "L4" ], "tags": [ { @@ -41,23 +44,7 @@ "name": "Course Name" }, "display": true, - "value": "B tech" - }, - { - "descriptor": { - "code": "min-percentage", - "name": "Minimum Percentage" - }, - "display": true, - "value": "60" - }, - { - "descriptor": { - "code": "mandatory-eligibility", - "name": "Mandatory Eligibility" - }, - "display": true, - "value": "true" + "value": "Class X" }, { "descriptor": { @@ -69,19 +56,11 @@ }, { "descriptor": { - "code": "course-specialisation", - "name": "Course Specialisation" - }, - "display": true, - "value": "Engineering in any stream" - }, - { - "descriptor": { - "code": "course-level", - "name": "Course Level" + "code": "min-gpa", + "name": "Minimum GPA" }, "display": true, - "value": "bachelor" + "value": "7" } ] }, @@ -98,7 +77,7 @@ "name": "Required Work Experience in Years" }, "display": true, - "value": "3" + "value": "2" }, { "descriptor": { @@ -106,15 +85,7 @@ "name": "Required Professional Skills" }, "display": true, - "value": "Market Research and Analysis" - }, - { - "descriptor": { - "code": "req-prof-skills", - "name": "Required Professional Skills" - }, - "display": true, - "value": "Communication and Collaboration" + "value": " Proficiency in one or more backend programming languages such as Node.js, Python,Java" } ] }, @@ -131,15 +102,7 @@ "name": "Responsibility" }, "display": true, - "value": "Roadmap Planning" - }, - { - "descriptor": { - "code": "responsibility", - "name": "Responsibility" - }, - "display": true, - "value": "Product Strategy and Vision" + "value": "Design, develop, and maintain scalable backend services and APIs" } ] }, @@ -164,7 +127,7 @@ "name": "Department" }, "display": true, - "value": "Product Management" + "value": "Developer" }, { "descriptor": { @@ -180,7 +143,7 @@ "name": "Job Role" }, "display": true, - "value": "Product Management" + "value": "Backend Developer" } ] }, @@ -197,7 +160,7 @@ "name": "Minimum Gross Pay" }, "display": true, - "value": "1000000" + "value": "500000" }, { "descriptor": { @@ -205,37 +168,70 @@ "name": "Maximum Gross Pay" }, "display": true, - "value": "1500000" + "value": "1000000" } ] } ], "time": { "range": { - "end": "2024-10-30T18:30:00+00:00", - "start": "2024-08-28T18:30:00+00:00" + "end": "2024-09-30T06:30:00+00:00", + "start": "2024-09-22T18:30:00+00:00" } } } ], "provider": { "descriptor": { - "name": "Adya" + "name": "Cyber Expert PVT.LTD." }, "fulfillments": [ { - "id": "F1", - "type": "REMOTE" + "id": "F3", + "type": "ONSITE" } ], - "id": "B4KQ8OIJ", + "id": "8R86M7W8", "locations": [ + { + "city": { + "code": "std:040", + "name": "Hyderabad" + }, + "id": "L1", + "state": { + "code": "TS", + "name": "Telangana" + } + }, + { + "city": { + "code": "std:044", + "name": "Chennai" + }, + "id": "L2", + "state": { + "code": "TN", + "name": "Tamil Nadu" + } + }, + { + "city": { + "code": "std:080", + "name": "Bengaluru" + }, + "id": "L3", + "state": { + "code": "KA", + "name": "Karnataka" + } + }, { "city": { "code": "std:011", "name": "Delhi" }, - "id": "L1", + "id": "L4", "state": { "code": "DL", "name": "Delhi" diff --git a/logs/Adya-BPP/Work Opportunities/on_status(offer_extended).json b/logs/Adya-BPP/Work Opportunities/on_status(offer_extended).json index ec5108d..6d2d2d7 100644 --- a/logs/Adya-BPP/Work Opportunities/on_status(offer_extended).json +++ b/logs/Adya-BPP/Work Opportunities/on_status(offer_extended).json @@ -6,9 +6,9 @@ "bpp_id": "onest-jobs.skillsetu.co", "bpp_uri": "https://onest-jobs.skillsetu.co/api/v1/onest_ondc/bpp", "domain": "onest:work-opportunities", - "message_id": "a6413136-e3ea-4d74-9188-9627a2880a37", - "timestamp": "2024-08-29T15:35:30.371Z", - "transaction_id": "8d3cac68-0f5a-4d74-93b4-d716ddaa581d", + "message_id": "d78e02ae-6a59-4fb5-b12a-7da84f1fe9d7", + "timestamp": "2024-09-23T12:06:34.574Z", + "transaction_id": "fdfe35d0-66e1-4d57-a88b-2dd36795e159", "ttl": "PT10M", "version": "1.1.0" }, @@ -60,7 +60,7 @@ "code": "expected-salary", "name": "Expected Salary" }, - "value": "1000000" + "value": "700000" }, { "descriptor": { @@ -100,30 +100,33 @@ ] } }, - "id": "F1", + "id": "F3", "state": { "descriptor": { "code": "OFFER-EXTENDED", "name": "Offer Extended" }, - "updated_at": "2024-08-29T15:35:30.300Z" + "updated_at": "2024-09-23T12:06:34.527Z" }, - "type": "REMOTE" + "type": "ONSITE" } ], - "id": "db3aa8d6-32bc-48de-b88b-a7153bcc8ee5", + "id": "e677e3a3-8f82-48a6-8caa-4c5a041908ff", "items": [ { "descriptor": { - "long_desc": "We are seeking an experienced and dynamic Product Manager to join our team", - "name": "Product Manager" + "long_desc": "Leveraging your expertise in backend development, crypto, and blockchains, you will collaborate with our frontend and protocol teams to design scalable, secure, and efficient backend services.", + "name": "JavaScript Backend Developer" }, "fulfillment_ids": [ - "F1" + "F3" ], - "id": "984R7I7S", + "id": "0H4JW9Z8", "location_ids": [ - "L1" + "L1", + "L2", + "L3", + "L4" ], "tags": [ { @@ -139,23 +142,7 @@ "name": "Course Name" }, "display": true, - "value": "B tech" - }, - { - "descriptor": { - "code": "min-percentage", - "name": "Minimum Percentage" - }, - "display": true, - "value": "60" - }, - { - "descriptor": { - "code": "mandatory-eligibility", - "name": "Mandatory Eligibility" - }, - "display": true, - "value": "true" + "value": "Class X" }, { "descriptor": { @@ -167,19 +154,11 @@ }, { "descriptor": { - "code": "course-specialisation", - "name": "Course Specialisation" - }, - "display": true, - "value": "Engineering in any stream" - }, - { - "descriptor": { - "code": "course-level", - "name": "Course Level" + "code": "min-gpa", + "name": "Minimum GPA" }, "display": true, - "value": "bachelor" + "value": "7" } ] }, @@ -196,7 +175,7 @@ "name": "Required Work Experience in Years" }, "display": true, - "value": "3" + "value": "2" }, { "descriptor": { @@ -204,15 +183,7 @@ "name": "Required Professional Skills" }, "display": true, - "value": "Market Research and Analysis" - }, - { - "descriptor": { - "code": "req-prof-skills", - "name": "Required Professional Skills" - }, - "display": true, - "value": "Communication and Collaboration" + "value": " Proficiency in one or more backend programming languages such as Node.js, Python,Java" } ] }, @@ -229,15 +200,7 @@ "name": "Responsibility" }, "display": true, - "value": "Roadmap Planning" - }, - { - "descriptor": { - "code": "responsibility", - "name": "Responsibility" - }, - "display": true, - "value": "Product Strategy and Vision" + "value": "Design, develop, and maintain scalable backend services and APIs" } ] }, @@ -262,7 +225,7 @@ "name": "Department" }, "display": true, - "value": "Product Management" + "value": "Developer" }, { "descriptor": { @@ -278,7 +241,7 @@ "name": "Job Role" }, "display": true, - "value": "Product Management" + "value": "Backend Developer" } ] }, @@ -295,7 +258,7 @@ "name": "Minimum Gross Pay" }, "display": true, - "value": "1000000" + "value": "500000" }, { "descriptor": { @@ -303,31 +266,64 @@ "name": "Maximum Gross Pay" }, "display": true, - "value": "1500000" + "value": "1000000" } ] } ], "time": { "range": { - "end": "2024-10-30T18:30:00+00:00", - "start": "2024-08-28T18:30:00+00:00" + "end": "2024-09-30T06:30:00+00:00", + "start": "2024-09-22T18:30:00+00:00" } } } ], "provider": { "descriptor": { - "name": "Adya" + "name": "Cyber Expert PVT.LTD." }, - "id": "B4KQ8OIJ", + "id": "8R86M7W8", "locations": [ + { + "city": { + "code": "std:040", + "name": "Hyderabad" + }, + "id": "L1", + "state": { + "code": "TS", + "name": "Telangana" + } + }, + { + "city": { + "code": "std:044", + "name": "Chennai" + }, + "id": "L2", + "state": { + "code": "TN", + "name": "Tamil Nadu" + } + }, + { + "city": { + "code": "std:080", + "name": "Bengaluru" + }, + "id": "L3", + "state": { + "code": "KA", + "name": "Karnataka" + } + }, { "city": { "code": "std:011", "name": "Delhi" }, - "id": "L1", + "id": "L4", "state": { "code": "DL", "name": "Delhi" From 3d3841e6fc69c6185e542471a2f9801d22cfb9cd Mon Sep 17 00:00:00 2001 From: ysramitha-12 Date: Thu, 26 Sep 2024 17:17:30 +0530 Subject: [PATCH 4/4] Adya-BAP & BAP-Learning Experiences & Work Opportunities- API Payloads --- .../Learning Experiences/confirm.json | 22 +- logs/Adya-BAP/Learning Experiences/init.json | 22 +- .../Adya-BAP/Learning Experiences/search.json | 8 +- .../Adya-BAP/Learning Experiences/select.json | 6 +- .../Adya-BAP/Learning Experiences/status.json | 8 +- logs/Adya-BAP/Work Opportunities/confirm.json | 12 +- logs/Adya-BAP/Work Opportunities/init.json | 12 +- .../search by employment type.json | 6 +- .../search by industry type.json | 6 +- .../search by location.json | 8 +- .../Work Opportunities/search by name.json | 8 +- .../search by provider.json | 6 +- .../search by user details.json | 10 +- logs/Adya-BAP/Work Opportunities/select.json | 8 +- .../Learning Experiences/on_confirm.json | 26 +- .../on_init(not_paid).json | 30 +- .../Learning Experiences/on_init(paid).json | 24 +- .../Learning Experiences/on_search.json | 8 +- .../Learning Experiences/on_select.json | 6 +- .../on_status(in_progress).json | 26 +- .../Work Opportunities/on_confirm.json | 62 +-- .../on_init(application_filled).json | 60 +-- .../on_init(application_started).json | 66 +-- .../Work Opportunities/on_search.json | 455 ++++++++---------- .../Work Opportunities/on_select.json | 58 +-- .../on_status(offer_extended).json | 62 +-- 26 files changed, 425 insertions(+), 600 deletions(-) diff --git a/logs/Adya-BAP/Learning Experiences/confirm.json b/logs/Adya-BAP/Learning Experiences/confirm.json index ccfffa6..bae40d4 100644 --- a/logs/Adya-BAP/Learning Experiences/confirm.json +++ b/logs/Adya-BAP/Learning Experiences/confirm.json @@ -6,31 +6,31 @@ "bpp_id": "onest.skillsetu.co", "bpp_uri": "https://onest.skillsetu.co/api/v1/onest_ondc/bpp", "domain": "onest:learning-experiences", - "message_id": "301d12fd-91ee-41bd-a808-455d3f219d9f", - "timestamp": "2024-09-23T09:51:48.116Z", - "transaction_id": "66ffdad0-645a-4100-8d75-0db3c8b558ca", + "message_id": "b9f3603f-2b20-4cfc-bc3e-67b589aaad5f", + "timestamp": "2024-09-26T11:07:12.306Z", + "transaction_id": "42635338-2b3a-4f90-a99c-58013ef8f6b1", "ttl": "PT10M", "version": "1.1.0" }, "message": { "order": { "billing": { - "address": "Hyderabad, Telangana", - "email": "chandru@adya.ai", - "name": "Sanjay S", - "phone": "9894957042" + "address": "Madhapur, Ayyappa Society, Ayyappa Society, Mega Hills, Madhapur, Hyderabad, Telangana, India", + "email": "username@email.com", + "name": "John S", + "phone": "7894522689" }, "fulfillments": [ { "customer": { "contact": { - "email": "chandru@adya.ai", - "phone": "9894957042" + "email": "username@email.com", + "phone": "7894522689" }, "person": { - "age": "20", + "age": "23", "gender": "Male", - "name": "Sanjay S" + "name": "John S" } }, "id": "F2" diff --git a/logs/Adya-BAP/Learning Experiences/init.json b/logs/Adya-BAP/Learning Experiences/init.json index 1d99f09..bfdbdb7 100644 --- a/logs/Adya-BAP/Learning Experiences/init.json +++ b/logs/Adya-BAP/Learning Experiences/init.json @@ -6,31 +6,31 @@ "bpp_id": "onest.skillsetu.co", "bpp_uri": "https://onest.skillsetu.co/api/v1/onest_ondc/bpp", "domain": "onest:learning-experiences", - "message_id": "a15a99cf-594b-425f-9108-8894dd46df57", - "timestamp": "2024-09-23T09:47:46.743Z", - "transaction_id": "66ffdad0-645a-4100-8d75-0db3c8b558ca", + "message_id": "40307e64-3050-4d75-8bfa-e4a9d6ce3922", + "timestamp": "2024-09-26T11:03:50.015Z", + "transaction_id": "42635338-2b3a-4f90-a99c-58013ef8f6b1", "ttl": "PT10M", "version": "1.1.0" }, "message": { "order": { "billing": { - "address": "Hyderabad, Telangana", - "email": "chandru@adya.ai", - "name": "Sanjay S", - "phone": "9894957042" + "address": "Madhapur, Ayyappa Society, Ayyappa Society, Mega Hills, Madhapur, Hyderabad, Telangana, India", + "email": "username@email.com", + "name": "John S", + "phone": "7894522689" }, "fulfillments": [ { "customer": { "contact": { - "email": "chandru@adya.ai", - "phone": "9894957042" + "email": "username@email.com", + "phone": "7894522689" }, "person": { - "age": "20", + "age": "23", "gender": "Male", - "name": "Sanjay S", + "name": "John S", "tags": [ { "descriptor": { diff --git a/logs/Adya-BAP/Learning Experiences/search.json b/logs/Adya-BAP/Learning Experiences/search.json index a021104..e130b1d 100644 --- a/logs/Adya-BAP/Learning Experiences/search.json +++ b/logs/Adya-BAP/Learning Experiences/search.json @@ -4,9 +4,9 @@ "bap_id": "onest-bap.skillsetu.co", "bap_uri": "https://onest-bap.skillsetu.co/api/v1/onest_ondc/bap", "domain": "onest:learning-experiences", - "message_id": "4cd430d8-09b0-4525-82c6-a3b656164d28", - "timestamp": "2024-09-23T09:45:21.970Z", - "transaction_id": "84254946-4b0e-490c-be1f-1343e9a1e4c0", + "message_id": "84b4c8a7-6ae8-430e-86af-ac71766ea8b4", + "timestamp": "2024-09-26T11:00:03.928Z", + "transaction_id": "52fe1a26-46d7-4227-803f-1111cbd11301", "ttl": "PT10M", "version": "1.1.0" }, @@ -14,7 +14,7 @@ "intent": { "item": { "descriptor": { - "name": "typescript" + "name": "TypeScript" } } } diff --git a/logs/Adya-BAP/Learning Experiences/select.json b/logs/Adya-BAP/Learning Experiences/select.json index 1e61322..eb12982 100644 --- a/logs/Adya-BAP/Learning Experiences/select.json +++ b/logs/Adya-BAP/Learning Experiences/select.json @@ -6,9 +6,9 @@ "bpp_id": "onest.skillsetu.co", "bpp_uri": "https://onest.skillsetu.co/api/v1/onest_ondc/bpp", "domain": "onest:learning-experiences", - "message_id": "3aad3050-8e0f-4088-a0b6-38f87cbd167f", - "timestamp": "2024-09-23T09:46:53.550Z", - "transaction_id": "66ffdad0-645a-4100-8d75-0db3c8b558ca", + "message_id": "59113389-ea73-4847-a749-ec0eed3296af", + "timestamp": "2024-09-26T11:01:05.679Z", + "transaction_id": "42635338-2b3a-4f90-a99c-58013ef8f6b1", "ttl": "PT10M", "version": "1.1.0" }, diff --git a/logs/Adya-BAP/Learning Experiences/status.json b/logs/Adya-BAP/Learning Experiences/status.json index 39372a6..f12f7be 100644 --- a/logs/Adya-BAP/Learning Experiences/status.json +++ b/logs/Adya-BAP/Learning Experiences/status.json @@ -6,15 +6,15 @@ "bpp_id": "onest.skillsetu.co", "bpp_uri": "https://onest.skillsetu.co/api/v1/onest_ondc/bpp", "domain": "onest:learning-experiences", - "message_id": "d9d92f9f-ddea-4550-8a62-57dfb90e95f0", - "timestamp": "2024-09-23T09:56:22.597Z", - "transaction_id": "66ffdad0-645a-4100-8d75-0db3c8b558ca", + "message_id": "92eac3fa-0117-47fa-a3d9-aef7e5c379a2", + "timestamp": "2024-09-26T11:19:35.332Z", + "transaction_id": "42635338-2b3a-4f90-a99c-58013ef8f6b1", "ttl": "PT10M", "version": "1.1.0" }, "message": { "order": { - "id": "5b6f44e1-7676-4e5a-801c-bb6af875d796" + "id": "c173cef4-f34e-43b0-9b7a-196b819bc153" } } } \ No newline at end of file diff --git a/logs/Adya-BAP/Work Opportunities/confirm.json b/logs/Adya-BAP/Work Opportunities/confirm.json index a333d96..f85e8c6 100644 --- a/logs/Adya-BAP/Work Opportunities/confirm.json +++ b/logs/Adya-BAP/Work Opportunities/confirm.json @@ -6,9 +6,9 @@ "bpp_id": "onest-jobs.skillsetu.co", "bpp_uri": "https://onest-jobs.skillsetu.co/api/v1/onest_ondc/bpp", "domain": "onest:work-opportunities", - "message_id": "9e4a7a3c-6d0f-4f64-9fea-abe5a6055ea5", - "timestamp": "2024-09-23T11:58:48.681Z", - "transaction_id": "fdfe35d0-66e1-4d57-a88b-2dd36795e159", + "message_id": "7c916af3-edfa-4ba8-a560-2a5d46eece16", + "timestamp": "2024-09-26T10:49:16.426Z", + "transaction_id": "45a3b510-3246-47b4-8f7b-bc5bfcacb0dd", "ttl": "PT10M", "version": "1.1.0" }, @@ -100,15 +100,15 @@ ] } }, - "id": "F3" + "id": "F1" } ], "items": [ { "fulfillment_ids": [ - "F3" + "F1" ], - "id": "0H4JW9Z8" + "id": "75NU6M3Y" } ], "provider": { diff --git a/logs/Adya-BAP/Work Opportunities/init.json b/logs/Adya-BAP/Work Opportunities/init.json index aac2abe..2712d45 100644 --- a/logs/Adya-BAP/Work Opportunities/init.json +++ b/logs/Adya-BAP/Work Opportunities/init.json @@ -6,9 +6,9 @@ "bpp_id": "onest-jobs.skillsetu.co", "bpp_uri": "https://onest-jobs.skillsetu.co/api/v1/onest_ondc/bpp", "domain": "onest:work-opportunities", - "message_id": "3950e948-59bc-4116-8656-c93492f5a7b3", - "timestamp": "2024-09-23T11:57:07.062Z", - "transaction_id": "fdfe35d0-66e1-4d57-a88b-2dd36795e159", + "message_id": "ba47f683-e6bf-47be-96cd-6a36567c8dd6", + "timestamp": "2024-09-26T10:47:22.142Z", + "transaction_id": "45a3b510-3246-47b4-8f7b-bc5bfcacb0dd", "ttl": "P1M", "version": "1.1.0" }, @@ -98,15 +98,15 @@ ] } }, - "id": "F3" + "id": "F1" } ], "items": [ { "fulfillment_ids": [ - "F3" + "F1" ], - "id": "0H4JW9Z8" + "id": "75NU6M3Y" } ], "provider": { diff --git a/logs/Adya-BAP/Work Opportunities/search by employment type.json b/logs/Adya-BAP/Work Opportunities/search by employment type.json index dbbb549..0b65974 100644 --- a/logs/Adya-BAP/Work Opportunities/search by employment type.json +++ b/logs/Adya-BAP/Work Opportunities/search by employment type.json @@ -4,9 +4,9 @@ "bap_id": "onest-jobs-bap.skillsetu.co", "bap_uri": "https://onest-jobs-bap.skillsetu.co/api/v1/onest_ondc/bap", "domain": "onest:work-opportunities", - "message_id": "882dbc48-8350-405f-807a-3e92e621349d", - "timestamp": "2024-09-23T10:24:42.321Z", - "transaction_id": "0175b16a-6712-4de6-bab4-1e39d3a402b1", + "message_id": "7d2db85d-167b-443b-a6ec-3ec5113a823a", + "timestamp": "2024-09-26T10:40:19.662Z", + "transaction_id": "ceabedc1-b36a-473b-ab45-b14efd935632", "ttl": "PT30S", "version": "1.1.0" }, diff --git a/logs/Adya-BAP/Work Opportunities/search by industry type.json b/logs/Adya-BAP/Work Opportunities/search by industry type.json index aa77c88..dbd41e1 100644 --- a/logs/Adya-BAP/Work Opportunities/search by industry type.json +++ b/logs/Adya-BAP/Work Opportunities/search by industry type.json @@ -4,9 +4,9 @@ "bap_id": "onest-jobs-bap.skillsetu.co", "bap_uri": "https://onest-jobs-bap.skillsetu.co/api/v1/onest_ondc/bap", "domain": "onest:work-opportunities", - "message_id": "98b343d4-d266-47dc-9f55-5ea6131ae4d5", - "timestamp": "2024-09-23T10:23:35.799Z", - "transaction_id": "246a685e-ae1a-4b29-82fd-7a5b420cfb50", + "message_id": "eafaf2f6-1abd-4993-9bb8-f6a84b486e70", + "timestamp": "2024-09-26T10:39:42.627Z", + "transaction_id": "7d9c7a18-4b26-42ef-b53d-7acb5ce5d21e", "ttl": "PT30S", "version": "1.1.0" }, diff --git a/logs/Adya-BAP/Work Opportunities/search by location.json b/logs/Adya-BAP/Work Opportunities/search by location.json index eb2a9e1..8f32490 100644 --- a/logs/Adya-BAP/Work Opportunities/search by location.json +++ b/logs/Adya-BAP/Work Opportunities/search by location.json @@ -4,9 +4,9 @@ "bap_id": "onest-jobs-bap.skillsetu.co", "bap_uri": "https://onest-jobs-bap.skillsetu.co/api/v1/onest_ondc/bap", "domain": "onest:work-opportunities", - "message_id": "71777570-8c29-4ddd-a5ba-e8310e90c2ba", - "timestamp": "2024-09-23T10:22:23.466Z", - "transaction_id": "88cb9d98-18a2-4a78-b38c-50f96fc27443", + "message_id": "e89f4b14-aad9-4152-87de-5e815f5ff779", + "timestamp": "2024-09-26T10:37:28.886Z", + "transaction_id": "352b0413-bc5a-4415-8458-37d26f286190", "ttl": "PT30S", "version": "1.1.0" }, @@ -24,7 +24,7 @@ "name": "India" }, "state": { - "code": "IN-DL", + "code": "DL", "name": "Delhi" } } diff --git a/logs/Adya-BAP/Work Opportunities/search by name.json b/logs/Adya-BAP/Work Opportunities/search by name.json index 8f11cfd..698e48c 100644 --- a/logs/Adya-BAP/Work Opportunities/search by name.json +++ b/logs/Adya-BAP/Work Opportunities/search by name.json @@ -4,9 +4,9 @@ "bap_id": "onest-jobs-bap.skillsetu.co", "bap_uri": "https://onest-jobs-bap.skillsetu.co/api/v1/onest_ondc/bap", "domain": "onest:work-opportunities", - "message_id": "29ca6eea-3116-44dd-896a-0ade8d2dd7c1", - "timestamp": "2024-09-23T10:18:53.550Z", - "transaction_id": "24e2636a-eb92-4eb6-9429-02340fcd93aa", + "message_id": "cc8b4f4c-716c-440a-bb69-2a02cacd2d87", + "timestamp": "2024-09-26T10:30:30.165Z", + "transaction_id": "5e27b723-7010-4f94-ab3a-ae64b63510f4", "ttl": "PT30S", "version": "1.1.0" }, @@ -14,7 +14,7 @@ "intent": { "item": { "descriptor": { - "name": "JavaScript Backend Developer" + "name": "Fullstack Developer" } } } diff --git a/logs/Adya-BAP/Work Opportunities/search by provider.json b/logs/Adya-BAP/Work Opportunities/search by provider.json index 6836b22..367966d 100644 --- a/logs/Adya-BAP/Work Opportunities/search by provider.json +++ b/logs/Adya-BAP/Work Opportunities/search by provider.json @@ -4,9 +4,9 @@ "bap_id": "onest-jobs-bap.skillsetu.co", "bap_uri": "https://onest-jobs-bap.skillsetu.co/api/v1/onest_ondc/bap", "domain": "onest:work-opportunities", - "message_id": "9d2f1a0f-b89e-4c0f-921c-e72dc6f2bbc6", - "timestamp": "2024-09-23T10:21:15.153Z", - "transaction_id": "3b41c144-1ab7-4a9a-85de-39fa0392500e", + "message_id": "d8e996df-e27a-4363-bc42-da7cfcf498ca", + "timestamp": "2024-09-26T10:36:46.260Z", + "transaction_id": "e9a0c16d-6028-4802-b176-2e20b8d1afb1", "ttl": "PT30S", "version": "1.1.0" }, diff --git a/logs/Adya-BAP/Work Opportunities/search by user details.json b/logs/Adya-BAP/Work Opportunities/search by user details.json index 509f306..66ccd9d 100644 --- a/logs/Adya-BAP/Work Opportunities/search by user details.json +++ b/logs/Adya-BAP/Work Opportunities/search by user details.json @@ -4,9 +4,9 @@ "bap_id": "onest-jobs-bap.skillsetu.co", "bap_uri": "https://onest-jobs-bap.skillsetu.co/api/v1/onest_ondc/bap", "domain": "onest:work-opportunities", - "message_id": "75928cde-6029-429e-9309-7f299a67de38", - "timestamp": "2024-09-23T10:25:54.654Z", - "transaction_id": "bb841e80-b9e2-4974-8f8e-06e9618890e2", + "message_id": "f9b2f682-dde8-4cbf-8966-ac6f28da968f", + "timestamp": "2024-09-26T10:38:53.469Z", + "transaction_id": "be679b6b-161c-4827-ad7d-e8167997acaf", "ttl": "PT30S", "version": "1.1.0" }, @@ -19,8 +19,8 @@ "gender": "female", "skills": [ { - "code": "Java", - "name": "Java" + "code": "Python", + "name": "Python" } ] } diff --git a/logs/Adya-BAP/Work Opportunities/select.json b/logs/Adya-BAP/Work Opportunities/select.json index 8d3e175..6333489 100644 --- a/logs/Adya-BAP/Work Opportunities/select.json +++ b/logs/Adya-BAP/Work Opportunities/select.json @@ -6,9 +6,9 @@ "bpp_id": "onest-jobs.skillsetu.co", "bpp_uri": "https://onest-jobs.skillsetu.co/api/v1/onest_ondc/bpp", "domain": "onest:work-opportunities", - "message_id": "5bf3a4c0-7f76-4b9c-b34f-1802845e1805", - "timestamp": "2024-09-23T11:56:30.867Z", - "transaction_id": "fdfe35d0-66e1-4d57-a88b-2dd36795e159", + "message_id": "9da3adc6-6968-4127-935f-688a16a327a6", + "timestamp": "2024-09-26T10:45:47.353Z", + "transaction_id": "45a3b510-3246-47b4-8f7b-bc5bfcacb0dd", "ttl": "P1M", "version": "1.1.0" }, @@ -16,7 +16,7 @@ "order": { "items": [ { - "id": "0H4JW9Z8" + "id": "75NU6M3Y" } ], "provider": { diff --git a/logs/Adya-BPP/Learning Experiences/on_confirm.json b/logs/Adya-BPP/Learning Experiences/on_confirm.json index 05f51f1..4268d57 100644 --- a/logs/Adya-BPP/Learning Experiences/on_confirm.json +++ b/logs/Adya-BPP/Learning Experiences/on_confirm.json @@ -6,19 +6,19 @@ "bpp_id": "onest.skillsetu.co", "bpp_uri": "https://onest.skillsetu.co/api/v1/onest_ondc/bpp", "domain": "onest:learning-experiences", - "message_id": "301d12fd-91ee-41bd-a808-455d3f219d9f", - "timestamp": "2024-09-23T09:51:48.642Z", - "transaction_id": "66ffdad0-645a-4100-8d75-0db3c8b558ca", + "message_id": "b9f3603f-2b20-4cfc-bc3e-67b589aaad5f", + "timestamp": "2024-09-26T11:07:12.686Z", + "transaction_id": "42635338-2b3a-4f90-a99c-58013ef8f6b1", "ttl": "PT10M", "version": "1.1.0" }, "message": { "order": { "billing": { - "address": "Hyderabad, Telangana", - "email": "chandru@adya.ai", - "name": "Sanjay S", - "phone": "9894957042" + "address": "Madhapur, Ayyappa Society, Ayyappa Society, Mega Hills, Madhapur, Hyderabad, Telangana, India", + "email": "username@email.com", + "name": "John S", + "phone": "7894522689" }, "fulfillments": [ { @@ -32,13 +32,13 @@ }, "customer": { "contact": { - "email": "chandru@adya.ai", - "phone": "9894957042" + "email": "username@email.com", + "phone": "7894522689" }, "person": { - "age": "20", + "age": "23", "gender": "Male", - "name": "Sanjay S" + "name": "John S" } }, "id": "F2", @@ -47,7 +47,7 @@ "code": "NOT-STARTED", "name": "Not Started" }, - "updated_at": "2024-09-23T09:51:48.642Z" + "updated_at": "2024-09-26T11:07:12.686Z" }, "stops": [ { @@ -119,7 +119,7 @@ "type": "ONLINE" } ], - "id": "5b6f44e1-7676-4e5a-801c-bb6af875d796", + "id": "c173cef4-f34e-43b0-9b7a-196b819bc153", "items": [ { "category_ids": [ diff --git a/logs/Adya-BPP/Learning Experiences/on_init(not_paid).json b/logs/Adya-BPP/Learning Experiences/on_init(not_paid).json index f783c3c..b66d43b 100644 --- a/logs/Adya-BPP/Learning Experiences/on_init(not_paid).json +++ b/logs/Adya-BPP/Learning Experiences/on_init(not_paid).json @@ -6,19 +6,19 @@ "bpp_id": "onest.skillsetu.co", "bpp_uri": "https://onest.skillsetu.co/api/v1/onest_ondc/bpp", "domain": "onest:learning-experiences", - "message_id": "a15a99cf-594b-425f-9108-8894dd46df57", - "timestamp": "2024-09-23T09:47:47.415Z", - "transaction_id": "66ffdad0-645a-4100-8d75-0db3c8b558ca", + "message_id": "40307e64-3050-4d75-8bfa-e4a9d6ce3922", + "timestamp": "2024-09-26T11:03:50.545Z", + "transaction_id": "42635338-2b3a-4f90-a99c-58013ef8f6b1", "ttl": "PT10M", "version": "1.1.0" }, "message": { "order": { "billing": { - "address": "Hyderabad, Telangana", - "email": "chandru@adya.ai", - "name": "Sanjay S", - "phone": "9894957042" + "address": "Madhapur, Ayyappa Society, Ayyappa Society, Mega Hills, Madhapur, Hyderabad, Telangana, India", + "email": "username@email.com", + "name": "John S", + "phone": "7894522689" }, "fulfillments": [ { @@ -32,13 +32,13 @@ }, "customer": { "contact": { - "email": "chandru@adya.ai", - "phone": "9894957042" + "email": "username@email.com", + "phone": "7894522689" }, "person": { - "age": "20", + "age": "23", "gender": "Male", - "name": "Sanjay S", + "name": "John S", "tags": [ { "descriptor": { @@ -160,7 +160,7 @@ "form": { "mime_type": "text/html", "resubmit": false, - "url": "https://adyatechstorage.blob.core.windows.net/onest-storage/education_form-66ffdad0-645a-4100-8d75-0db3c8b558ca.html" + "url": "https://adyatechstorage.blob.core.windows.net/onest-storage/education_form-42635338-2b3a-4f90-a99c-58013ef8f6b1.html" }, "head": { "descriptor": { @@ -170,8 +170,8 @@ "Educational Details" ], "index": { - "cur": 1, - "max": 1, + "cur": 0, + "max": 0, "min": 0 } }, @@ -188,7 +188,7 @@ }, "status": "NOT-PAID", "type": "PRE-ORDER", - "url": "https://onest.skillsetu.co/api/v1/onest/backend/courses/student_course_payment/get_payment/6e1b99e4-4a26-4706-80b9-f216afafab9b" + "url": "https://onest.skillsetu.co/api/v1/onest/backend/courses/student_course_payment/get_payment/b01f08e4-ee4e-4937-aec7-cd043c145bf0" } ], "provider": { diff --git a/logs/Adya-BPP/Learning Experiences/on_init(paid).json b/logs/Adya-BPP/Learning Experiences/on_init(paid).json index 674f279..3319ffb 100644 --- a/logs/Adya-BPP/Learning Experiences/on_init(paid).json +++ b/logs/Adya-BPP/Learning Experiences/on_init(paid).json @@ -6,19 +6,19 @@ "bpp_id": "onest.skillsetu.co", "bpp_uri": "https://onest.skillsetu.co/api/v1/onest_ondc/bpp", "domain": "onest:learning-experiences", - "message_id": "9984c89c-24dc-4ee0-a2cf-897d11e17de6", - "timestamp": "2024-09-23T09:51:47.209Z", - "transaction_id": "66ffdad0-645a-4100-8d75-0db3c8b558ca", + "message_id": "09e330c1-525b-4812-9161-e71cf0022be5", + "timestamp": "2024-09-26T11:07:11.346Z", + "transaction_id": "42635338-2b3a-4f90-a99c-58013ef8f6b1", "ttl": "PT10M", "version": "1.1.0" }, "message": { "order": { "billing": { - "address": "Hyderabad, Telangana", - "email": "chandru@adya.ai", - "name": "Sanjay S", - "phone": "9894957042" + "address": "Madhapur, Ayyappa Society, Ayyappa Society, Mega Hills, Madhapur, Hyderabad, Telangana, India", + "email": "username@email.com", + "name": "John S", + "phone": "7894522689" }, "fulfillments": [ { @@ -32,13 +32,13 @@ }, "customer": { "contact": { - "email": "chandru@adya.ai", - "phone": "9894957042" + "email": "username@email.com", + "phone": "7894522689" }, "person": { - "age": "20", + "age": "23", "gender": "Male", - "name": "Sanjay S", + "name": "John S", "tags": [ { "descriptor": { @@ -167,7 +167,7 @@ }, "status": "PAID", "type": "PRE-ORDER", - "url": "https://onest.skillsetu.co/api/v1/onest/backend/courses/student_course_payment/get_payment/6e1b99e4-4a26-4706-80b9-f216afafab9b" + "url": "https://onest.skillsetu.co/api/v1/onest/backend/courses/student_course_payment/get_payment/b01f08e4-ee4e-4937-aec7-cd043c145bf0" } ], "provider": { diff --git a/logs/Adya-BPP/Learning Experiences/on_search.json b/logs/Adya-BPP/Learning Experiences/on_search.json index 17631a0..215ee57 100644 --- a/logs/Adya-BPP/Learning Experiences/on_search.json +++ b/logs/Adya-BPP/Learning Experiences/on_search.json @@ -6,16 +6,16 @@ "bpp_id": "onest.skillsetu.co", "bpp_uri": "https://onest.skillsetu.co/api/v1/onest_ondc/bpp", "domain": "onest:learning-experiences", - "message_id": "4cd430d8-09b0-4525-82c6-a3b656164d28", - "timestamp": "2024-09-23T09:45:22.691Z", - "transaction_id": "84254946-4b0e-490c-be1f-1343e9a1e4c0", + "message_id": "84b4c8a7-6ae8-430e-86af-ac71766ea8b4", + "timestamp": "2024-09-26T11:00:04.265Z", + "transaction_id": "52fe1a26-46d7-4227-803f-1111cbd11301", "ttl": "PT10M", "version": "1.1.0" }, "message": { "catalog": { "descriptor": { - "name": "Catalog for typescript Courses" + "name": "Catalog for TypeScript Courses" }, "providers": [ { diff --git a/logs/Adya-BPP/Learning Experiences/on_select.json b/logs/Adya-BPP/Learning Experiences/on_select.json index 352e8e5..a1f22f1 100644 --- a/logs/Adya-BPP/Learning Experiences/on_select.json +++ b/logs/Adya-BPP/Learning Experiences/on_select.json @@ -6,9 +6,9 @@ "bpp_id": "onest.skillsetu.co", "bpp_uri": "https://onest.skillsetu.co/api/v1/onest_ondc/bpp", "domain": "onest:learning-experiences", - "message_id": "3aad3050-8e0f-4088-a0b6-38f87cbd167f", - "timestamp": "2024-09-23T09:46:54.317Z", - "transaction_id": "66ffdad0-645a-4100-8d75-0db3c8b558ca", + "message_id": "59113389-ea73-4847-a749-ec0eed3296af", + "timestamp": "2024-09-26T11:01:06.329Z", + "transaction_id": "42635338-2b3a-4f90-a99c-58013ef8f6b1", "ttl": "PT10M", "version": "1.1.0" }, diff --git a/logs/Adya-BPP/Learning Experiences/on_status(in_progress).json b/logs/Adya-BPP/Learning Experiences/on_status(in_progress).json index 4e40aa3..171071f 100644 --- a/logs/Adya-BPP/Learning Experiences/on_status(in_progress).json +++ b/logs/Adya-BPP/Learning Experiences/on_status(in_progress).json @@ -6,19 +6,19 @@ "bpp_id": "onest.skillsetu.co", "bpp_uri": "https://onest.skillsetu.co/api/v1/onest_ondc/bpp", "domain": "onest:learning-experiences", - "message_id": "d9d92f9f-ddea-4550-8a62-57dfb90e95f0", - "timestamp": "2024-09-23T09:56:23.304Z", - "transaction_id": "66ffdad0-645a-4100-8d75-0db3c8b558ca", + "message_id": "92eac3fa-0117-47fa-a3d9-aef7e5c379a2", + "timestamp": "2024-09-26T11:19:36.352Z", + "transaction_id": "42635338-2b3a-4f90-a99c-58013ef8f6b1", "ttl": "PT10M", "version": "1.1.0" }, "message": { "order": { "billing": { - "address": "Hyderabad, Telangana", - "email": "chandru@adya.ai", - "name": "Sanjay S", - "phone": "9894957042" + "address": "Madhapur, Ayyappa Society, Ayyappa Society, Mega Hills, Madhapur, Hyderabad, Telangana, India", + "email": "username@email.com", + "name": "John S", + "phone": "7894522689" }, "fulfillments": [ { @@ -32,13 +32,13 @@ }, "customer": { "contact": { - "email": "chandru@adya.ai", - "phone": "9894957042" + "email": "username@email.com", + "phone": "7894522689" }, "person": { - "age": "20", + "age": "23", "gender": "Male", - "name": "Sanjay S" + "name": "John S" } }, "id": "F2", @@ -47,7 +47,7 @@ "code": "IN-PROGRESS", "name": "In Progress" }, - "updated_at": "2024-09-23T09:51:48.928Z" + "updated_at": "2024-09-26T11:07:12.924Z" }, "stops": [ { @@ -119,7 +119,7 @@ "type": "ONLINE" } ], - "id": "5b6f44e1-7676-4e5a-801c-bb6af875d796", + "id": "c173cef4-f34e-43b0-9b7a-196b819bc153", "items": [ { "category_ids": [ diff --git a/logs/Adya-BPP/Work Opportunities/on_confirm.json b/logs/Adya-BPP/Work Opportunities/on_confirm.json index e505284..bd6d4a0 100644 --- a/logs/Adya-BPP/Work Opportunities/on_confirm.json +++ b/logs/Adya-BPP/Work Opportunities/on_confirm.json @@ -6,9 +6,9 @@ "bpp_id": "onest-jobs.skillsetu.co", "bpp_uri": "https://onest-jobs.skillsetu.co/api/v1/onest_ondc/bpp", "domain": "onest:work-opportunities", - "message_id": "9e4a7a3c-6d0f-4f64-9fea-abe5a6055ea5", - "timestamp": "2024-09-23T11:58:49.237Z", - "transaction_id": "fdfe35d0-66e1-4d57-a88b-2dd36795e159", + "message_id": "7c916af3-edfa-4ba8-a560-2a5d46eece16", + "timestamp": "2024-09-26T10:49:17.021Z", + "transaction_id": "45a3b510-3246-47b4-8f7b-bc5bfcacb0dd", "ttl": "P1M", "version": "1.1.0" }, @@ -100,33 +100,31 @@ ] } }, - "id": "F3", + "id": "F1", "state": { "descriptor": { "code": "APPLICATION-SUBMITTED", "name": "Application Submitted" }, - "updated_at": "2024-09-23T11:58:49.237Z" + "updated_at": "2024-09-26T10:49:17.021Z" }, - "type": "ONSITE" + "type": "REMOTE" } ], - "id": "e677e3a3-8f82-48a6-8caa-4c5a041908ff", + "id": "ea477ea4-9cbc-47cf-86de-c34299c4da46", "items": [ { "descriptor": { - "long_desc": "Leveraging your expertise in backend development, crypto, and blockchains, you will collaborate with our frontend and protocol teams to design scalable, secure, and efficient backend services.", - "name": "JavaScript Backend Developer" + "long_desc": "Create custom general use modules and components extending the elements and modules of core Angular, Writes non-blocking code using advanced techniques such as multi-threading, javascript dependency management.", + "name": "Fullstack Developer" }, "fulfillment_ids": [ - "F3" + "F1" ], - "id": "0H4JW9Z8", + "id": "75NU6M3Y", "location_ids": [ "L1", - "L2", - "L3", - "L4" + "L2" ], "tags": [ { @@ -158,7 +156,7 @@ "name": "Minimum GPA" }, "display": true, - "value": "7" + "value": "8" } ] }, @@ -183,7 +181,7 @@ "name": "Required Professional Skills" }, "display": true, - "value": " Proficiency in one or more backend programming languages such as Node.js, Python,Java" + "value": "Extensive technical experience with Full-Stack React, REST APIs, Python, SQL, ORM" } ] }, @@ -200,7 +198,7 @@ "name": "Responsibility" }, "display": true, - "value": "Design, develop, and maintain scalable backend services and APIs" + "value": "Proven experience as a Full Stack Web Application Development" } ] }, @@ -241,7 +239,7 @@ "name": "Job Role" }, "display": true, - "value": "Backend Developer" + "value": "Developer" } ] }, @@ -274,7 +272,7 @@ "time": { "range": { "end": "2024-09-30T06:30:00+00:00", - "start": "2024-09-22T18:30:00+00:00" + "start": "2024-09-25T18:30:00+00:00" } } } @@ -285,45 +283,23 @@ }, "id": "8R86M7W8", "locations": [ - { - "city": { - "code": "std:040", - "name": "Hyderabad" - }, - "id": "L1", - "state": { - "code": "TS", - "name": "Telangana" - } - }, { "city": { "code": "std:044", "name": "Chennai" }, - "id": "L2", + "id": "L1", "state": { "code": "TN", "name": "Tamil Nadu" } }, - { - "city": { - "code": "std:080", - "name": "Bengaluru" - }, - "id": "L3", - "state": { - "code": "KA", - "name": "Karnataka" - } - }, { "city": { "code": "std:011", "name": "Delhi" }, - "id": "L4", + "id": "L2", "state": { "code": "DL", "name": "Delhi" diff --git a/logs/Adya-BPP/Work Opportunities/on_init(application_filled).json b/logs/Adya-BPP/Work Opportunities/on_init(application_filled).json index 49cfe0e..83b6a16 100644 --- a/logs/Adya-BPP/Work Opportunities/on_init(application_filled).json +++ b/logs/Adya-BPP/Work Opportunities/on_init(application_filled).json @@ -6,9 +6,9 @@ "bpp_id": "onest-jobs.skillsetu.co", "bpp_uri": "https://onest-jobs.skillsetu.co/api/v1/onest_ondc/bpp", "domain": "onest:work-opportunities", - "message_id": "05766630-9790-43c0-b711-8107c1ee16ef", - "timestamp": "2024-09-23T11:58:45.019Z", - "transaction_id": "fdfe35d0-66e1-4d57-a88b-2dd36795e159", + "message_id": "03afedd4-e70f-4e92-829f-386a429231a0", + "timestamp": "2024-09-26T10:48:35.299Z", + "transaction_id": "45a3b510-3246-47b4-8f7b-bc5bfcacb0dd", "ttl": "P1M", "version": "1.1.0" }, @@ -98,32 +98,30 @@ ] } }, - "id": "F3", + "id": "F1", "state": { "descriptor": { "code": "APPLICATION-FILLED", "name": "Application Filled" }, - "updated_at": "2024-09-23T11:58:44.950Z" + "updated_at": "2024-09-26T10:48:35.202Z" }, - "type": "ONSITE" + "type": "REMOTE" } ], "items": [ { "descriptor": { - "long_desc": "Leveraging your expertise in backend development, crypto, and blockchains, you will collaborate with our frontend and protocol teams to design scalable, secure, and efficient backend services.", - "name": "JavaScript Backend Developer" + "long_desc": "Create custom general use modules and components extending the elements and modules of core Angular, Writes non-blocking code using advanced techniques such as multi-threading, javascript dependency management.", + "name": "Fullstack Developer" }, "fulfillment_ids": [ - "F3" + "F1" ], - "id": "0H4JW9Z8", + "id": "75NU6M3Y", "location_ids": [ "L1", - "L2", - "L3", - "L4" + "L2" ], "tags": [ { @@ -155,7 +153,7 @@ "name": "Minimum GPA" }, "display": true, - "value": "7" + "value": "8" } ] }, @@ -180,7 +178,7 @@ "name": "Required Professional Skills" }, "display": true, - "value": " Proficiency in one or more backend programming languages such as Node.js, Python,Java" + "value": "Extensive technical experience with Full-Stack React, REST APIs, Python, SQL, ORM" } ] }, @@ -197,7 +195,7 @@ "name": "Responsibility" }, "display": true, - "value": "Design, develop, and maintain scalable backend services and APIs" + "value": "Proven experience as a Full Stack Web Application Development" } ] }, @@ -238,7 +236,7 @@ "name": "Job Role" }, "display": true, - "value": "Backend Developer" + "value": "Developer" } ] }, @@ -271,7 +269,7 @@ "time": { "range": { "end": "2024-09-30T06:30:00+00:00", - "start": "2024-09-22T18:30:00+00:00" + "start": "2024-09-25T18:30:00+00:00" } } } @@ -282,45 +280,23 @@ }, "id": "8R86M7W8", "locations": [ - { - "city": { - "code": "std:040", - "name": "Hyderabad" - }, - "id": "L1", - "state": { - "code": "TS", - "name": "Telangana" - } - }, { "city": { "code": "std:044", "name": "Chennai" }, - "id": "L2", + "id": "L1", "state": { "code": "TN", "name": "Tamil Nadu" } }, - { - "city": { - "code": "std:080", - "name": "Bengaluru" - }, - "id": "L3", - "state": { - "code": "KA", - "name": "Karnataka" - } - }, { "city": { "code": "std:011", "name": "Delhi" }, - "id": "L4", + "id": "L2", "state": { "code": "DL", "name": "Delhi" diff --git a/logs/Adya-BPP/Work Opportunities/on_init(application_started).json b/logs/Adya-BPP/Work Opportunities/on_init(application_started).json index c05cd61..7d1976a 100644 --- a/logs/Adya-BPP/Work Opportunities/on_init(application_started).json +++ b/logs/Adya-BPP/Work Opportunities/on_init(application_started).json @@ -6,9 +6,9 @@ "bpp_id": "onest-jobs.skillsetu.co", "bpp_uri": "https://onest-jobs.skillsetu.co/api/v1/onest_ondc/bpp", "domain": "onest:work-opportunities", - "message_id": "3950e948-59bc-4116-8656-c93492f5a7b3", - "timestamp": "2024-09-23T11:57:07.969Z", - "transaction_id": "fdfe35d0-66e1-4d57-a88b-2dd36795e159", + "message_id": "ba47f683-e6bf-47be-96cd-6a36567c8dd6", + "timestamp": "2024-09-26T10:47:22.860Z", + "transaction_id": "45a3b510-3246-47b4-8f7b-bc5bfcacb0dd", "ttl": "P1M", "version": "1.1.0" }, @@ -98,32 +98,30 @@ ] } }, - "id": "F3", + "id": "F1", "state": { "descriptor": { "code": "APPLICATION-STARTED", "name": "Application Started" }, - "updated_at": "2024-09-23T11:57:07.969Z" + "updated_at": "2024-09-26T10:47:22.860Z" }, - "type": "ONSITE" + "type": "REMOTE" } ], "items": [ { "descriptor": { - "long_desc": "Leveraging your expertise in backend development, crypto, and blockchains, you will collaborate with our frontend and protocol teams to design scalable, secure, and efficient backend services.", - "name": "JavaScript Backend Developer" + "long_desc": "Create custom general use modules and components extending the elements and modules of core Angular, Writes non-blocking code using advanced techniques such as multi-threading, javascript dependency management.", + "name": "Fullstack Developer" }, "fulfillment_ids": [ - "F3" + "F1" ], - "id": "0H4JW9Z8", + "id": "75NU6M3Y", "location_ids": [ "L1", - "L2", - "L3", - "L4" + "L2" ], "tags": [ { @@ -155,7 +153,7 @@ "name": "Minimum GPA" }, "display": true, - "value": "7" + "value": "8" } ] }, @@ -180,7 +178,7 @@ "name": "Required Professional Skills" }, "display": true, - "value": " Proficiency in one or more backend programming languages such as Node.js, Python,Java" + "value": "Extensive technical experience with Full-Stack React, REST APIs, Python, SQL, ORM" } ] }, @@ -197,7 +195,7 @@ "name": "Responsibility" }, "display": true, - "value": "Design, develop, and maintain scalable backend services and APIs" + "value": "Proven experience as a Full Stack Web Application Development" } ] }, @@ -238,7 +236,7 @@ "name": "Job Role" }, "display": true, - "value": "Backend Developer" + "value": "Developer" } ] }, @@ -271,14 +269,14 @@ "time": { "range": { "end": "2024-09-30T06:30:00+00:00", - "start": "2024-09-22T18:30:00+00:00" + "start": "2024-09-25T18:30:00+00:00" } }, "xinput": { "form": { "mime_type": "text/html", "resubmit": false, - "url": "https://adyatechstorage.blob.core.windows.net/onest-storage/job_application_form-fdfe35d0-66e1-4d57-a88b-2dd36795e159.html" + "url": "https://adyatechstorage.blob.core.windows.net/onest-storage/job_application_form-45a3b510-3246-47b4-8f7b-bc5bfcacb0dd.html" }, "head": { "descriptor": { @@ -288,8 +286,8 @@ "Candidate Details" ], "index": { - "cur": 1, - "max": 1, + "cur": 0, + "max": 0, "min": 0 } }, @@ -303,45 +301,23 @@ }, "id": "8R86M7W8", "locations": [ - { - "city": { - "code": "std:040", - "name": "Hyderabad" - }, - "id": "L1", - "state": { - "code": "TS", - "name": "Telangana" - } - }, { "city": { "code": "std:044", "name": "Chennai" }, - "id": "L2", + "id": "L1", "state": { "code": "TN", "name": "Tamil Nadu" } }, - { - "city": { - "code": "std:080", - "name": "Bengaluru" - }, - "id": "L3", - "state": { - "code": "KA", - "name": "Karnataka" - } - }, { "city": { "code": "std:011", "name": "Delhi" }, - "id": "L4", + "id": "L2", "state": { "code": "DL", "name": "Delhi" diff --git a/logs/Adya-BPP/Work Opportunities/on_search.json b/logs/Adya-BPP/Work Opportunities/on_search.json index 7500253..773fd83 100644 --- a/logs/Adya-BPP/Work Opportunities/on_search.json +++ b/logs/Adya-BPP/Work Opportunities/on_search.json @@ -1,262 +1,207 @@ - { - "context": { - "action": "on_search", - "bap_id": "onest-jobs-bap.skillsetu.co", - "bap_uri": "https://onest-jobs-bap.skillsetu.co/api/v1/onest_ondc/bap", - "bpp_id": "onest-jobs.skillsetu.co", - "bpp_uri": "https://onest-jobs.skillsetu.co/api/v1/onest_ondc/bpp", - "domain": "onest:work-opportunities", - "message_id": "29ca6eea-3116-44dd-896a-0ade8d2dd7c1", - "timestamp": "2024-09-23T10:20:11.641Z", - "transaction_id": "24e2636a-eb92-4eb6-9429-02340fcd93aa", - "ttl": "P1M", - "version": "1.1.0" - }, - "message": { - "catalog": { - "descriptor": { - "name": "Jobs Search List" + "context": { + "domain": "onest:work-opportunities", + "action": "on_search", + "version": "1.1.0", + "bap_id": "onest-jobs-bap.skillsetu.co", + "bap_uri": "https://onest-jobs-bap.skillsetu.co/api/v1/onest_ondc/bap", + "transaction_id": "5e27b723-7010-4f94-ab3a-ae64b63510f4", + "ttl": "P1M", + "message_id": "cc8b4f4c-716c-440a-bb69-2a02cacd2d87", + "timestamp": "2024-09-26T10:30:31.264Z", + "bpp_uri": "https://onest-jobs.skillsetu.co/api/v1/onest_ondc/bpp", + "bpp_id": "onest-jobs.skillsetu.co" + }, + "message": { + "catalog": { + "descriptor": { "name": "Jobs Search List" }, + "providers": [ + { + "id": "8R86M7W8", + "descriptor": { + "name": "Cyber Expert PVT.LTD.", + "short_desc": "Our mission is to empower our clients by delivering high-quality services that drive efficiency, growth, and successOur mission is to empower our clients by delivering high-quality services that drive efficiency, growth, and successOur mission is to empower our clients by delivering high-quality services that drive efficiency, growth, and successOur mission is to empower our clients by delivering high-quality services that drive efficiency, growth, and success", + "images": [ + { + "url": "https://adyatechstorage.blob.core.windows.net/onest-storage/cyber.jpeg-7bca8104-1cea-4e94-8b47-275ec4c4a7f5.jpeg", + "size_type": "sm" + } + ] + }, + "fulfillments": [{ "id": "F1", "type": "REMOTE" }], + "locations": [ + { + "id": "L1", + "city": { "name": "Chennai", "code": "std:044" }, + "state": { "name": "Tamil Nadu", "code": "TN" } }, - "providers": [ + { + "id": "L2", + "city": { "name": "Delhi", "code": "std:011" }, + "state": { "name": "Delhi", "code": "DL" } + } + ], + "items": [ + { + "id": "75NU6M3Y", + "descriptor": { + "name": "Fullstack Developer", + "long_desc": "Create custom general use modules and components extending the elements and modules of core Angular, Writes non-blocking code using advanced techniques such as multi-threading, javascript dependency management.", + "media": [ + { + "url": "https://www.youtube.com/watch?v=OeEHJgzqS1k", + "mimetype": "video/mp4" + } + ] + }, + "quantity": { "available": { "count": 10 } }, + "location_ids": ["L1", "L2"], + "fulfillment_ids": ["F1"], + "tags": [ + { + "display": true, + "descriptor": { + "code": "academic-eligibility", + "name": "Academic Eligibility" + }, + "list": [ + { + "descriptor": { + "code": "course-name", + "name": "Course Name" + }, + "value": "Class X", + "display": true + }, + { + "descriptor": { + "code": "course-status", + "name": "Course Status" + }, + "value": "completed", + "display": true + }, + { + "descriptor": { + "code": "min-gpa", + "name": "Minimum GPA" + }, + "value": "8", + "display": true + } + ] + }, + { + "display": true, + "descriptor": { + "code": "job-requirements", + "name": "Job Requirements" + }, + "list": [ + { + "descriptor": { + "code": "req-experience", + "name": "Required Work Experience in Years" + }, + "value": "2", + "display": true + }, + { + "descriptor": { + "code": "req-prof-skills", + "name": "Required Professional Skills" + }, + "value": "Extensive technical experience with Full-Stack React, REST APIs, Python, SQL, ORM", + "display": true + } + ] + }, { - "descriptor": { - "images": [ - { - "size_type": "sm", - "url": "https://adyatechstorage.blob.core.windows.net/onest-storage/cyber.jpeg-7bca8104-1cea-4e94-8b47-275ec4c4a7f5.jpeg" - } - ], - "name": "Cyber Expert PVT.LTD.", - "short_desc": "Our mission is to empower our clients by delivering high-quality services that drive efficiency, growth, and successOur mission is to empower our clients by delivering high-quality services that drive efficiency, growth, and successOur mission is to empower our clients by delivering high-quality services that drive efficiency, growth, and successOur mission is to empower our clients by delivering high-quality services that drive efficiency, growth, and success" + "display": true, + "descriptor": { + "code": "job-responsibilities", + "name": "Job Responsibilities" + }, + "list": [ + { + "descriptor": { + "code": "responsibility", + "name": "Responsibility" + }, + "value": "Proven experience as a Full Stack Web Application Development", + "display": true + } + ] + }, + { + "display": true, + "descriptor": { + "code": "listing-details", + "name": "Listing Details" + }, + "list": [ + { + "descriptor": { + "code": "industry-type", + "name": "Industry Type" + }, + "value": "IT", + "display": true + }, + { + "descriptor": { + "code": "department", + "name": "Department" + }, + "value": "Developer", + "display": true + }, + { + "descriptor": { + "code": "employment-type", + "name": "Employment Type" + }, + "value": "Full Time", + "display": true }, - "fulfillments": [ - { - "id": "F3", - "type": "ONSITE" - } - ], - "id": "8R86M7W8", - "items": [ - { - "descriptor": { - "long_desc": "Leveraging your expertise in backend development, crypto, and blockchains, you will collaborate with our frontend and protocol teams to design scalable, secure, and efficient backend services.", - "media": [ - { - "mimetype": "video/mp4", - "url": "https://www.youtube.com/watch?v=cbSrsYiRamo" - } - ], - "name": "JavaScript Backend Developer" - }, - "fulfillment_ids": [ - "F3" - ], - "id": "0H4JW9Z8", - "location_ids": [ - "L1", - "L2", - "L3", - "L4" - ], - "quantity": { - "available": { - "count": 15 - } - }, - "tags": [ - { - "descriptor": { - "code": "academic-eligibility", - "name": "Academic Eligibility" - }, - "display": true, - "list": [ - { - "descriptor": { - "code": "course-name", - "name": "Course Name" - }, - "display": true, - "value": "Class X" - }, - { - "descriptor": { - "code": "course-status", - "name": "Course Status" - }, - "display": true, - "value": "completed" - }, - { - "descriptor": { - "code": "min-gpa", - "name": "Minimum GPA" - }, - "display": true, - "value": "7" - } - ] - }, - { - "descriptor": { - "code": "job-requirements", - "name": "Job Requirements" - }, - "display": true, - "list": [ - { - "descriptor": { - "code": "req-experience", - "name": "Required Work Experience in Years" - }, - "display": true, - "value": "2" - }, - { - "descriptor": { - "code": "req-prof-skills", - "name": "Required Professional Skills" - }, - "display": true, - "value": " Proficiency in one or more backend programming languages such as Node.js, Python,Java" - } - ] - }, - { - "descriptor": { - "code": "job-responsibilities", - "name": "Job Responsibilities" - }, - "display": true, - "list": [ - { - "descriptor": { - "code": "responsibility", - "name": "Responsibility" - }, - "display": true, - "value": "Design, develop, and maintain scalable backend services and APIs" - } - ] - }, - { - "descriptor": { - "code": "listing-details", - "name": "Listing Details" - }, - "display": true, - "list": [ - { - "descriptor": { - "code": "industry-type", - "name": "Industry Type" - }, - "display": true, - "value": "IT" - }, - { - "descriptor": { - "code": "department", - "name": "Department" - }, - "display": true, - "value": "Developer" - }, - { - "descriptor": { - "code": "employment-type", - "name": "Employment Type" - }, - "display": true, - "value": "Full Time" - }, - { - "descriptor": { - "code": "job-role", - "name": "Job Role" - }, - "display": true, - "value": "Backend Developer" - } - ] - }, - { - "descriptor": { - "code": "salary-info", - "name": "Salary Information" - }, - "display": true, - "list": [ - { - "descriptor": { - "code": "gross-min", - "name": "Minimum Gross Pay" - }, - "display": true, - "value": "500000" - }, - { - "descriptor": { - "code": "gross-max", - "name": "Maximum Gross Pay" - }, - "display": true, - "value": "1000000" - } - ] - } - ] - } - ], - "locations": [ - { - "city": { - "code": "std:040", - "name": "Hyderabad" - }, - "id": "L1", - "state": { - "code": "TS", - "name": "Telangana" - } - }, - { - "city": { - "code": "std:044", - "name": "Chennai" - }, - "id": "L2", - "state": { - "code": "TN", - "name": "Tamil Nadu" - } - }, - { - "city": { - "code": "std:080", - "name": "Bengaluru" - }, - "id": "L3", - "state": { - "code": "KA", - "name": "Karnataka" - } - }, - { - "city": { - "code": "std:011", - "name": "Delhi" - }, - "id": "L4", - "state": { - "code": "DL", - "name": "Delhi" - } - } - ] + { + "descriptor": { "code": "job-role", "name": "Job Role" }, + "value": "Developer", + "display": true + } + ] + }, + { + "display": true, + "descriptor": { + "code": "salary-info", + "name": "Salary Information" + }, + "list": [ + { + "descriptor": { + "code": "gross-min", + "name": "Minimum Gross Pay" + }, + "value": "500000", + "display": true + }, + { + "descriptor": { + "code": "gross-max", + "name": "Maximum Gross Pay" + }, + "value": "1000000", + "display": true + } + ] } - ] + ] + } + ] } + ] } -} \ No newline at end of file + }, + "telemetry_start_time": "568385536364012" +} diff --git a/logs/Adya-BPP/Work Opportunities/on_select.json b/logs/Adya-BPP/Work Opportunities/on_select.json index e912952..fdf0f7c 100644 --- a/logs/Adya-BPP/Work Opportunities/on_select.json +++ b/logs/Adya-BPP/Work Opportunities/on_select.json @@ -6,9 +6,9 @@ "bpp_id": "onest-jobs.skillsetu.co", "bpp_uri": "https://onest-jobs.skillsetu.co/api/v1/onest_ondc/bpp", "domain": "onest:work-opportunities", - "message_id": "5bf3a4c0-7f76-4b9c-b34f-1802845e1805", - "timestamp": "2024-09-23T11:56:31.707Z", - "transaction_id": "fdfe35d0-66e1-4d57-a88b-2dd36795e159", + "message_id": "9da3adc6-6968-4127-935f-688a16a327a6", + "timestamp": "2024-09-26T10:45:47.988Z", + "transaction_id": "45a3b510-3246-47b4-8f7b-bc5bfcacb0dd", "ttl": "PT10M", "version": "1.1.0" }, @@ -17,18 +17,16 @@ "items": [ { "descriptor": { - "long_desc": "Leveraging your expertise in backend development, crypto, and blockchains, you will collaborate with our frontend and protocol teams to design scalable, secure, and efficient backend services.", - "name": "JavaScript Backend Developer" + "long_desc": "Create custom general use modules and components extending the elements and modules of core Angular, Writes non-blocking code using advanced techniques such as multi-threading, javascript dependency management.", + "name": "Fullstack Developer" }, "fulfillment_ids": [ - "F3" + "F1" ], - "id": "0H4JW9Z8", + "id": "75NU6M3Y", "location_ids": [ "L1", - "L2", - "L3", - "L4" + "L2" ], "tags": [ { @@ -60,7 +58,7 @@ "name": "Minimum GPA" }, "display": true, - "value": "7" + "value": "8" } ] }, @@ -85,7 +83,7 @@ "name": "Required Professional Skills" }, "display": true, - "value": " Proficiency in one or more backend programming languages such as Node.js, Python,Java" + "value": "Extensive technical experience with Full-Stack React, REST APIs, Python, SQL, ORM" } ] }, @@ -102,7 +100,7 @@ "name": "Responsibility" }, "display": true, - "value": "Design, develop, and maintain scalable backend services and APIs" + "value": "Proven experience as a Full Stack Web Application Development" } ] }, @@ -143,7 +141,7 @@ "name": "Job Role" }, "display": true, - "value": "Backend Developer" + "value": "Developer" } ] }, @@ -176,7 +174,7 @@ "time": { "range": { "end": "2024-09-30T06:30:00+00:00", - "start": "2024-09-22T18:30:00+00:00" + "start": "2024-09-25T18:30:00+00:00" } } } @@ -187,51 +185,29 @@ }, "fulfillments": [ { - "id": "F3", - "type": "ONSITE" + "id": "F1", + "type": "REMOTE" } ], "id": "8R86M7W8", "locations": [ - { - "city": { - "code": "std:040", - "name": "Hyderabad" - }, - "id": "L1", - "state": { - "code": "TS", - "name": "Telangana" - } - }, { "city": { "code": "std:044", "name": "Chennai" }, - "id": "L2", + "id": "L1", "state": { "code": "TN", "name": "Tamil Nadu" } }, - { - "city": { - "code": "std:080", - "name": "Bengaluru" - }, - "id": "L3", - "state": { - "code": "KA", - "name": "Karnataka" - } - }, { "city": { "code": "std:011", "name": "Delhi" }, - "id": "L4", + "id": "L2", "state": { "code": "DL", "name": "Delhi" diff --git a/logs/Adya-BPP/Work Opportunities/on_status(offer_extended).json b/logs/Adya-BPP/Work Opportunities/on_status(offer_extended).json index 6d2d2d7..b20fdb7 100644 --- a/logs/Adya-BPP/Work Opportunities/on_status(offer_extended).json +++ b/logs/Adya-BPP/Work Opportunities/on_status(offer_extended).json @@ -6,9 +6,9 @@ "bpp_id": "onest-jobs.skillsetu.co", "bpp_uri": "https://onest-jobs.skillsetu.co/api/v1/onest_ondc/bpp", "domain": "onest:work-opportunities", - "message_id": "d78e02ae-6a59-4fb5-b12a-7da84f1fe9d7", - "timestamp": "2024-09-23T12:06:34.574Z", - "transaction_id": "fdfe35d0-66e1-4d57-a88b-2dd36795e159", + "message_id": "d0c13414-1913-4e37-b704-31583ca30df8", + "timestamp": "2024-09-26T10:54:52.566Z", + "transaction_id": "45a3b510-3246-47b4-8f7b-bc5bfcacb0dd", "ttl": "PT10M", "version": "1.1.0" }, @@ -100,33 +100,31 @@ ] } }, - "id": "F3", + "id": "F1", "state": { "descriptor": { "code": "OFFER-EXTENDED", "name": "Offer Extended" }, - "updated_at": "2024-09-23T12:06:34.527Z" + "updated_at": "2024-09-26T10:54:52.444Z" }, - "type": "ONSITE" + "type": "REMOTE" } ], - "id": "e677e3a3-8f82-48a6-8caa-4c5a041908ff", + "id": "ea477ea4-9cbc-47cf-86de-c34299c4da46", "items": [ { "descriptor": { - "long_desc": "Leveraging your expertise in backend development, crypto, and blockchains, you will collaborate with our frontend and protocol teams to design scalable, secure, and efficient backend services.", - "name": "JavaScript Backend Developer" + "long_desc": "Create custom general use modules and components extending the elements and modules of core Angular, Writes non-blocking code using advanced techniques such as multi-threading, javascript dependency management.", + "name": "Fullstack Developer" }, "fulfillment_ids": [ - "F3" + "F1" ], - "id": "0H4JW9Z8", + "id": "75NU6M3Y", "location_ids": [ "L1", - "L2", - "L3", - "L4" + "L2" ], "tags": [ { @@ -158,7 +156,7 @@ "name": "Minimum GPA" }, "display": true, - "value": "7" + "value": "8" } ] }, @@ -183,7 +181,7 @@ "name": "Required Professional Skills" }, "display": true, - "value": " Proficiency in one or more backend programming languages such as Node.js, Python,Java" + "value": "Extensive technical experience with Full-Stack React, REST APIs, Python, SQL, ORM" } ] }, @@ -200,7 +198,7 @@ "name": "Responsibility" }, "display": true, - "value": "Design, develop, and maintain scalable backend services and APIs" + "value": "Proven experience as a Full Stack Web Application Development" } ] }, @@ -241,7 +239,7 @@ "name": "Job Role" }, "display": true, - "value": "Backend Developer" + "value": "Developer" } ] }, @@ -274,7 +272,7 @@ "time": { "range": { "end": "2024-09-30T06:30:00+00:00", - "start": "2024-09-22T18:30:00+00:00" + "start": "2024-09-25T18:30:00+00:00" } } } @@ -285,45 +283,23 @@ }, "id": "8R86M7W8", "locations": [ - { - "city": { - "code": "std:040", - "name": "Hyderabad" - }, - "id": "L1", - "state": { - "code": "TS", - "name": "Telangana" - } - }, { "city": { "code": "std:044", "name": "Chennai" }, - "id": "L2", + "id": "L1", "state": { "code": "TN", "name": "Tamil Nadu" } }, - { - "city": { - "code": "std:080", - "name": "Bengaluru" - }, - "id": "L3", - "state": { - "code": "KA", - "name": "Karnataka" - } - }, { "city": { "code": "std:011", "name": "Delhi" }, - "id": "L4", + "id": "L2", "state": { "code": "DL", "name": "Delhi"