Skip to content

Commit 1546dbb

Browse files
committed
- Remove empty object from be-openimis.json and 'payments' from module list
- Switch backend repo from obenma fork to official openims/openimis-be_py - Point all frontend modules to feature/vite-migration branches
1 parent 1b6100d commit 1546dbb

3 files changed

Lines changed: 58 additions & 29 deletions

File tree

coreMIS/be-openimis.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@
4848
"name": "invoice",
4949
"pip": "git+https://github.com/obenma/openimis-be-invoice_py.git@develop#egg=openimis-be-invoice"
5050
},
51-
{},
5251
{
5352
"name": "opensearch_reports",
5453
"pip": "git+https://github.com/obenma/openimis-be-opensearch_reports_py.git@develop#egg=openimis-be-opensearch_reports"

coreMIS/consolidated-solution.json

Lines changed: 39 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,6 @@
567567
"payment",
568568
"contribution_plan",
569569
"invoice",
570-
"payments",
571570
"opensearch_reports",
572571
"workflow",
573572
"calcrule_social_protection",
@@ -850,7 +849,7 @@
850849
},
851850
"assembly": {
852851
"package": "openimis-be",
853-
"git": "https://github.com/obenma/openimis-be",
852+
"git": "https://github.com/openims/openimis-be_py",
854853
"version": "26.04",
855854
"branch": "feature/load_demo"
856855
}
@@ -882,175 +881,206 @@
882881
"CoreModule": {
883882
"package": "@openimis/fe-core",
884883
"git": "https://github.com/obenma/openimis-fe-core_js",
884+
"branch": "feature/vite-migration",
885885
"version": "v1.9.0"
886886
},
887887
"IndividualModule": {
888888
"package": "@openimis/fe-individual",
889889
"git": "https://github.com/obenma/openimis-fe-individual_js",
890+
"branch": "feature/vite-migration",
890891
"version": "v1.2.0"
891892
},
892893
"SocialProtectionModule": {
893894
"package": "@openimis/fe-social_protection",
894895
"git": "https://github.com/obenma/openimis-fe-social_protection_js",
896+
"branch": "feature/vite-migration",
895897
"version": "v1.3.0"
896898
},
897899
"OpenSearchReportsModule": {
898900
"package": "@openimis/fe-opensearch_reports",
899901
"git": "https://github.com/obenma/openimis-fe-opensearch_reports_js",
902+
"branch": "feature/vite-migration",
900903
"version": "v1.3.0"
901904
},
902905
"HomeModule": {
903906
"package": "@openimis/fe-home",
904907
"git": "https://github.com/obenma/openimis-fe-home_js",
908+
"branch": "feature/vite-migration",
905909
"version": "v1.6.0"
906910
},
907911
"LocationModule": {
908912
"package": "@openimis/fe-location",
909913
"git": "https://github.com/obenma/openimis-fe-location_js",
914+
"branch": "feature/vite-migration",
910915
"version": "v1.6.0"
911916
},
912917
"InsureeModule": {
913918
"package": "@openimis/fe-insuree",
914919
"git": "https://github.com/obenma/openimis-fe-insuree_js",
920+
"branch": "feature/vite-migration",
915921
"version": "v1.9.0"
916922
},
917923
"MedicalModule": {
918924
"package": "@openimis/fe-medical",
919925
"git": "https://github.com/obenma/openimis-fe-medical_js",
926+
"branch": "feature/vite-migration",
920927
"version": "v1.7.0"
921928
},
922929
"MedicalPriceListModule": {
923930
"package": "@openimis/fe-medical_pricelist",
924931
"git": "https://github.com/obenma/openimis-fe-medical_pricelist_js",
932+
"branch": "feature/vite-migration",
925933
"version": "v1.6.0"
926934
},
927935
"ProductModule": {
928936
"package": "@openimis/fe-product",
929937
"git": "https://github.com/obenma/openimis-fe-product_js",
938+
"branch": "feature/vite-migration",
930939
"version": "v1.8.0"
931940
},
932941
"PolicyModule": {
933942
"package": "@openimis/fe-policy",
934943
"git": "https://github.com/obenma/openimis-fe-policy_js",
944+
"branch": "feature/vite-migration",
935945
"version": "v1.8.0"
936946
},
937947
"PayerModule": {
938948
"package": "@openimis/fe-payer",
939949
"git": "https://github.com/obenma/openimis-fe-payer_js",
950+
"branch": "feature/vite-migration",
940951
"version": "v1.5.0"
941952
},
942953
"ContributionModule": {
943954
"package": "@openimis/fe-contribution",
944955
"git": "https://github.com/obenma/openimis-fe-contribution_js",
956+
"branch": "feature/vite-migration",
945957
"version": "v1.7.0"
946958
},
947959
"PaymentModule": {
948960
"package": "@openimis/fe-payment",
949961
"git": "https://github.com/obenma/openimis-fe-payment_js",
962+
"branch": "feature/vite-migration",
950963
"version": "v1.5.0"
951964
},
952965
"ClaimModule": {
953966
"package": "@openimis/fe-claim",
954967
"git": "https://github.com/obenma/openimis-fe-claim_js",
968+
"branch": "feature/vite-migration",
955969
"version": "v1.8.0"
956970
},
957971
"ClaimBatchModule": {
958972
"package": "@openimis/fe-claim_batch",
959973
"git": "https://github.com/obenma/openimis-fe-claim_batch_js",
974+
"branch": "feature/vite-migration",
960975
"version": "v1.5.0"
961976
},
962977
"AdminModule": {
963978
"package": "@openimis/fe-admin",
964979
"git": "https://github.com/obenma/openimis-fe-admin_js",
980+
"branch": "feature/vite-migration",
965981
"version": "v1.9.0"
966982
},
967983
"ToolsModule": {
968984
"package": "@openimis/fe-tools",
969985
"git": "https://github.com/obenma/openimis-fe-tools_js",
986+
"branch": "feature/vite-migration",
970987
"version": "v1.7.0"
971988
},
972989
"ProfileModule": {
973990
"package": "@openimis/fe-profile",
974991
"git": "https://github.com/obenma/openimis-fe-profile_js",
992+
"branch": "feature/vite-migration",
975993
"version": "v1.7.0"
976994
},
977995
"CalculationModule": {
978996
"package": "@openimis/fe-calculation",
979997
"git": "https://github.com/obenma/openimis-fe-calculation_js",
998+
"branch": "feature/vite-migration",
980999
"version": "v1.6.0"
9811000
},
9821001
"PolicyHolderModule": {
9831002
"package": "@openimis/fe-policyholder",
9841003
"git": "https://github.com/obenma/openimis-fe-policyholder_js",
1004+
"branch": "feature/vite-migration",
9851005
"version": "v1.7.0"
9861006
},
9871007
"ContributionPlanModule": {
9881008
"package": "@openimis/fe-contribution_plan",
9891009
"git": "https://github.com/obenma/openimis-fe-contribution_plan_js",
1010+
"branch": "feature/vite-migration",
9901011
"version": "v1.9.0"
9911012
},
9921013
"PaymentCycleModule": {
9931014
"package": "@openimis/fe-payment_cycle",
9941015
"git": "https://github.com/obenma/openimis-fe-payment_cycle_js",
1016+
"branch": "feature/vite-migration",
9951017
"version": "v1.2.0"
9961018
},
9971019
"ContractModule": {
9981020
"package": "@openimis/fe-contract",
9991021
"git": "https://github.com/obenma/openimis-fe-contract_js",
1022+
"branch": "feature/vite-migration",
10001023
"version": "v1.6.0"
10011024
},
10021025
"TasksManagementModule": {
10031026
"package": "@openimis/fe-tasks_management",
10041027
"git": "https://github.com/obenma/openimis-fe-tasks_management_js",
1028+
"branch": "feature/vite-migration",
10051029
"version": "v1.3.0"
10061030
},
10071031
"InvoiceModule": {
10081032
"package": "@openimis/fe-invoice",
10091033
"git": "https://github.com/obenma/openimis-fe-invoice_js",
1034+
"branch": "feature/vite-migration",
10101035
"version": "v1.8.0"
10111036
},
10121037
"GrievanceSocialProtectionModule": {
10131038
"package": "@openimis/fe-grievance_social_protection",
10141039
"git": "https://github.com/obenma/openimis-fe-grievance_social_protection_js",
1040+
"branch": "feature/vite-migration",
10151041
"version": "v1.1.0"
10161042
},
10171043
"LanguageFrModule": {
10181044
"package": "@openimis/fe-language_fr",
10191045
"git": "https://github.com/obenma/openimis-fe-language_fr_js",
1046+
"branch": "feature/vite-migration",
10201047
"version": "v1.8.0"
10211048
},
10221049
"ClaimSamplingModule": {
10231050
"package": "@openimis/fe-claim_sampling",
10241051
"git": "https://github.com/obenma/openimis-fe-claim_sampling_js",
1052+
"branch": "feature/vite-migration",
10251053
"version": "v1.1.0"
10261054
},
10271055
"DeduplicationModule": {
10281056
"package": "@openimis/fe-deduplication",
10291057
"git": "https://github.com/obenma/openimis-fe-deduplication_js",
1058+
"branch": "feature/vite-migration",
10301059
"version": "v1.0.1"
10311060
},
10321061
"PayrollModule": {
10331062
"package": "@openimis/fe-payroll",
10341063
"git": "https://github.com/obenma/openimis-fe-payroll_js",
1064+
"branch": "feature/vite-migration",
10351065
"version": "v1.3.0"
10361066
},
10371067
"ClaimAIQualityModule": {
10381068
"package": "@openimis/fe-claim_ai_quality",
10391069
"git": "https://github.com/obenma/openimis-fe-claim_ai_quality_js.git",
1040-
"version": "v2.0.0",
1041-
"branch": "develop"
1070+
"branch": "feature/vite-migration",
1071+
"version": "v2.0.0"
10421072
},
10431073
"CoreMISLanguageModule": {
10441074
"package": "@openimis/fe-coremis_language_pack",
10451075
"git": "https://github.com/obenma/openimis-fe-coremis_language_pack_js.git",
1046-
"version": "v1.2.0",
1047-
"branch": "develop"
1076+
"branch": "feature/vite-migration",
1077+
"version": "v1.2.0"
10481078
},
10491079
"assembly": {
10501080
"package": "openimis-fe",
1051-
"git": "https://github.com/obenma/openimis-fe",
1052-
"version": "26.04",
1053-
"branch": "develop"
1081+
"git": "https://github.com/openimis/openimis-fe_js",
1082+
"branch": "feature/vite-migration",
1083+
"version": "26.04"
10541084
}
10551085
}
10561086
},

coreMIS/fe-openimis.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2,79 +2,79 @@
22
"modules": [
33
{
44
"name": "GrievanceSocialProtectionModule",
5-
"npm": "@openimis/fe-grievance_social_protection@https://github.com/obenma/openimis-fe-grievance_social_protection_js#feature/load_demo"
5+
"npm": "@openimis/fe-grievance_social_protection@https://github.com/obenma/openimis-fe-grievance_social_protection_js#feature/vite-migration"
66
},
77
{
88
"name": "ProfileModule",
9-
"npm": "@openimis/fe-profile@https://github.com/obenma/openimis-fe-profile_js#feature/load_demo"
9+
"npm": "@openimis/fe-profile@https://github.com/obenma/openimis-fe-profile_js#feature/vite-migration"
1010
},
1111
{
1212
"name": "CoreModule",
13-
"npm": "@openimis/fe-core@https://github.com/obenma/openimis-fe-core_js#feature/load_demo"
13+
"npm": "@openimis/fe-core@https://github.com/obenma/openimis-fe-core_js#feature/vite-migration"
1414
},
1515
{
1616
"name": "AdminModule",
17-
"npm": "@openimis/fe-admin@https://github.com/obenma/openimis-fe-admin_js#feature/load_demo"
17+
"npm": "@openimis/fe-admin@https://github.com/obenma/openimis-fe-admin_js#feature/vite-migration"
1818
},
1919
{
2020
"name": "HomeModule",
21-
"npm": "@openimis/fe-home@https://github.com/obenma/openimis-fe-home_js#feature/load_demo"
21+
"npm": "@openimis/fe-home@https://github.com/obenma/openimis-fe-home_js#feature/vite-migration"
2222
},
2323
{
2424
"name": "CalculationModule",
25-
"npm": "@openimis/fe-calculation@https://github.com/obenma/openimis-fe-calculation_js#feature/load_demo"
25+
"npm": "@openimis/fe-calculation@https://github.com/obenma/openimis-fe-calculation_js#feature/vite-migration"
2626
},
2727
{
2828
"name": "LocationModule",
29-
"npm": "@openimis/fe-location@https://github.com/obenma/openimis-fe-location_js#feature/load_demo"
29+
"npm": "@openimis/fe-location@https://github.com/obenma/openimis-fe-location_js#feature/vite-migration"
3030
},
3131
{
3232
"name": "TasksManagementModule",
33-
"npm": "@openimis/fe-tasks_management@https://github.com/obenma/openimis-fe-tasks_management_js#feature/load_demo"
33+
"npm": "@openimis/fe-tasks_management@https://github.com/obenma/openimis-fe-tasks_management_js#feature/vite-migration"
3434
},
3535
{
3636
"name": "PayrollModule",
37-
"npm": "@openimis/fe-payroll@https://github.com/obenma/openimis-fe-payroll_js#feature/load_demo"
37+
"npm": "@openimis/fe-payroll@https://github.com/obenma/openimis-fe-payroll_js#feature/vite-migration"
3838
},
3939
{
4040
"name": "PaymentCycleModule",
41-
"npm": "@openimis/fe-payment_cycle@https://github.com/obenma/openimis-fe-payment_cycle_js#feature/load_demo"
41+
"npm": "@openimis/fe-payment_cycle@https://github.com/obenma/openimis-fe-payment_cycle_js#feature/vite-migration"
4242
},
4343
{
4444
"name": "PaymentModule",
45-
"npm": "@openimis/fe-payment@https://github.com/obenma/openimis-fe-payment_js#feature/load_demo"
45+
"npm": "@openimis/fe-payment@https://github.com/obenma/openimis-fe-payment_js#feature/vite-migration"
4646
},
4747
{
4848
"name": "ContributionPlanModule",
49-
"npm": "@openimis/fe-contribution_plan@https://github.com/obenma/openimis-fe-contribution_plan_js#feature/load_demo"
49+
"npm": "@openimis/fe-contribution_plan@https://github.com/obenma/openimis-fe-contribution_plan_js#feature/vite-migration"
5050
},
5151
{
5252
"name": "InvoiceModule",
53-
"npm": "@openimis/fe-invoice@https://github.com/obenma/openimis-fe-invoice_js#feature/load_demo"
53+
"npm": "@openimis/fe-invoice@https://github.com/obenma/openimis-fe-invoice_js#feature/vite-migration"
5454
},
5555
{
5656
"name": "OpenSearchReportsModule",
57-
"npm": "@openimis/fe-opensearch_reports@https://github.com/obenma/openimis-fe-opensearch_reports_js#feature/load_demo"
57+
"npm": "@openimis/fe-opensearch_reports@https://github.com/obenma/openimis-fe-opensearch_reports_js#feature/vite-migration"
5858
},
5959
{
6060
"name": "CoreMISLanguageModule",
61-
"npm": "@openimis/fe-coremis_language_pack@https://github.com/obenma/openimis-fe-coremis_language_pack_js.git#develop"
61+
"npm": "@openimis/fe-coremis_language_pack@https://github.com/obenma/openimis-fe-coremis_language_pack_js.git#feature/vite-migration"
6262
},
6363
{
6464
"name": "DeduplicationModule",
65-
"npm": "@openimis/fe-deduplication@https://github.com/obenma/openimis-fe-deduplication_js#feature/load_demo"
65+
"npm": "@openimis/fe-deduplication@https://github.com/obenma/openimis-fe-deduplication_js#feature/vite-migration"
6666
},
6767
{
6868
"name": "SocialProtectionModule",
69-
"npm": "@openimis/fe-social_protection@https://github.com/obenma/openimis-fe-social_protection_js#feature/load_demo"
69+
"npm": "@openimis/fe-social_protection@https://github.com/obenma/openimis-fe-social_protection_js#feature/vite-migration"
7070
},
7171
{
7272
"name": "IndividualModule",
73-
"npm": "@openimis/fe-individual@https://github.com/obenma/openimis-fe-individual_js#feature/load_demo"
73+
"npm": "@openimis/fe-individual@https://github.com/obenma/openimis-fe-individual_js#feature/vite-migration"
7474
},
7575
{
7676
"name": "LanguageFrModule",
77-
"npm": "@openimis/fe-language_fr@https://github.com/obenma/openimis-fe-language_fr_js#feature/load_demo"
77+
"npm": "@openimis/fe-language_fr@https://github.com/obenma/openimis-fe-language_fr_js#feature/vite-migration"
7878
}
7979
],
8080
"locales": [

0 commit comments

Comments
 (0)