Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Use Case

Write Request

Read Request(Condition)

1

user consuming individual content by program search

{

“userid”: <<userid>>,

“contentid” : <<contentid>>

}

userid='<<userid>>' and contentid ='<<contentid>>' and courseid ='<<contentid>>' and batchid ='<<contentid>>'

2

user consuming content by enrolling to collection through batch

{

“userid”: <<userid>>,

“contentid” : <<contentid>>,

“collectionid” : <<courseid>>,

“batchid” : <<batchid>>

}

userid='<<userid>>' and contentid='<<contentid>>' and courseid ='<<courseid>>' and batchid ='<<batchid>>'

3

user consuming content which can be carried forward by enrolling to collection through program

{

“userid”: <<userid>>,

“contentid” : <<contentid>>,

“collectionid” : <<courseid>>

}

userid='<<userid>>' and contentid='<<contentid>>' and courseid ='<<courseid>>' and batchid ='<<programid>>'

4

user consuming content which cannot be carried forward by enrolling to collection through program

{

“userid”: <<userid>>,

“contentid” : <<contentid>>,

“collectionid” : <<courseid>>,

“batchid” : <<programid>>

}

userid='<<userid>>' and contentid='<<contentid>>' and courseid ='<<courseid>>' and batchid ='<<programid>>'

...