Skip to content

Commit 6e16347

Browse files
committed
chore: rapikan working tree
- portal nav: tambah link Pelatihan (modul Training M11, route portal.training.index) - docs: perbaiki link mati ke docs yg sudah dihapus (HRIS_SETUP, PANDUAN-DEVELOPER) - gitignore docs/screenshots/ (output ui-test.mjs, bukan utk di-commit)
1 parent 88b2f27 commit 6e16347

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,6 @@ yarn-error.log
1919
/.fleet
2020
/.idea
2121
/.vscode
22+
23+
# Generated by tests/browser/ui-test.mjs
24+
docs/screenshots/

docs/HRIS_SETUP.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Absensi → HRIS — Setup & Module Reference
22

3-
Implements M0–M8 of [MODULE_PLANS.md](MODULE_PLANS.md).
3+
Implements M0–M8 dari evolusi Absensi → HRIS.
44
M9–M11 (Recruitment, Performance, Training) are not built — they are marked
55
optional/LOW in the plan.
66

docs/PANDUAN-DEVELOPER.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,3 @@ Log viewer tersedia di `/log-viewer`.
554554
|---|---|
555555
| [HRIS_SETUP.md](HRIS_SETUP.md) | Referensi modul M0–M8 dan keputusan arsitekturnya |
556556
| [BUSINESS_FLOW.md](BUSINESS_FLOW.md) | Alur bisnis |
557-
| [test-cases/](test-cases/README.md) | 725 test case CRUD per modul |
558-
| [bug-list/](bug-list/README.md) | 12 bug beserta akar masalah dan perbaikannya |
559-
| [UI_TEST_CASES.md](UI_TEST_CASES.md) | Test case UI + matriks akses per peran |
560-
| [MODULE_PLANS.md](MODULE_PLANS.md) | Rencana modul |

resources/views/portal/layout.blade.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
<li class="nav-item"><a class="nav-link" href="{{ route('portal.salary.index') }}">Slip Gaji</a></li>
3535
<li class="nav-item"><a class="nav-link" href="{{ route('portal.leave.index') }}">Cuti</a></li>
3636
<li class="nav-item"><a class="nav-link" href="{{ route('portal.loan.index') }}">Kasbon</a></li>
37+
<li class="nav-item"><a class="nav-link" href="{{ route('portal.training.index') }}">Pelatihan</a></li>
3738
</ul>
3839

3940
<ul class="navbar-nav">

0 commit comments

Comments
 (0)