...
Pros | Cons |
---|
- Easy to manage , later any other changes can be easily incorporated.
- Only one api call that will handle complete business logic
- Using request body 2 or 3 will provide flexibility to move complete business logic on server side.
| - new api need to be introduce
- Some issues with limit and offset. there might be the case one course is used under "N" number of batches , then in another set as well it can come.
|
|
|
** Search open batch based on filter will have issues.
Proposed Solution 3:
Sunbird will define new page section to provide open course list under page api.
...