# Staging to Master Diff - 2026-06-25 Perbandingan branch: - `master...staging` = `4 6` - Artinya ada `4` commit di `master` yang belum ada di `staging` - Dan ada `6` commit di `staging` yang belum ada di `master` ## Commit yang ada di staging tapi belum ada di master ```text fd25ae4 FHM17062601CPONE - clone resume individu cponev8 6d40e1c C1J0ET - add icd10 stemcell validation 46525e5 FHM24062601CPONE - update footer branch info 2716f15 FHM24062601CPONE - add branch name at footer 8caa27b 3Z4LPN - add git workflow guide 9d1c478 3Z4LPN - enable staging sync to devcpone ``` ## Ringkasan file yang beda dari master ke staging ```text GIT_WORKFLOW.md apps/components/oneTanggal.vue test/vuex/one-fo-registration-walk-in-stemcell/api/patient.js test/vuex/one-fo-registration-walk-in-stemcell/components/patientDetail.vue test/vuex/one-fo-registration-walk-in-stemcell/modules/order.js test/vuex/one-fo-registration-walk-in-stemcell/modules/patient.js test/vuex/one-mcu-resume-individu-cponev8/api/price.js test/vuex/one-mcu-resume-individu-cponev8/api/resume.js test/vuex/one-mcu-resume-individu-cponev8/components/onePriceHeader.vue test/vuex/one-mcu-resume-individu-cponev8/components/onePriceList.vue test/vuex/one-mcu-resume-individu-cponev8/components/oneResumeLeft.vue test/vuex/one-mcu-resume-individu-cponev8/components/oneResumeRight.vue test/vuex/one-mcu-resume-individu-cponev8/index.php test/vuex/one-mcu-resume-individu-cponev8/modules/components/onePriceHeader.vue test/vuex/one-mcu-resume-individu-cponev8/modules/components/onePriceList.vue test/vuex/one-mcu-resume-individu-cponev8/modules/components/oneResumeLeft.vue test/vuex/one-mcu-resume-individu-cponev8/modules/components/oneResumeRight.vue test/vuex/one-mcu-resume-individu-cponev8/modules/price.js test/vuex/one-mcu-resume-individu-cponev8/modules/resume.js test/vuex/one-mcu-resume-individu-cponev8/store.js ``` Stat diff: ```text 20 files changed, 9301 insertions(+), 27 deletions(-) ``` ## Commit yang ada di master tapi belum ada di staging ```text 4e2d687 Merge pull request '3Z4LPN - enable staging sync to devcpone' (#3) from staging_sync_devcpone into master ed4af50 3Z4LPN - add git workflow guide 42fd070 3Z4LPN - enable staging sync to devcpone 79def3c Merge pull request '3Z4LPN - merge staging to master' (#2) from staging into master ``` ## Catatan - Secara isi kerjaan FE stemcell yang baru, perubahan utamanya ada di: - modul `one-fo-registration-walk-in-stemcell` - folder baru `one-mcu-resume-individu-cponev8` - `master` saat ini punya history merge sendiri, jadi hitungan commit tidak simetris walaupun sebagian isi file saling tumpang tindih.