Chore/ev5 1 s2 s3 s4 approval flows and steps - #71
Merged
Conversation
hanchan-dev
deleted the
chore/ev5-1-s2-s3-s4-approval-flows-and-steps
branch
September 4, 2026 09:15
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Implementasi rangkaian fitur EV5-1-S2, EV5-1-S3, dan EV5-1-S4 untuk mendukung konfigurasi approval flow pada sistem.
Perubahan mencakup pembuatan Approval Flows, Flow Steps, serta Seeder dan backfill Letter Types yang saling terhubung sesuai dependency dan TDD.
Selain itu, implementasi mengikuti pattern arsitektur Controller → Service → Repository → Model agar query dan business logic tidak dilakukan langsung di Controller.
Jira Ticket
Ticket:
EV5-1-S2, EV5-1-S3, EV5-1-S4Type of Change
Changes Made
approval_flows) beserta migration, model, repository, service, controller, request validation, dan endpointGET/POST /approval-flows.flow_steps) untuk mengatur tahapan approval pada setiap flow, termasuk endpointPUT /approval-flows/{id}/steps.approver_position,step_orderunik, minimal satuis_final=true, serta penolakan posisirwdankadus.ApprovalFlowSeederuntuk membuat 4 kategori dan default approval flow beserta steps-nya.letter_typesuntukcategory_iddanflow_id, termasuk proses backfill dari data existing.LetterTypetanpa menghilangkan field existing, serta menambahkan relasicategory()danflow().How to Test
Checkout branch PR dan pastikan dependency sudah ter-install:
Jalankan migration:
Jalankan seeder Approval Flow:
Jalankan seluruh test:
php artisan testPastikan test terkait Approval Flow, Flow Steps, Seeder, dan Letter Types berhasil.
Verifikasi data hasil seeding menggunakan Tinker:
Pastikan hasil data:
LetterCategorymemiliki 4 kategori.ApprovalFlowmemiliki flow untuk kategori yang sesuai.FlowStephanya dibuat pada flow yang membutuhkan approval bertingkat.approver_positiontidak mengandungrwataukadus.Verifikasi endpoint:
Pastikan authentication, authorization, validation, response, dan status code sesuai dengan API Specification v5.
Screenshots (if applicable)
Not applicable - perubahan ini tidak mencakup UI.
Checklist
console.log/dd()/dump()yang tertinggaldev(bukan langsung kemain)