Skip to content

#PLAT-3105 Add retrieving child info from user structure

Administrator requested to merge feat/get-user-by-id into dev

Created by: ITDarkUFO

  • Added UserHierarchy (mlm_User) entity to core
  • Registered UsersHierarchy as DbSet in AppDbContext
  • Introduced method to determine user level in mentor hierarchy
  • Created ChildUserDto to encapsulate child user details with mentorship level
  • Updated documentation for new methods, and enhanced for GetUserById

Jira Issue

PLAT-3105

[!IMPORTANT] This branch (feat/get-user-by-id) is based on refactor/move-fetching-to-core-services and depends on its changes. Make sure refactor/move-fetching-to-core-services is merged before merging

Merge request reports