Skip to content

Releases: KB-iGOT/cb-ext-userprofile-service

cbrelease-4.8.27.2_RC1: Cbrelease 4.8.27.2 (#71)

11 Sep 13:15
076fdb4

Choose a tag to compare

* KB-11488 Externalize user_enrolments table name via configuration

* KB-11488 Fixed failing certificate count test cases in ProfileServiceImplTest

cbrelease-4.8.28_RC1: 4.8.28 dev v1 (#65)

25 Aug 05:38
f4303d1

Choose a tag to compare

* Modified user basicDetailsGet API based on profile visibility

* Modified user basicDetailsGet API based on profile visibility

* Made changes according to review comments

* Modified user basicDetailsGet API based on profile visibility (#62)

* Modified user basicDetailsGet API based on profile visibility

* Modified user basicDetailsGet API based on profile visibility

* Made changes according to review comments

* Added test cases

* Removed personalDetails and karmaPoints for the private

* Added testCase

* Added testCase

---------

Co-authored-by: ruksanasemeir <ruksana.semeir@tarento.com>
Co-authored-by: Ruksana Semeir <111083125+ruksana2808@users.noreply.github.com>
Co-authored-by: Rajeev Sathish <rajeev.sathish@tarento.com>

cbrelease-4.8.26_RC18

25 Jun 07:30
57a4c0a

Choose a tag to compare

What's Changed

Full Changelog: cbrelease-4.8.26_RC17...cbrelease-4.8.26_RC18

cbrelease-4.8.26_RC17: Network Hub Enhancements (#52)

25 Jun 07:25
5053737

Choose a tag to compare

While persisting the data to the redis is was converting to the string two times so we were removing the special characters , remove the map to string conversion in service layer.

Reference PR : https://github.com/KB-iGOT/cb-ext-userprofile-service/pull/51

cbrelease-4.8.26_RC16: Network Hub Enhancements (#51)

20 Jun 06:32
1765903

Choose a tag to compare

1. While persisting the data to the redis is was converting to the string two times so we were removing the special characters , remove the map to string conversion in service layer.
2.KB-10229 | Learner Portal | For User name field also percentage is calculating its shouldn't happened.

cbrelease-4.8.26_RC14: 4.8.26 dev v4 (#50)

18 Jun 11:21
0550884

Choose a tag to compare

* Network Hub Enhancements. (#47)

* KB-10186 | Learner Portal | If user has Primary details, in the Service history default data is not calculating for Profile page percentage. (#45)

1. If user has Professional details and the Service history  data is not there then we need to add the profile completion percentage based on the professiona details

* Network Hub Enhancments

1. Implemented the Redis with the jedispool as per current functionality that is available in the cb-ext service.

* Redis client dependency added

* Test cases added for profile service

* 4.8.26 dev v2 (#48)

* KB-10186 | Learner Portal | If user has Primary details, in the Service history default data is not calculating for Profile page percentage. (#45)

1. If user has Professional details and the Service history  data is not there then we need to add the profile completion percentage based on the professiona details

* added the update additional fields and get additional field api

* removed un-used code

---------

Co-authored-by: tarentomaheshvakkund <139739142+tarentomaheshvakkund@users.noreply.github.com>

* Null Pointer Exception in Profile Service (#49)

---------

Co-authored-by: tarentomaheshvakkund <139739142+tarentomaheshvakkund@users.noreply.github.com>
Co-authored-by: shankaragoudab <140387294+shankaragoudab@users.noreply.github.com>

cbrelease-4.8.26_RC13

17 Jun 10:37
49c4cc9

Choose a tag to compare

KB-10186 | Learner Portal | If user has Primary details, in the Servi…

cbrelease-4.8.26_RC12: 4.8.26 dev v5 (#44)

16 Jun 08:08
31bf219

Choose a tag to compare

* Network Hub Enhancements (#42)

* Network Hub Enhancements

1. Removed the competencies object in the competency list API
2. Added the response object for basic user profile read API.

* KB-10106 | Learner Portal | Achievements are displaying randomly

1 .  If the issue date will be available for the user it will be sorted in the descending order.
2. If the issue date is missing it will be sorted based on the name in the ascending order.

* KB-10155 | Learner Portal | Profile percentage is not updating

1. Checking the response object contains the attribute state and district and updating the percentage .

* Build Failing so removed the test cases.

* Review comment addressed.

* Network Hub Enhancements (#43)

* Network Hub Enhancements

1. KB-10155 | Learner Portal | Profile percentage is not updating  - Renamed attribute for profile completion percentage

* KB-10106 | Learner Portal | Achievements are displaying randomly

1. When updating the achievements we need to sort the data so calling the sort .
2. Profile completion Fields verified with ui team and added it.

* Code formatted

---------

Co-authored-by: tarentomaheshvakkund <139739142+tarentomaheshvakkund@users.noreply.github.com>

cbrelease-4.8.26_RC8: 4.8.26 dev v6 (#37)

11 Jun 11:47
eef987f

Choose a tag to compare

* KB-10056 | BE|DEV | User Profile Read Added Roles in the Basic Profile (#34)

1. Added User roles to the basic user profile read API

* Junit Test Cases for Cb-Ext-UserProfile Service (#35)

* Junit Test Cases Added for Ext UserProfile service

* Profile Service Test cases added

* Profile Service Impl Test cases added

* Competency Enhancement  in the CbExtUser Profile service. (#36)

* Competency Enhancement  in the CbExtUser Profile service.

1.  FIlter was returning 0 rows fixed it.
2. Competency changed to v6

* Constants added

---------

Co-authored-by: tarentomaheshvakkund <139739142+tarentomaheshvakkund@users.noreply.github.com>

cbrelease-4.8.26_RC6: KB-9945 | BE|DEV | User Profile Read Enhancements (#32) (#33)

09 Jun 10:04
67ebf6e

Choose a tag to compare

* KB-9945 | BE|DEV | User Profile Read Enhancements

1. Response structure recieved from the API did not have the response attribute it had result so made code changes accordingly.
2. Service name updated in the configuration.

* Removed the hardcoded strings.

Co-authored-by: tarentomaheshvakkund <139739142+tarentomaheshvakkund@users.noreply.github.com>