Running parallel batches for a course #155
Replies: 3 comments 6 replies
-
My gut feel is that there is no backend logic checking batch dates. Most tracking in database etc is probably based on course ID and batch ID. Maybe there are some silly issues with multiple concurrent batches due to DB look up etc. Adding @vrayulu to thread. @coolbung why don't you test this in sandbox via APIs? Easier that way! Test creation, subscription, progress tracking, etc. |
Beta Was this translation helpful? Give feedback.
-
I can imagine how having multiple batches running in parallel might have created confusion for the end-user. At the same time, I can also imagine the need for having different batches (with the same dates). Can you please help me understand what's the use case you are trying to enable? I think that instead of restricting creation, the system should warn/suggest to the batch creator that "a similar batch already exists". Let the batch creator decide from there on... |
Beta Was this translation helpful? Give feedback.
-
@coolbung was the tests concluded? Can you please share the document link on this thread and mark it as answered cc: @Krishnaj20 |
Beta Was this translation helpful? Give feedback.
-
Currently the Sunbird portal does not allow creation of course batches that run in parallel i.e. there cannot be 2 batches with overlapping dates. Is this a restriction only from the UI side, or does the API also enforce this ?
cc @baljeetsingh @vinod303 @komalm
Beta Was this translation helpful? Give feedback.
All reactions