major update regarding many to many roles per user and their related impacts

This commit is contained in:
2025-01-10 19:31:55 +07:00
parent 9473c56619
commit 085cae47e1
6 changed files with 297 additions and 108 deletions

View File

@ -17,7 +17,8 @@ const doc = {
schemas: {
login: {
$username: "admin",
$password: "12345678"
$password: "12345678",
$application: "ukln",
},
user: {
$nik: "123456789",
@ -31,7 +32,6 @@ const doc = {
$organisasi: "4a6991b6-78a0-4b3b-bf5c-fa0af5f69be8",
$divisi: "4a6991b6-78a0-4b3b-bf5c-fa0af5f69be8",
$unit: "4a6991b6-78a0-4b3b-bf5c-fa0af5f69be8",
$id_role: "4a6991b6-78a0-4b3b-bf5c-fa0af5f69be8",
$status: "Y"
},
user_profile: {