Skip to content

TICKET:: HCMPRE-2294,HCMPRE-2256,HCMPRE-2257,HCMPRE-2387 #2298

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 45 commits into
base: console
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
8f989e9
TICKET: 2256, new component upgrade in progress for createscreen
pitabash-eGov Feb 7, 2025
54bbc86
boundary component added to formcomposer
pitabash-eGov Feb 12, 2025
87bd389
multi selectdropdown impel issue fixed and formcomposerv2 used
pitabash-eGov Feb 12, 2025
ff7a4e6
response screen added
pitabash-eGov Feb 12, 2025
b04aa0b
API integration done for create employee screen
pitabash-eGov Feb 13, 2025
fe21c51
employee create service API integerated
pitabash-eGov Feb 14, 2025
aa642ab
create assignment screen static screen and API integration done
pitabash-eGov Feb 17, 2025
1a50e8f
update user detail API integration issue fixed
pitabash-eGov Feb 18, 2025
4533af1
response message and button functionality changed as per screen
pitabash-eGov Feb 18, 2025
c9f4749
Merge branch 'console' of https://github.com/egovernments/DIGIT-Front…
pitabash-eGov Feb 19, 2025
23f08ad
new config implemented in order to prevent unnecessary custom component
pitabash-eGov Feb 24, 2025
0e23d0c
Merge branch 'console' of https://github.com/egovernments/DIGIT-Front…
pitabash-eGov Feb 24, 2025
4414025
inbox search screen is in progress, customized the table data in UI c…
pitabash-eGov Feb 27, 2025
13ab8e0
edit screen completed and deactivate pop up screen is in progress
pitabash-eGov Mar 3, 2025
b44aaa0
deactivate user deatils added
pitabash-eGov Mar 3, 2025
d3657d2
Merge branch 'console' of https://github.com/egovernments/DIGIT-Front…
pitabash-eGov Mar 4, 2025
fef95e1
working on inbox serach
pitabash-eGov Mar 4, 2025
b3d6579
component version upgrade an ddebugger removed and other bug fixes
pitabash-eGov Mar 7, 2025
67f3aea
bug fixes done
pitabash-eGov Mar 10, 2025
52d8b6b
worked on activate employee
pitabash-eGov Mar 10, 2025
f586931
history.push is replace with history.push as to remove the current sc…
pitabash-eGov Mar 10, 2025
9fb4273
digit-ui-component version upgraded and chnages done in the config file
pitabash-eGov Mar 17, 2025
04d90c7
Merge branch 'console' of https://github.com/egovernments/DIGIT-Front…
pitabash-eGov Mar 18, 2025
3f73d11
inbox config issue in progress
pitabash-eGov Mar 18, 2025
694132c
issues fixed in the create and edit screen
pitabash-eGov Mar 24, 2025
c390513
removed the console.log from the code
pitabash-eGov Mar 24, 2025
5163b13
added code comments
pitabash-eGov Mar 26, 2025
47d4071
mdms config added for the inbox screen
pitabash-eGov Apr 1, 2025
d33de7b
Merge branch 'console' of https://github.com/egovernments/DIGIT-Front…
pitabash-eGov Apr 1, 2025
0e902e3
debugger removed
pitabash-eGov Apr 1, 2025
026baf9
Merge branch 'console' of https://github.com/egovernments/DIGIT-Front…
pitabash-eGov Apr 3, 2025
7796197
working on PR comments: in progress.
pitabash-eGov Apr 4, 2025
e211300
console removed
pitabash-eGov Apr 4, 2025
7e39fdf
hrms module is integrated in workbench
pitabash-eGov Apr 7, 2025
c11a03e
projectContextPath changed to health-project for QA
pitabash-eGov Apr 7, 2025
12106fe
health-prefixed added in the project search adn staff search url for QA
pitabash-eGov Apr 7, 2025
2251c9a
@egovernments/digit-ui-module-health-hrms module name changed
pitabash-eGov Apr 7, 2025
1767d2f
Merge branch 'console' of https://github.com/egovernments/DIGIT-Front…
pitabash-eGov Apr 7, 2025
b6c6763
added buiild script for health hrms module
pitabash-eGov Apr 7, 2025
8c65331
Added Health HRMS to workbench workspace
Ramkrishna-egov Apr 7, 2025
225ddf2
upgraded the health-css version from 0.3.1 to 0.3.2 and url enhanced …
pitabash-eGov Apr 8, 2025
11c88eb
console.log removed
pitabash-eGov Apr 9, 2025
90e0d75
Merge branch 'console' of https://github.com/egovernments/DIGIT-Front…
pitabash-eGov Apr 9, 2025
bb94d8e
health-css changed accroding to console branch
pitabash-eGov Apr 9, 2025
52b956c
readme file added
pitabash-eGov Apr 9, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion health/micro-ui/web/health-payments/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import { DigitUI } from "@egovernments/digit-ui-module-core";

import { UICustomizations } from "./Customisations/UICustomizations";
import { initPaymentComponents } from "@egovernments/digit-ui-module-health-payments";
import { initHRMSComponents } from "@egovernments/digit-ui-module-hrms";


const enabledModules = [
Expand All @@ -24,7 +25,7 @@ const moduleReducers = (initData) => ({
const initDigitUI = () => {
window.Digit.ComponentRegistryService.setupRegistry({
});

initHRMSComponents();
initPaymentComponents();

window.Digit.Customizations = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@
"start": "react-scripts start"
},
"devDependencies": {
"@egovernments/digit-ui-module-health-hrms":"0.0.1",
"@egovernments/digit-ui-libraries": "1.8.11",
"@egovernments/digit-ui-module-workbench": "1.0.12",
"@egovernments/digit-ui-components": "0.0.2-beta.65",
"@egovernments/digit-ui-components": "0.2.0-beta.4",
"@egovernments/digit-ui-module-core": "1.8.30",
"@egovernments/digit-ui-module-utilities": "1.0.12",
"@egovernments/digit-ui-react-components": "1.8.19",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,16 @@
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#00bcd1" />
<title>DIGIT</title>


<!-- <link rel="stylesheet" href="https://unpkg.com/@egovernments/[email protected]/dist/index.css" /> -->
<link rel="stylesheet" href="https://unpkg.com/@egovernments/[email protected]/dist/index.css" />

<link rel="stylesheet" href="https://unpkg.com/@egovernments/[email protected]/dist/index.css" />
<link rel="stylesheet" href="https://unpkg.com/@egovernments/[email protected]/dist/index.css" />
<link rel="stylesheet" href="https://unpkg.com/@egovernments/[email protected]/dist/index.css" />

<!-- added below css for hcm-workbench module inclusion-->
<!-- <link rel="stylesheet" href="https://unpkg.com/@egovernments/digit-ui-css@1.5.41/dist/index.css" /> -->
<link rel="stylesheet" href="https://unpkg.com/@egovernments/[email protected]/dist/index.css" />
<link rel="stylesheet" href="https://unpkg.com/@egovernments/digit-ui-components-css@0.2.0/dist/index.css" />

<!-- <link rel="stylesheet" href="https://unpkg.com/@egovernments/digit-ui-css/dist/index.css"/> -->
<!-- <script src="https://s3.ap-south-1.amazonaws.com/egov-dev-assets/globalConfigs.js"></script> -->
<script src="%REACT_APP_GLOBAL%"></script>

</head>
Expand Down
Loading