Project

General

Profile

Feature #3633

Support for crud-ds cloud function

Added by Ram Kordale 5 months ago. Updated 3 months ago.

Status:
Review
Priority:
High
Assignee:
Start date:
06/26/2024
Due date:
% Done:

100%

Estimated time:
2.00 h

Description

name: crud-ds
arguments:
"kind": "<kind>",
"op-type": "<op-type>",
"<kind>-key": "<value>",
"<kind>-<name1>": "<value1>",
"<kind>-<name2>": "<value2>",
...

If <op-type> is cu, update datastore kind <kind> entry with key <key> if it exists; else create.
If <op-type> is d, delete datastore kind <kind> entry with key <key> if it exists.
If <op-type> is r or cu or d, return entry from datastore kind <kind> entry with key <key> if it exists; else say not found.

For this ticket, test should use:
-profile for <kind>
-email-id for <key>
-other for <name>

Example: {
"kind": "profile",
"profile-key": "",
"profile-other": "pirate#$%usd#$%3.99"
}

#1

Updated by Md Shahzar 5 months ago

  • Estimated time set to 2.00 h
#2

Updated by Shubham Boke 5 months ago

  • Status changed from New to In Progress
#3

Updated by Ram Kordale 5 months ago

  • Description updated (diff)
#4

Updated by Shubham Boke 5 months ago

  • % Done changed from 0 to 70
#5

Updated by Shubham Boke 5 months ago

  • % Done changed from 70 to 100
#6

Updated by Shubham Boke 5 months ago

  • Status changed from In Progress to Resolved
#7

Updated by Shubham Boke 5 months ago

  • Status changed from Resolved to Review
  • Assignee changed from Shubham Boke to Dewakar Chaubey
#8

Updated by Dewakar Chaubey 3 months ago

  • Assignee changed from Dewakar Chaubey to Md Shahzar

Also available in: Atom PDF