Releases: sunbird-cb/sunbird-course-service
Releases · sunbird-cb/sunbird-course-service
cbrelease-4.8.16_RC3
KB-5718 | DEV|Assessment |BE| Capturing the starttime and endtime of …
cbrelease-4.8.16_RC2: 4.8.16 dev (#160)
* KB-5718 | DEV|Assessment |BE| Capturing the starttime and endtime of the Batches while creating the batch for Assessment 1. Added a custom logic processStartEndDate that is exceuted if the starttime and entime provided from the ui request body is not null. * KB-5718 | DEV|Assessment |BE| Capturing the starttime and endtime of the Batches while creating the batch for Assessment 1. Fixed the time issue. * KB-5718 | DEV|Assessment |BE| Capturing the starttime and endtime of the Batches while creating the batch for Assessment 1. Added the time stamp to elastic search & the collection object while saving. * KB-5718 | DEV|Assessment |BE| Capturing the starttime and endtime of the Batches while creating the batch for Assessment 1.Add 5hrs30mins to the current time stamp, made it configurable based on flag. 2.Add values to string constants. * KB-5718 | DEV|Assessment |BE| Capturing the starttime and endtime of the Batches while creating the batch for Assessment. (#155) 1. Created a new variable primaryCategory to check if it is a standalone assessment. 2. Added a new validation to check if its a standalone assessment primary category. 3. So the new if case checks the entire timestamp from cassandra db . * Revert " KB-5718 | DEV|Assessment |BE| Capturing the starttime and endtime of…" (#157) This reverts commit 5171d6f6f9a050758fd06347b657703c1fba9a8b. * private api added for the enrolment list. (#159) * private api added for the mentoring competecies for the user * changes according to review comments * changes according to review comments * KB-5718 | DEV|Assessment |BE| Capturing the starttime and endtime of the Batches while creating the batch for Assessment. (#158) * KB-5718 | DEV|Assessment |BE| Capturing the starttime and endtime of the Batches while creating the batch for Assessment. 1.Created a new variable primaryCategory to check if it is a standalone assessment. 2. Added a new validation to check if its a standalone assessment primary category. 3. So the new if case checks the entire timestamp from cassandra db . * KB-5718 | DEV|Assessment |BE| Capturing the starttime and endtime of the Batches while creating the batch for Assessment. 1. Add a custom logic to check the enrollment date is future wrt current time stamp. * KB-5718 | DEV|Assessment |BE| Capturing the starttime and endtime of the Batches while creating the batch for Assessment. 1. Added the logic for admin enrolling of user for program api also. --------- Co-authored-by: tarentomaheshvakkund <139739142+tarentomaheshvakkund@users.noreply.github.com> Co-authored-by: shankaragoudab <140387294+shankaragoudab@users.noreply.github.com>
4.8.16-dev_RC3: Merge pull request #154 from tarentomaheshvakkund/4.816-batchScheduling
KB-5718 | DEV|Assessment |BE| Capturing the starttime and endtime of the Batches while creating the batch for Assessment
4.8.16-dev_RC2: Merge pull request #152 from tarentomaheshvakkund/4.816-batchScheduling
KB-5718 | DEV|Assessment |BE| Capturing the starttime and endtime of the Batches while creating the batch for Assessment
4.8.16-dev_RC1: Merge pull request #151 from tarentomaheshvakkund/4.816-batchScheduling
KB-5718 | DEV|Assessment |BE| Capturing the starttime and endtime of the Batches while creating the batch for Assessment
cbrelease-4.8.16_RC1: Merge pull request #149 from sreeragksgh/4.8.11-OtpMessage
KAR-343 : OTP exceeded message change
cbrelease-4.8.11_RC9: Merge pull request #149 from sreeragksgh/4.8.11-OtpMessage
KAR-343 : OTP exceeded message change
cbrelease-4.8.11_RC8
Changes for Handling Retired Courses
cbrelease-4.8.11_RC7
validation added for course enrol api, allowed primarycategory is Cou…
cbrelease-4.8.11_RC6: Changes to fix pagination with participant list API (#143)
* Changes to fix pagination with participant list API * Review chnages