[ADD] BASE: Initial user onboarding in Horilla

This commit is contained in:
Horilla
2024-07-02 10:14:22 +05:30
parent abff59d524
commit 4886698f3b
13 changed files with 4885 additions and 7 deletions

View File

@@ -118,6 +118,11 @@ sidebar_urls = [
"interview-view",
"view-compensatory-leave",
"compensatory-leave-settings-view",
"project-dashboard-view",
"project-view",
"view-time-sheet",
"templates",
"sidebar.html",
]
remove_urls = [
"feedback-detailed-view",
@@ -198,6 +203,7 @@ def breadcrumbs(request):
last_path in sidebar_urls
or parts[-2] == "employee-view"
or parts[-2] == "candidate-view"
or parts[-2] == "view-payslip"
):
breadcrumbs = user_breadcrumbs[user_id]
first_path = breadcrumbs[0]