Skip to content

Releases: sunbird-cb/sunbird-course-service

cbrelease-4.8.16_RC3

15 Jul 06:14
3e1f840
Compare
Choose a tag to compare
KB-5718 | DEV|Assessment |BE| Capturing the starttime and endtime of …

cbrelease-4.8.16_RC2: 4.8.16 dev (#160)

10 Jul 10:51
08e9490
Compare
Choose a tag to compare
* 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

09 Jul 06:37
a83f727
Compare
Choose a tag to compare
 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

04 Jul 09:08
32a0d23
Compare
Choose a tag to compare
 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

02 Jul 09:49
4191245
Compare
Choose a tag to compare
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

02 Jul 08:59
cf8b6a9
Compare
Choose a tag to compare

cbrelease-4.8.11_RC9: Merge pull request #149 from sreeragksgh/4.8.11-OtpMessage

19 Apr 05:26
cf8b6a9
Compare
Choose a tag to compare

cbrelease-4.8.11_RC8

16 Apr 16:36
Compare
Choose a tag to compare
Changes for Handling Retired Courses

cbrelease-4.8.11_RC7

28 Mar 11:42
b114141
Compare
Choose a tag to compare
validation added for course enrol api, allowed primarycategory is Cou…

cbrelease-4.8.11_RC6: Changes to fix pagination with participant list API (#143)

21 Mar 09:20
78dcc0a
Compare
Choose a tag to compare
* Changes to fix pagination with participant list API

* Review chnages