Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 12 Next »

Overview:

   As of now open batch is allowing user to do the enrollment , but there is no option for un-enrollment.

Problem Statement:

   Allow user to do the un-enrollment from open batch , if batch is not closed or user haven't completed it.

Proposed Solution :

     Provide a new api for un-enrollment of open batch. Api request structure will be as follow.

     

{ "params": { },
  "request": {
        “userid” : “string”,
        “batchid” : “string”,
        “courseid”: ”string”
    }
}
Once user will un-enroll his/her data will be removed from db.
Task Ref :  SB-7024 - Getting issue details... STATUS
            SB-2204 - Getting issue details... STATUS

    

  • No labels