Skip to content

Add Eslint, Prettier, husky & lint-staged - #1

Merged
helenKaryamsetty merged 4 commits into
masterfrom
coding-standards
Jan 12, 2024
Merged

Add Eslint, Prettier, husky & lint-staged#1
helenKaryamsetty merged 4 commits into
masterfrom
coding-standards

Conversation

@drtechie

@drtechie drtechie commented Jan 10, 2024

Copy link
Copy Markdown
Member
  • Added Eslint to the project with @angular-eslint/schematics for ensuring JS standards
  • Added Prettier for better formatting of code
  • Additional configuration so that Prettier is used as an ESLint plugin
  • Added scripts in package.json for linting and fixing
  • Add husky for pre-commit hooks
  • Configure lint-staged to check staged files before committing

@drtechie

Copy link
Copy Markdown
Member Author

@helenKaryamsetty @devikasuresh20
I have added Eslint and Prettier.

I did not run npm run lint:fix yet.
npm run lint:fix will write all fixes to the file.

Please review this PR and let's discuss the rules for Eslint if any of them needs to be disabled.

cc: @pavangsk @ravishanigarapu

@drtechie drtechie changed the title Add Eslint and Prettier Add Eslint, Prettier, husky & lint-staged Jan 10, 2024
@drtechie

Copy link
Copy Markdown
Member Author

Adding eslint and prettier

ng add @angular-eslint/schematics
npm install prettier --save-dev
npm install prettier-eslint eslint-config-prettier eslint-plugin-prettier --save-dev

Once eslint and prettier is added, ensure .eslintrc.json is as per this PR (add plugin:prettier).
Add package.json scripts for linting and fixing.

Adding husky and lint-staged

  • Husky ensures that hooks are added to git commands.
  • lint-staged ensures that only changed files are checked.
npm install husky -D
npm pkg set scripts.prepare="husky install"       
npm run prepare
npx husky add .husky/pre-commit "npx lint-staged"
npm install --save-dev lint-staged

Add "lint-staged" property in package.json to check changed .ts, .css and .HTML files.

@helenKaryamsetty
helenKaryamsetty merged commit 5a0c0e2 into master Jan 12, 2024
@drtechie
drtechie deleted the coding-standards branch January 12, 2024 12:07
ravishanigarapu pushed a commit that referenced this pull request Jul 31, 2025
* fix: remove the additional slash in the url to fix the 404 issue

* fix: past obstetric history dropdown changes

* Release 3.4.0 (#1)

* fix: disply error msg based on the response

* Revert "fix: disply error msg based on the response"

This reverts commit 6273191.

* fix for 1585, 1583 (#189)

* fix: amm-1584

* fix: amm-1583

* fix: amm-1589

* fix: code rabitt fixs

* fix: amm-1593

* fix: amm-1590 aam-1591

* fix: amm-1592

* fix: removed extra angle bracket

* fix: inventory redirection issue fixed

* fix: remove the additional slash in the url to fix the 404 issue

* fix: amm-1585 css fixes

* fix: amm-1583 facilityId was passing encrypted

---------

Co-authored-by: Vanitha <vanitha@navadhiti.com>
Co-authored-by: Vanitha S <116701245+vanitha1822@users.noreply.github.com>

* Amm-1579 (#192)

* fix: amm-1584

* fix: amm-1583

* fix: amm-1589

* fix: code rabitt fixs

* fix: amm-1593

* fix: amm-1590 aam-1591

* fix: amm-1592

* fix: removed extra angle bracket

* fix: inventory redirection issue fixed

* fix: remove the additional slash in the url to fix the 404 issue

* fix: amm-1585 css fixes

* fix: amm-1583 facilityId was passing encrypted

* fix: amm-1579

---------

Co-authored-by: Vanitha <vanitha@navadhiti.com>
Co-authored-by: Vanitha S <116701245+vanitha1822@users.noreply.github.com>

* fix: amm-1580

* fix: amm-1597

* fix: amm-1583

* fix: amm-1655

* Update version in pom.xml to 3.4.0

* Update pom.xml

* Update pom.xml

* Update pom.xml

* fix: show the message on token expiry (#200)

* fix: amm-1416 (#199)

* fix: refer resaon should disable initial (#203)

* AMM-1577 & AMM-1578 Menstrual History & Obstetric History changes (#204)

* fix: remove the additional slash in the url to fix the 404 issue

* fix: past obstetric history dropdown changes

---------

Co-authored-by: Vanitha <vanitha@navadhiti.com>
Co-authored-by: Vanitha S <116701245+vanitha1822@users.noreply.github.com>
Co-authored-by: Karyamsetty Helen Grace <ka40094929@wipro.com>

* fix: amm-1747 and amm-1583 (#208)

* fix: amm-1730 action buttons issue fix in chief complaints

---------

Co-authored-by: SnehaRH <sneha@navadhiti.com>
Co-authored-by: Amoghavarsh <93114621+5Amogh@users.noreply.github.com>
Co-authored-by: SnehaRH <77656297+snehar-nd@users.noreply.github.com>
Co-authored-by: Vanitha <vanitha@navadhiti.com>
Co-authored-by: Vanitha S <116701245+vanitha1822@users.noreply.github.com>
Co-authored-by: Vishwanath Balkur <118195001+vishwab1@users.noreply.github.com>
Co-authored-by: Karyamsetty Helen Grace <ka40094929@wipro.com>
Co-authored-by: 5Amogh <amoghavarsh@navadhiti.com>

* fix(bug): ncd-care-diagnosis and provisional diagnosis doctor patch issue

---------

Co-authored-by: Vanitha <vanitha@navadhiti.com>
Co-authored-by: Vanitha S <116701245+vanitha1822@users.noreply.github.com>
Co-authored-by: Karyamsetty Helen Grace <ka40094929@wipro.com>
Co-authored-by: SnehaRH <sneha@navadhiti.com>
Co-authored-by: Amoghavarsh <93114621+5Amogh@users.noreply.github.com>
Co-authored-by: SnehaRH <77656297+snehar-nd@users.noreply.github.com>
Co-authored-by: Vishwanath Balkur <118195001+vishwab1@users.noreply.github.com>
Co-authored-by: 5Amogh <amoghavarsh@navadhiti.com>
snehar-nd added a commit that referenced this pull request Aug 25, 2025
* fix for 1585, 1583 (#189)

* fix: amm-1584

* fix: amm-1583

* fix: amm-1589

* fix: code rabitt fixs

* fix: amm-1593

* fix: amm-1590 aam-1591

* fix: amm-1592

* fix: removed extra angle bracket

* fix: inventory redirection issue fixed

* fix: remove the additional slash in the url to fix the 404 issue

* fix: amm-1585 css fixes

* fix: amm-1583 facilityId was passing encrypted

---------

Co-authored-by: Vanitha <vanitha@navadhiti.com>
Co-authored-by: Vanitha S <116701245+vanitha1822@users.noreply.github.com>

* Amm-1579 (#192)

* fix: amm-1584

* fix: amm-1583

* fix: amm-1589

* fix: code rabitt fixs

* fix: amm-1593

* fix: amm-1590 aam-1591

* fix: amm-1592

* fix: removed extra angle bracket

* fix: inventory redirection issue fixed

* fix: remove the additional slash in the url to fix the 404 issue

* fix: amm-1585 css fixes

* fix: amm-1583 facilityId was passing encrypted

* fix: amm-1579

---------

Co-authored-by: Vanitha <vanitha@navadhiti.com>
Co-authored-by: Vanitha S <116701245+vanitha1822@users.noreply.github.com>

* fix: amm-1580

* fix: amm-1597

* fix: amm-1583

* fix: amm-1655

* Update version in pom.xml to 3.4.0

* Update pom.xml

* Update pom.xml

* Update pom.xml

* fix: show the message on token expiry (#200)

* fix: amm-1416 (#199)

* fix: refer resaon should disable initial (#203)

* AMM-1577 & AMM-1578 Menstrual History & Obstetric History changes (#204)

* fix: remove the additional slash in the url to fix the 404 issue

* fix: past obstetric history dropdown changes

---------

Co-authored-by: Vanitha <vanitha@navadhiti.com>
Co-authored-by: Vanitha S <116701245+vanitha1822@users.noreply.github.com>
Co-authored-by: Karyamsetty Helen Grace <ka40094929@wipro.com>

* fix: amm-1747 and amm-1583 (#208)

* fix: amm-1730 action buttons issue fix in chief complaints

* fix: amm-1668 beneficiary details addition

* AMM-1595 - lymphs node patching issue (#211)

* fix: amm-1747 and amm-1583

* fix: amm-1595 lymphnodes are not patching

* fix: amm-1730 action buttons issue fix in chief complaints

* fix: provisonal diagnosis values patching issue

* fix: provisonal diagnosis values patching issue

---------

Co-authored-by: 5Amogh <amoghavarsh@navadhiti.com>

* ncd care condtion and diagnosis patch issue  (#212)

* fix: remove the additional slash in the url to fix the 404 issue

* fix: past obstetric history dropdown changes

* Release 3.4.0 (#1)

* fix: disply error msg based on the response

* Revert "fix: disply error msg based on the response"

This reverts commit 6273191.

* fix for 1585, 1583 (#189)

* fix: amm-1584

* fix: amm-1583

* fix: amm-1589

* fix: code rabitt fixs

* fix: amm-1593

* fix: amm-1590 aam-1591

* fix: amm-1592

* fix: removed extra angle bracket

* fix: inventory redirection issue fixed

* fix: remove the additional slash in the url to fix the 404 issue

* fix: amm-1585 css fixes

* fix: amm-1583 facilityId was passing encrypted

---------

Co-authored-by: Vanitha <vanitha@navadhiti.com>
Co-authored-by: Vanitha S <116701245+vanitha1822@users.noreply.github.com>

* Amm-1579 (#192)

* fix: amm-1584

* fix: amm-1583

* fix: amm-1589

* fix: code rabitt fixs

* fix: amm-1593

* fix: amm-1590 aam-1591

* fix: amm-1592

* fix: removed extra angle bracket

* fix: inventory redirection issue fixed

* fix: remove the additional slash in the url to fix the 404 issue

* fix: amm-1585 css fixes

* fix: amm-1583 facilityId was passing encrypted

* fix: amm-1579

---------

Co-authored-by: Vanitha <vanitha@navadhiti.com>
Co-authored-by: Vanitha S <116701245+vanitha1822@users.noreply.github.com>

* fix: amm-1580

* fix: amm-1597

* fix: amm-1583

* fix: amm-1655

* Update version in pom.xml to 3.4.0

* Update pom.xml

* Update pom.xml

* Update pom.xml

* fix: show the message on token expiry (#200)

* fix: amm-1416 (#199)

* fix: refer resaon should disable initial (#203)

* AMM-1577 & AMM-1578 Menstrual History & Obstetric History changes (#204)

* fix: remove the additional slash in the url to fix the 404 issue

* fix: past obstetric history dropdown changes

---------

Co-authored-by: Vanitha <vanitha@navadhiti.com>
Co-authored-by: Vanitha S <116701245+vanitha1822@users.noreply.github.com>
Co-authored-by: Karyamsetty Helen Grace <ka40094929@wipro.com>

* fix: amm-1747 and amm-1583 (#208)

* fix: amm-1730 action buttons issue fix in chief complaints

---------

Co-authored-by: SnehaRH <sneha@navadhiti.com>
Co-authored-by: Amoghavarsh <93114621+5Amogh@users.noreply.github.com>
Co-authored-by: SnehaRH <77656297+snehar-nd@users.noreply.github.com>
Co-authored-by: Vanitha <vanitha@navadhiti.com>
Co-authored-by: Vanitha S <116701245+vanitha1822@users.noreply.github.com>
Co-authored-by: Vishwanath Balkur <118195001+vishwab1@users.noreply.github.com>
Co-authored-by: Karyamsetty Helen Grace <ka40094929@wipro.com>
Co-authored-by: 5Amogh <amoghavarsh@navadhiti.com>

* fix(bug): ncd-care-diagnosis and provisional diagnosis doctor patch issue

---------

Co-authored-by: Vanitha <vanitha@navadhiti.com>
Co-authored-by: Vanitha S <116701245+vanitha1822@users.noreply.github.com>
Co-authored-by: Karyamsetty Helen Grace <ka40094929@wipro.com>
Co-authored-by: SnehaRH <sneha@navadhiti.com>
Co-authored-by: Amoghavarsh <93114621+5Amogh@users.noreply.github.com>
Co-authored-by: SnehaRH <77656297+snehar-nd@users.noreply.github.com>
Co-authored-by: Vishwanath Balkur <118195001+vishwab1@users.noreply.github.com>
Co-authored-by: 5Amogh <amoghavarsh@navadhiti.com>

* Provisional diagnosis patch issue (#213)

* fix: provisonal diagnosis values patching issue

* fix: added confirmatory feild name

* fix: file upload issue, file displaying duplicate

* fix: amm-1744 file upload in gynecologist examination screen (#214)

* fix: aam-1779 removing download masters for non-loggedin users

* fix: remove the version number (#222)

---------

Co-authored-by: SnehaRH <77656297+snehar-nd@users.noreply.github.com>
Co-authored-by: Vanitha <vanitha@navadhiti.com>
Co-authored-by: Vanitha S <116701245+vanitha1822@users.noreply.github.com>
Co-authored-by: SnehaRH <sneha@navadhiti.com>
Co-authored-by: Amoghavarsh <93114621+5Amogh@users.noreply.github.com>
Co-authored-by: Helen Grace Karyamsetty <133211481+helenKaryamsetty@users.noreply.github.com>
Co-authored-by: Karyamsetty Helen Grace <ka40094929@wipro.com>
Co-authored-by: 5Amogh <amoghavarsh@navadhiti.com>
helenKaryamsetty added a commit that referenced this pull request Sep 4, 2025
* fix: disply error msg based on the response

* Revert "fix: disply error msg based on the response"

This reverts commit 6273191.

* fix for 1585, 1583 (#189)

* fix: amm-1584

* fix: amm-1583

* fix: amm-1589

* fix: code rabitt fixs

* fix: amm-1593

* fix: amm-1590 aam-1591

* fix: amm-1592

* fix: removed extra angle bracket

* fix: inventory redirection issue fixed

* fix: remove the additional slash in the url to fix the 404 issue

* fix: amm-1585 css fixes

* fix: amm-1583 facilityId was passing encrypted

---------

Co-authored-by: Vanitha <vanitha@navadhiti.com>
Co-authored-by: Vanitha S <116701245+vanitha1822@users.noreply.github.com>

* Amm-1579 (#192)

* fix: amm-1584

* fix: amm-1583

* fix: amm-1589

* fix: code rabitt fixs

* fix: amm-1593

* fix: amm-1590 aam-1591

* fix: amm-1592

* fix: removed extra angle bracket

* fix: inventory redirection issue fixed

* fix: remove the additional slash in the url to fix the 404 issue

* fix: amm-1585 css fixes

* fix: amm-1583 facilityId was passing encrypted

* fix: amm-1579

---------

Co-authored-by: Vanitha <vanitha@navadhiti.com>
Co-authored-by: Vanitha S <116701245+vanitha1822@users.noreply.github.com>

* fix: amm-1580

* fix: amm-1597

* fix: amm-1583

* fix: amm-1655

* Update version in pom.xml to 3.4.0

* Update pom.xml

* Update pom.xml

* Update pom.xml

* fix: show the message on token expiry (#200)

* fix: amm-1416 (#199)

* fix: refer resaon should disable initial (#203)

* AMM-1577 & AMM-1578 Menstrual History & Obstetric History changes (#204)

* fix: remove the additional slash in the url to fix the 404 issue

* fix: past obstetric history dropdown changes

---------

Co-authored-by: Vanitha <vanitha@navadhiti.com>
Co-authored-by: Vanitha S <116701245+vanitha1822@users.noreply.github.com>
Co-authored-by: Karyamsetty Helen Grace <ka40094929@wipro.com>

* fix: amm-1747 and amm-1583 (#208)

* fix: amm-1730 action buttons issue fix in chief complaints

---------

Co-authored-by: SnehaRH <sneha@navadhiti.com>
Co-authored-by: Amoghavarsh <93114621+5Amogh@users.noreply.github.com>
Co-authored-by: SnehaRH <77656297+snehar-nd@users.noreply.github.com>
Co-authored-by: Vanitha <vanitha@navadhiti.com>
Co-authored-by: Vanitha S <116701245+vanitha1822@users.noreply.github.com>
Co-authored-by: Vishwanath Balkur <118195001+vishwab1@users.noreply.github.com>
Co-authored-by: Karyamsetty Helen Grace <ka40094929@wipro.com>
Co-authored-by: 5Amogh <amoghavarsh@navadhiti.com>
helenKaryamsetty added a commit that referenced this pull request Sep 4, 2025
* fix for 1585, 1583 (#189)

* fix: amm-1584

* fix: amm-1583

* fix: amm-1589

* fix: code rabitt fixs

* fix: amm-1593

* fix: amm-1590 aam-1591

* fix: amm-1592

* fix: removed extra angle bracket

* fix: inventory redirection issue fixed

* fix: remove the additional slash in the url to fix the 404 issue

* fix: amm-1585 css fixes

* fix: amm-1583 facilityId was passing encrypted

---------

Co-authored-by: Vanitha <vanitha@navadhiti.com>
Co-authored-by: Vanitha S <116701245+vanitha1822@users.noreply.github.com>

* Amm-1579 (#192)

* fix: amm-1584

* fix: amm-1583

* fix: amm-1589

* fix: code rabitt fixs

* fix: amm-1593

* fix: amm-1590 aam-1591

* fix: amm-1592

* fix: removed extra angle bracket

* fix: inventory redirection issue fixed

* fix: remove the additional slash in the url to fix the 404 issue

* fix: amm-1585 css fixes

* fix: amm-1583 facilityId was passing encrypted

* fix: amm-1579

---------

Co-authored-by: Vanitha <vanitha@navadhiti.com>
Co-authored-by: Vanitha S <116701245+vanitha1822@users.noreply.github.com>

* fix: amm-1580

* fix: amm-1597

* fix: amm-1583

* fix: amm-1655

* Update version in pom.xml to 3.4.0

* Update pom.xml

* Update pom.xml

* Update pom.xml

* fix: show the message on token expiry (#200)

* fix: amm-1416 (#199)

* fix: refer resaon should disable initial (#203)

* AMM-1577 & AMM-1578 Menstrual History & Obstetric History changes (#204)

* fix: remove the additional slash in the url to fix the 404 issue

* fix: past obstetric history dropdown changes

---------

Co-authored-by: Vanitha <vanitha@navadhiti.com>
Co-authored-by: Vanitha S <116701245+vanitha1822@users.noreply.github.com>
Co-authored-by: Karyamsetty Helen Grace <ka40094929@wipro.com>

* fix: amm-1747 and amm-1583 (#208)

* fix: amm-1730 action buttons issue fix in chief complaints

* fix: amm-1668 beneficiary details addition

* AMM-1595 - lymphs node patching issue (#211)

* fix: amm-1747 and amm-1583

* fix: amm-1595 lymphnodes are not patching

* fix: amm-1730 action buttons issue fix in chief complaints

* fix: provisonal diagnosis values patching issue

* fix: provisonal diagnosis values patching issue

---------

Co-authored-by: 5Amogh <amoghavarsh@navadhiti.com>

* ncd care condtion and diagnosis patch issue  (#212)

* fix: remove the additional slash in the url to fix the 404 issue

* fix: past obstetric history dropdown changes

* Release 3.4.0 (#1)

* fix: disply error msg based on the response

* Revert "fix: disply error msg based on the response"

This reverts commit 6273191.

* fix for 1585, 1583 (#189)

* fix: amm-1584

* fix: amm-1583

* fix: amm-1589

* fix: code rabitt fixs

* fix: amm-1593

* fix: amm-1590 aam-1591

* fix: amm-1592

* fix: removed extra angle bracket

* fix: inventory redirection issue fixed

* fix: remove the additional slash in the url to fix the 404 issue

* fix: amm-1585 css fixes

* fix: amm-1583 facilityId was passing encrypted

---------

Co-authored-by: Vanitha <vanitha@navadhiti.com>
Co-authored-by: Vanitha S <116701245+vanitha1822@users.noreply.github.com>

* Amm-1579 (#192)

* fix: amm-1584

* fix: amm-1583

* fix: amm-1589

* fix: code rabitt fixs

* fix: amm-1593

* fix: amm-1590 aam-1591

* fix: amm-1592

* fix: removed extra angle bracket

* fix: inventory redirection issue fixed

* fix: remove the additional slash in the url to fix the 404 issue

* fix: amm-1585 css fixes

* fix: amm-1583 facilityId was passing encrypted

* fix: amm-1579

---------

Co-authored-by: Vanitha <vanitha@navadhiti.com>
Co-authored-by: Vanitha S <116701245+vanitha1822@users.noreply.github.com>

* fix: amm-1580

* fix: amm-1597

* fix: amm-1583

* fix: amm-1655

* Update version in pom.xml to 3.4.0

* Update pom.xml

* Update pom.xml

* Update pom.xml

* fix: show the message on token expiry (#200)

* fix: amm-1416 (#199)

* fix: refer resaon should disable initial (#203)

* AMM-1577 & AMM-1578 Menstrual History & Obstetric History changes (#204)

* fix: remove the additional slash in the url to fix the 404 issue

* fix: past obstetric history dropdown changes

---------

Co-authored-by: Vanitha <vanitha@navadhiti.com>
Co-authored-by: Vanitha S <116701245+vanitha1822@users.noreply.github.com>
Co-authored-by: Karyamsetty Helen Grace <ka40094929@wipro.com>

* fix: amm-1747 and amm-1583 (#208)

* fix: amm-1730 action buttons issue fix in chief complaints

---------

Co-authored-by: SnehaRH <sneha@navadhiti.com>
Co-authored-by: Amoghavarsh <93114621+5Amogh@users.noreply.github.com>
Co-authored-by: SnehaRH <77656297+snehar-nd@users.noreply.github.com>
Co-authored-by: Vanitha <vanitha@navadhiti.com>
Co-authored-by: Vanitha S <116701245+vanitha1822@users.noreply.github.com>
Co-authored-by: Vishwanath Balkur <118195001+vishwab1@users.noreply.github.com>
Co-authored-by: Karyamsetty Helen Grace <ka40094929@wipro.com>
Co-authored-by: 5Amogh <amoghavarsh@navadhiti.com>

* fix(bug): ncd-care-diagnosis and provisional diagnosis doctor patch issue

---------

Co-authored-by: Vanitha <vanitha@navadhiti.com>
Co-authored-by: Vanitha S <116701245+vanitha1822@users.noreply.github.com>
Co-authored-by: Karyamsetty Helen Grace <ka40094929@wipro.com>
Co-authored-by: SnehaRH <sneha@navadhiti.com>
Co-authored-by: Amoghavarsh <93114621+5Amogh@users.noreply.github.com>
Co-authored-by: SnehaRH <77656297+snehar-nd@users.noreply.github.com>
Co-authored-by: Vishwanath Balkur <118195001+vishwab1@users.noreply.github.com>
Co-authored-by: 5Amogh <amoghavarsh@navadhiti.com>

* Provisional diagnosis patch issue (#213)

* fix: provisonal diagnosis values patching issue

* fix: added confirmatory feild name

* fix: file upload issue, file displaying duplicate

* fix: amm-1744 file upload in gynecologist examination screen (#214)

* fix: aam-1779 removing download masters for non-loggedin users

* fix: remove the version number (#222)

---------

Co-authored-by: SnehaRH <77656297+snehar-nd@users.noreply.github.com>
Co-authored-by: Vanitha <vanitha@navadhiti.com>
Co-authored-by: Vanitha S <116701245+vanitha1822@users.noreply.github.com>
Co-authored-by: SnehaRH <sneha@navadhiti.com>
Co-authored-by: Amoghavarsh <93114621+5Amogh@users.noreply.github.com>
Co-authored-by: Vishwanath Balkur <118195001+vishwab1@users.noreply.github.com>
Co-authored-by: Karyamsetty Helen Grace <ka40094929@wipro.com>
Co-authored-by: 5Amogh <amoghavarsh@navadhiti.com>
helenKaryamsetty added a commit that referenced this pull request Sep 4, 2025
* fix: remove the additional slash in the url to fix the 404 issue

* fix for 1585, 1583 (#189)

* fix: amm-1584

* fix: amm-1583

* fix: amm-1589

* fix: code rabitt fixs

* fix: amm-1593

* fix: amm-1590 aam-1591

* fix: amm-1592

* fix: removed extra angle bracket

* fix: inventory redirection issue fixed

* fix: remove the additional slash in the url to fix the 404 issue

* fix: amm-1585 css fixes

* fix: amm-1583 facilityId was passing encrypted

---------

Co-authored-by: Vanitha <vanitha@navadhiti.com>
Co-authored-by: Vanitha S <116701245+vanitha1822@users.noreply.github.com>

* Amm-1579 (#192)

* fix: amm-1584

* fix: amm-1583

* fix: amm-1589

* fix: code rabitt fixs

* fix: amm-1593

* fix: amm-1590 aam-1591

* fix: amm-1592

* fix: removed extra angle bracket

* fix: inventory redirection issue fixed

* fix: remove the additional slash in the url to fix the 404 issue

* fix: amm-1585 css fixes

* fix: amm-1583 facilityId was passing encrypted

* fix: amm-1579

---------

Co-authored-by: Vanitha <vanitha@navadhiti.com>
Co-authored-by: Vanitha S <116701245+vanitha1822@users.noreply.github.com>

* fix: amm-1580

* fix: amm-1597

* fix: amm-1583

* fix: amm-1655

* Update version in pom.xml to 3.4.0

* Update pom.xml

* Update pom.xml

* Update pom.xml

* fix: show the message on token expiry (#200)

* fix: past obstetric history dropdown changes

* fix: amm-1416 (#199)

* fix: refer resaon should disable initial (#203)

* AMM-1577 & AMM-1578 Menstrual History & Obstetric History changes (#204)

* fix: remove the additional slash in the url to fix the 404 issue

* fix: past obstetric history dropdown changes

---------

Co-authored-by: Vanitha <vanitha@navadhiti.com>
Co-authored-by: Vanitha S <116701245+vanitha1822@users.noreply.github.com>
Co-authored-by: Karyamsetty Helen Grace <ka40094929@wipro.com>

* fix: amm-1747 and amm-1583 (#208)

* fix: amm-1730 action buttons issue fix in chief complaints

* Release 3.4.0 (#1)

* fix: disply error msg based on the response

* Revert "fix: disply error msg based on the response"

This reverts commit 6273191.

* fix for 1585, 1583 (#189)

* fix: amm-1584

* fix: amm-1583

* fix: amm-1589

* fix: code rabitt fixs

* fix: amm-1593

* fix: amm-1590 aam-1591

* fix: amm-1592

* fix: removed extra angle bracket

* fix: inventory redirection issue fixed

* fix: remove the additional slash in the url to fix the 404 issue

* fix: amm-1585 css fixes

* fix: amm-1583 facilityId was passing encrypted

---------

Co-authored-by: Vanitha <vanitha@navadhiti.com>
Co-authored-by: Vanitha S <116701245+vanitha1822@users.noreply.github.com>

* Amm-1579 (#192)

* fix: amm-1584

* fix: amm-1583

* fix: amm-1589

* fix: code rabitt fixs

* fix: amm-1593

* fix: amm-1590 aam-1591

* fix: amm-1592

* fix: removed extra angle bracket

* fix: inventory redirection issue fixed

* fix: remove the additional slash in the url to fix the 404 issue

* fix: amm-1585 css fixes

* fix: amm-1583 facilityId was passing encrypted

* fix: amm-1579

---------

Co-authored-by: Vanitha <vanitha@navadhiti.com>
Co-authored-by: Vanitha S <116701245+vanitha1822@users.noreply.github.com>

* fix: amm-1580

* fix: amm-1597

* fix: amm-1583

* fix: amm-1655

* Update version in pom.xml to 3.4.0

* Update pom.xml

* Update pom.xml

* Update pom.xml

* fix: show the message on token expiry (#200)

* fix: amm-1416 (#199)

* fix: refer resaon should disable initial (#203)

* AMM-1577 & AMM-1578 Menstrual History & Obstetric History changes (#204)

* fix: remove the additional slash in the url to fix the 404 issue

* fix: past obstetric history dropdown changes

---------

Co-authored-by: Vanitha <vanitha@navadhiti.com>
Co-authored-by: Vanitha S <116701245+vanitha1822@users.noreply.github.com>
Co-authored-by: Karyamsetty Helen Grace <ka40094929@wipro.com>

* fix: amm-1747 and amm-1583 (#208)

* fix: amm-1730 action buttons issue fix in chief complaints

---------

Co-authored-by: SnehaRH <sneha@navadhiti.com>
Co-authored-by: Amoghavarsh <93114621+5Amogh@users.noreply.github.com>
Co-authored-by: SnehaRH <77656297+snehar-nd@users.noreply.github.com>
Co-authored-by: Vanitha <vanitha@navadhiti.com>
Co-authored-by: Vanitha S <116701245+vanitha1822@users.noreply.github.com>
Co-authored-by: Vishwanath Balkur <118195001+vishwab1@users.noreply.github.com>
Co-authored-by: Karyamsetty Helen Grace <ka40094929@wipro.com>
Co-authored-by: 5Amogh <amoghavarsh@navadhiti.com>

* fix: amm-1668 beneficiary details addition

* fix(bug): ncd-care-diagnosis and provisional diagnosis doctor patch issue

* AMM-1595 - lymphs node patching issue (#211)

* fix: amm-1747 and amm-1583

* fix: amm-1595 lymphnodes are not patching

* fix: amm-1730 action buttons issue fix in chief complaints

* fix: provisonal diagnosis values patching issue

* fix: provisonal diagnosis values patching issue

---------

Co-authored-by: 5Amogh <amoghavarsh@navadhiti.com>

* ncd care condtion and diagnosis patch issue  (#212)

* fix: remove the additional slash in the url to fix the 404 issue

* fix: past obstetric history dropdown changes

* Release 3.4.0 (#1)

* fix: disply error msg based on the response

* Revert "fix: disply error msg based on the response"

This reverts commit 6273191.

* fix for 1585, 1583 (#189)

* fix: amm-1584

* fix: amm-1583

* fix: amm-1589

* fix: code rabitt fixs

* fix: amm-1593

* fix: amm-1590 aam-1591

* fix: amm-1592

* fix: removed extra angle bracket

* fix: inventory redirection issue fixed

* fix: remove the additional slash in the url to fix the 404 issue

* fix: amm-1585 css fixes

* fix: amm-1583 facilityId was passing encrypted

---------

Co-authored-by: Vanitha <vanitha@navadhiti.com>
Co-authored-by: Vanitha S <116701245+vanitha1822@users.noreply.github.com>

* Amm-1579 (#192)

* fix: amm-1584

* fix: amm-1583

* fix: amm-1589

* fix: code rabitt fixs

* fix: amm-1593

* fix: amm-1590 aam-1591

* fix: amm-1592

* fix: removed extra angle bracket

* fix: inventory redirection issue fixed

* fix: remove the additional slash in the url to fix the 404 issue

* fix: amm-1585 css fixes

* fix: amm-1583 facilityId was passing encrypted

* fix: amm-1579

---------

Co-authored-by: Vanitha <vanitha@navadhiti.com>
Co-authored-by: Vanitha S <116701245+vanitha1822@users.noreply.github.com>

* fix: amm-1580

* fix: amm-1597

* fix: amm-1583

* fix: amm-1655

* Update version in pom.xml to 3.4.0

* Update pom.xml

* Update pom.xml

* Update pom.xml

* fix: show the message on token expiry (#200)

* fix: amm-1416 (#199)

* fix: refer resaon should disable initial (#203)

* AMM-1577 & AMM-1578 Menstrual History & Obstetric History changes (#204)

* fix: remove the additional slash in the url to fix the 404 issue

* fix: past obstetric history dropdown changes

---------

Co-authored-by: Vanitha <vanitha@navadhiti.com>
Co-authored-by: Vanitha S <116701245+vanitha1822@users.noreply.github.com>
Co-authored-by: Karyamsetty Helen Grace <ka40094929@wipro.com>

* fix: amm-1747 and amm-1583 (#208)

* fix: amm-1730 action buttons issue fix in chief complaints

---------

Co-authored-by: SnehaRH <sneha@navadhiti.com>
Co-authored-by: Amoghavarsh <93114621+5Amogh@users.noreply.github.com>
Co-authored-by: SnehaRH <77656297+snehar-nd@users.noreply.github.com>
Co-authored-by: Vanitha <vanitha@navadhiti.com>
Co-authored-by: Vanitha S <116701245+vanitha1822@users.noreply.github.com>
Co-authored-by: Vishwanath Balkur <118195001+vishwab1@users.noreply.github.com>
Co-authored-by: Karyamsetty Helen Grace <ka40094929@wipro.com>
Co-authored-by: 5Amogh <amoghavarsh@navadhiti.com>

* fix(bug): ncd-care-diagnosis and provisional diagnosis doctor patch issue

---------

Co-authored-by: Vanitha <vanitha@navadhiti.com>
Co-authored-by: Vanitha S <116701245+vanitha1822@users.noreply.github.com>
Co-authored-by: Karyamsetty Helen Grace <ka40094929@wipro.com>
Co-authored-by: SnehaRH <sneha@navadhiti.com>
Co-authored-by: Amoghavarsh <93114621+5Amogh@users.noreply.github.com>
Co-authored-by: SnehaRH <77656297+snehar-nd@users.noreply.github.com>
Co-authored-by: Vishwanath Balkur <118195001+vishwab1@users.noreply.github.com>
Co-authored-by: 5Amogh <amoghavarsh@navadhiti.com>

* Provisional diagnosis patch issue (#213)

* fix: provisonal diagnosis values patching issue

* fix: added confirmatory feild name

* fix: file upload issue, file displaying duplicate

* fix: amm-1744 file upload in gynecologist examination screen (#214)

* feat: added tracking to service point component

* feat: added tracking in register personal details components

* feat: added tracking throughout the MMU components

* feat: added enviroment variables for tracking and userd tracking

* fix: removed redundant tracking

* fix: aam-1779 removing download masters for non-loggedin users

* fix: remove the version number (#222)

* fix: added assam language coversions (#223)

* fix(feat): added latest common-ui commit id

* fix: version change

---------

Co-authored-by: Vanitha <vanitha@navadhiti.com>
Co-authored-by: Vanitha S <116701245+vanitha1822@users.noreply.github.com>
Co-authored-by: SnehaRH <77656297+snehar-nd@users.noreply.github.com>
Co-authored-by: SnehaRH <sneha@navadhiti.com>
Co-authored-by: Amoghavarsh <93114621+5Amogh@users.noreply.github.com>
Co-authored-by: Karyamsetty Helen Grace <ka40094929@wipro.com>
Co-authored-by: Vishwanath Balkur <118195001+vishwab1@users.noreply.github.com>
Co-authored-by: 5Amogh <amoghavarsh@navadhiti.com>
Co-authored-by: Abhijeet <abhijeetw035@email.com>
Co-authored-by: Abhijeet <149177534+abhijeetw035@users.noreply.github.com>
helenKaryamsetty added a commit that referenced this pull request Sep 4, 2025
* fix: remove the additional slash in the url to fix the 404 issue

* fix for 1585, 1583 (#189)

* fix: amm-1584

* fix: amm-1583

* fix: amm-1589

* fix: code rabitt fixs

* fix: amm-1593

* fix: amm-1590 aam-1591

* fix: amm-1592

* fix: removed extra angle bracket

* fix: inventory redirection issue fixed

* fix: remove the additional slash in the url to fix the 404 issue

* fix: amm-1585 css fixes

* fix: amm-1583 facilityId was passing encrypted

---------

Co-authored-by: Vanitha <vanitha@navadhiti.com>
Co-authored-by: Vanitha S <116701245+vanitha1822@users.noreply.github.com>

* Amm-1579 (#192)

* fix: amm-1584

* fix: amm-1583

* fix: amm-1589

* fix: code rabitt fixs

* fix: amm-1593

* fix: amm-1590 aam-1591

* fix: amm-1592

* fix: removed extra angle bracket

* fix: inventory redirection issue fixed

* fix: remove the additional slash in the url to fix the 404 issue

* fix: amm-1585 css fixes

* fix: amm-1583 facilityId was passing encrypted

* fix: amm-1579

---------

Co-authored-by: Vanitha <vanitha@navadhiti.com>
Co-authored-by: Vanitha S <116701245+vanitha1822@users.noreply.github.com>

* fix: amm-1580

* fix: amm-1597

* fix: amm-1583

* fix: amm-1655

* Update version in pom.xml to 3.4.0

* Update pom.xml

* Update pom.xml

* Update pom.xml

* fix: show the message on token expiry (#200)

* fix: past obstetric history dropdown changes

* fix: amm-1416 (#199)

* fix: refer resaon should disable initial (#203)

* AMM-1577 & AMM-1578 Menstrual History & Obstetric History changes (#204)

* fix: remove the additional slash in the url to fix the 404 issue

* fix: past obstetric history dropdown changes

---------

Co-authored-by: Vanitha <vanitha@navadhiti.com>
Co-authored-by: Vanitha S <116701245+vanitha1822@users.noreply.github.com>
Co-authored-by: Karyamsetty Helen Grace <ka40094929@wipro.com>

* fix: amm-1747 and amm-1583 (#208)

* fix: amm-1730 action buttons issue fix in chief complaints

* Release 3.4.0 (#1)

* fix: disply error msg based on the response

* Revert "fix: disply error msg based on the response"

This reverts commit 6273191.

* fix for 1585, 1583 (#189)

* fix: amm-1584

* fix: amm-1583

* fix: amm-1589

* fix: code rabitt fixs

* fix: amm-1593

* fix: amm-1590 aam-1591

* fix: amm-1592

* fix: removed extra angle bracket

* fix: inventory redirection issue fixed

* fix: remove the additional slash in the url to fix the 404 issue

* fix: amm-1585 css fixes

* fix: amm-1583 facilityId was passing encrypted

---------

Co-authored-by: Vanitha <vanitha@navadhiti.com>
Co-authored-by: Vanitha S <116701245+vanitha1822@users.noreply.github.com>

* Amm-1579 (#192)

* fix: amm-1584

* fix: amm-1583

* fix: amm-1589

* fix: code rabitt fixs

* fix: amm-1593

* fix: amm-1590 aam-1591

* fix: amm-1592

* fix: removed extra angle bracket

* fix: inventory redirection issue fixed

* fix: remove the additional slash in the url to fix the 404 issue

* fix: amm-1585 css fixes

* fix: amm-1583 facilityId was passing encrypted

* fix: amm-1579

---------

Co-authored-by: Vanitha <vanitha@navadhiti.com>
Co-authored-by: Vanitha S <116701245+vanitha1822@users.noreply.github.com>

* fix: amm-1580

* fix: amm-1597

* fix: amm-1583

* fix: amm-1655

* Update version in pom.xml to 3.4.0

* Update pom.xml

* Update pom.xml

* Update pom.xml

* fix: show the message on token expiry (#200)

* fix: amm-1416 (#199)

* fix: refer resaon should disable initial (#203)

* AMM-1577 & AMM-1578 Menstrual History & Obstetric History changes (#204)

* fix: remove the additional slash in the url to fix the 404 issue

* fix: past obstetric history dropdown changes

---------

Co-authored-by: Vanitha <vanitha@navadhiti.com>
Co-authored-by: Vanitha S <116701245+vanitha1822@users.noreply.github.com>
Co-authored-by: Karyamsetty Helen Grace <ka40094929@wipro.com>

* fix: amm-1747 and amm-1583 (#208)

* fix: amm-1730 action buttons issue fix in chief complaints

---------

Co-authored-by: SnehaRH <sneha@navadhiti.com>
Co-authored-by: Amoghavarsh <93114621+5Amogh@users.noreply.github.com>
Co-authored-by: SnehaRH <77656297+snehar-nd@users.noreply.github.com>
Co-authored-by: Vanitha <vanitha@navadhiti.com>
Co-authored-by: Vanitha S <116701245+vanitha1822@users.noreply.github.com>
Co-authored-by: Vishwanath Balkur <118195001+vishwab1@users.noreply.github.com>
Co-authored-by: Karyamsetty Helen Grace <ka40094929@wipro.com>
Co-authored-by: 5Amogh <amoghavarsh@navadhiti.com>

* fix: amm-1668 beneficiary details addition

* fix(bug): ncd-care-diagnosis and provisional diagnosis doctor patch issue

* AMM-1595 - lymphs node patching issue (#211)

* fix: amm-1747 and amm-1583

* fix: amm-1595 lymphnodes are not patching

* fix: amm-1730 action buttons issue fix in chief complaints

* fix: provisonal diagnosis values patching issue

* fix: provisonal diagnosis values patching issue

---------

Co-authored-by: 5Amogh <amoghavarsh@navadhiti.com>

* ncd care condtion and diagnosis patch issue  (#212)

* fix: remove the additional slash in the url to fix the 404 issue

* fix: past obstetric history dropdown changes

* Release 3.4.0 (#1)

* fix: disply error msg based on the response

* Revert "fix: disply error msg based on the response"

This reverts commit 6273191.

* fix for 1585, 1583 (#189)

* fix: amm-1584

* fix: amm-1583

* fix: amm-1589

* fix: code rabitt fixs

* fix: amm-1593

* fix: amm-1590 aam-1591

* fix: amm-1592

* fix: removed extra angle bracket

* fix: inventory redirection issue fixed

* fix: remove the additional slash in the url to fix the 404 issue

* fix: amm-1585 css fixes

* fix: amm-1583 facilityId was passing encrypted

---------

Co-authored-by: Vanitha <vanitha@navadhiti.com>
Co-authored-by: Vanitha S <116701245+vanitha1822@users.noreply.github.com>

* Amm-1579 (#192)

* fix: amm-1584

* fix: amm-1583

* fix: amm-1589

* fix: code rabitt fixs

* fix: amm-1593

* fix: amm-1590 aam-1591

* fix: amm-1592

* fix: removed extra angle bracket

* fix: inventory redirection issue fixed

* fix: remove the additional slash in the url to fix the 404 issue

* fix: amm-1585 css fixes

* fix: amm-1583 facilityId was passing encrypted

* fix: amm-1579

---------

Co-authored-by: Vanitha <vanitha@navadhiti.com>
Co-authored-by: Vanitha S <116701245+vanitha1822@users.noreply.github.com>

* fix: amm-1580

* fix: amm-1597

* fix: amm-1583

* fix: amm-1655

* Update version in pom.xml to 3.4.0

* Update pom.xml

* Update pom.xml

* Update pom.xml

* fix: show the message on token expiry (#200)

* fix: amm-1416 (#199)

* fix: refer resaon should disable initial (#203)

* AMM-1577 & AMM-1578 Menstrual History & Obstetric History changes (#204)

* fix: remove the additional slash in the url to fix the 404 issue

* fix: past obstetric history dropdown changes

---------

Co-authored-by: Vanitha <vanitha@navadhiti.com>
Co-authored-by: Vanitha S <116701245+vanitha1822@users.noreply.github.com>
Co-authored-by: Karyamsetty Helen Grace <ka40094929@wipro.com>

* fix: amm-1747 and amm-1583 (#208)

* fix: amm-1730 action buttons issue fix in chief complaints

---------

Co-authored-by: SnehaRH <sneha@navadhiti.com>
Co-authored-by: Amoghavarsh <93114621+5Amogh@users.noreply.github.com>
Co-authored-by: SnehaRH <77656297+snehar-nd@users.noreply.github.com>
Co-authored-by: Vanitha <vanitha@navadhiti.com>
Co-authored-by: Vanitha S <116701245+vanitha1822@users.noreply.github.com>
Co-authored-by: Vishwanath Balkur <118195001+vishwab1@users.noreply.github.com>
Co-authored-by: Karyamsetty Helen Grace <ka40094929@wipro.com>
Co-authored-by: 5Amogh <amoghavarsh@navadhiti.com>

* fix(bug): ncd-care-diagnosis and provisional diagnosis doctor patch issue

---------

Co-authored-by: Vanitha <vanitha@navadhiti.com>
Co-authored-by: Vanitha S <116701245+vanitha1822@users.noreply.github.com>
Co-authored-by: Karyamsetty Helen Grace <ka40094929@wipro.com>
Co-authored-by: SnehaRH <sneha@navadhiti.com>
Co-authored-by: Amoghavarsh <93114621+5Amogh@users.noreply.github.com>
Co-authored-by: SnehaRH <77656297+snehar-nd@users.noreply.github.com>
Co-authored-by: Vishwanath Balkur <118195001+vishwab1@users.noreply.github.com>
Co-authored-by: 5Amogh <amoghavarsh@navadhiti.com>

* Provisional diagnosis patch issue (#213)

* fix: provisonal diagnosis values patching issue

* fix: added confirmatory feild name

* fix: file upload issue, file displaying duplicate

* fix: amm-1744 file upload in gynecologist examination screen (#214)

* feat: added tracking to service point component

* feat: added tracking in register personal details components

* feat: added tracking throughout the MMU components

* feat: added enviroment variables for tracking and userd tracking

* fix: removed redundant tracking

* fix: aam-1779 removing download masters for non-loggedin users

* fix: remove the version number (#222)

* fix: added assam language coversions (#223)

* fix(feat): added latest common-ui commit id

* fix: version change

* fix: amm-1834 remove quantity feild from prescription

* Release 3.4.0 (#4)

* fix for 1585, 1583 (#189)

* fix: amm-1584

* fix: amm-1583

* fix: amm-1589

* fix: code rabitt fixs

* fix: amm-1593

* fix: amm-1590 aam-1591

* fix: amm-1592

* fix: removed extra angle bracket

* fix: inventory redirection issue fixed

* fix: remove the additional slash in the url to fix the 404 issue

* fix: amm-1585 css fixes

* fix: amm-1583 facilityId was passing encrypted

---------

Co-authored-by: Vanitha <vanitha@navadhiti.com>
Co-authored-by: Vanitha S <116701245+vanitha1822@users.noreply.github.com>

* Amm-1579 (#192)

* fix: amm-1584

* fix: amm-1583

* fix: amm-1589

* fix: code rabitt fixs

* fix: amm-1593

* fix: amm-1590 aam-1591

* fix: amm-1592

* fix: removed extra angle bracket

* fix: inventory redirection issue fixed

* fix: remove the additional slash in the url to fix the 404 issue

* fix: amm-1585 css fixes

* fix: amm-1583 facilityId was passing encrypted

* fix: amm-1579

---------

Co-authored-by: Vanitha <vanitha@navadhiti.com>
Co-authored-by: Vanitha S <116701245+vanitha1822@users.noreply.github.com>

* fix: amm-1580

* fix: amm-1597

* fix: amm-1583

* fix: amm-1655

* Update version in pom.xml to 3.4.0

* Update pom.xml

* Update pom.xml

* Update pom.xml

* fix: show the message on token expiry (#200)

* fix: amm-1416 (#199)

* fix: refer resaon should disable initial (#203)

* AMM-1577 & AMM-1578 Menstrual History & Obstetric History changes (#204)

* fix: remove the additional slash in the url to fix the 404 issue

* fix: past obstetric history dropdown changes

---------

Co-authored-by: Vanitha <vanitha@navadhiti.com>
Co-authored-by: Vanitha S <116701245+vanitha1822@users.noreply.github.com>
Co-authored-by: Karyamsetty Helen Grace <ka40094929@wipro.com>

* fix: amm-1747 and amm-1583 (#208)

* fix: amm-1730 action buttons issue fix in chief complaints

* fix: amm-1668 beneficiary details addition

* AMM-1595 - lymphs node patching issue (#211)

* fix: amm-1747 and amm-1583

* fix: amm-1595 lymphnodes are not patching

* fix: amm-1730 action buttons issue fix in chief complaints

* fix: provisonal diagnosis values patching issue

* fix: provisonal diagnosis values patching issue

---------

Co-authored-by: 5Amogh <amoghavarsh@navadhiti.com>

* ncd care condtion and diagnosis patch issue  (#212)

* fix: remove the additional slash in the url to fix the 404 issue

* fix: past obstetric history dropdown changes

* Release 3.4.0 (#1)

* fix: disply error msg based on the response

* Revert "fix: disply error msg based on the response"

This reverts commit 6273191.

* fix for 1585, 1583 (#189)

* fix: amm-1584

* fix: amm-1583

* fix: amm-1589

* fix: code rabitt fixs

* fix: amm-1593

* fix: amm-1590 aam-1591

* fix: amm-1592

* fix: removed extra angle bracket

* fix: inventory redirection issue fixed

* fix: remove the additional slash in the url to fix the 404 issue

* fix: amm-1585 css fixes

* fix: amm-1583 facilityId was passing encrypted

---------

Co-authored-by: Vanitha <vanitha@navadhiti.com>
Co-authored-by: Vanitha S <116701245+vanitha1822@users.noreply.github.com>

* Amm-1579 (#192)

* fix: amm-1584

* fix: amm-1583

* fix: amm-1589

* fix: code rabitt fixs

* fix: amm-1593

* fix: amm-1590 aam-1591

* fix: amm-1592

* fix: removed extra angle bracket

* fix: inventory redirection issue fixed

* fix: remove the additional slash in the url to fix the 404 issue

* fix: amm-1585 css fixes

* fix: amm-1583 facilityId was passing encrypted

* fix: amm-1579

---------

Co-authored-by: Vanitha <vanitha@navadhiti.com>
Co-authored-by: Vanitha S <116701245+vanitha1822@users.noreply.github.com>

* fix: amm-1580

* fix: amm-1597

* fix: amm-1583

* fix: amm-1655

* Update version in pom.xml to 3.4.0

* Update pom.xml

* Update pom.xml

* Update pom.xml

* fix: show the message on token expiry (#200)

* fix: amm-1416 (#199)

* fix: refer resaon should disable initial (#203)

* AMM-1577 & AMM-1578 Menstrual History & Obstetric History changes (#204)

* fix: remove the additional slash in the url to fix the 404 issue

* fix: past obstetric history dropdown changes

---------

Co-authored-by: Vanitha <vanitha@navadhiti.com>
Co-authored-by: Vanitha S <116701245+vanitha1822@users.noreply.github.com>
Co-authored-by: Karyamsetty Helen Grace <ka40094929@wipro.com>

* fix: amm-1747 and amm-1583 (#208)

* fix: amm-1730 action buttons issue fix in chief complaints

---------

Co-authored-by: SnehaRH <sneha@navadhiti.com>
Co-authored-by: Amoghavarsh <93114621+5Amogh@users.noreply.github.com>
Co-authored-by: SnehaRH <77656297+snehar-nd@users.noreply.github.com>
Co-authored-by: Vanitha <vanitha@navadhiti.com>
Co-authored-by: Vanitha S <116701245+vanitha1822@users.noreply.github.com>
Co-authored-by: Vishwanath Balkur <118195001+vishwab1@users.noreply.github.com>
Co-authored-by: Karyamsetty Helen Grace <ka40094929@wipro.com>
Co-authored-by: 5Amogh <amoghavarsh@navadhiti.com>

* fix(bug): ncd-care-diagnosis and provisional diagnosis doctor patch issue

---------

Co-authored-by: Vanitha <vanitha@navadhiti.com>
Co-authored-by: Vanitha S <116701245+vanitha1822@users.noreply.github.com>
Co-authored-by: Karyamsetty Helen Grace <ka40094929@wipro.com>
Co-authored-by: SnehaRH <sneha@navadhiti.com>
Co-authored-by: Amoghavarsh <93114621+5Amogh@users.noreply.github.com>
Co-authored-by: SnehaRH <77656297+snehar-nd@users.noreply.github.com>
Co-authored-by: Vishwanath Balkur <118195001+vishwab1@users.noreply.github.com>
Co-authored-by: 5Amogh <amoghavarsh@navadhiti.com>

* Provisional diagnosis patch issue (#213)

* fix: provisonal diagnosis values patching issue

* fix: added confirmatory feild name

* fix: file upload issue, file displaying duplicate

* fix: amm-1744 file upload in gynecologist examination screen (#214)

* fix: aam-1779 removing download masters for non-loggedin users

* fix: remove the version number (#222)

---------

Co-authored-by: SnehaRH <77656297+snehar-nd@users.noreply.github.com>
Co-authored-by: Vanitha <vanitha@navadhiti.com>
Co-authored-by: Vanitha S <116701245+vanitha1822@users.noreply.github.com>
Co-authored-by: SnehaRH <sneha@navadhiti.com>
Co-authored-by: Amoghavarsh <93114621+5Amogh@users.noreply.github.com>
Co-authored-by: Vishwanath Balkur <118195001+vishwab1@users.noreply.github.com>
Co-authored-by: Karyamsetty Helen Grace <ka40094929@wipro.com>
Co-authored-by: 5Amogh <amoghavarsh@navadhiti.com>

* fix: version change

---------

Co-authored-by: Vanitha <vanitha@navadhiti.com>
Co-authored-by: Vanitha S <116701245+vanitha1822@users.noreply.github.com>
Co-authored-by: SnehaRH <77656297+snehar-nd@users.noreply.github.com>
Co-authored-by: SnehaRH <sneha@navadhiti.com>
Co-authored-by: Amoghavarsh <93114621+5Amogh@users.noreply.github.com>
Co-authored-by: Karyamsetty Helen Grace <ka40094929@wipro.com>
Co-authored-by: Vishwanath Balkur <118195001+vishwab1@users.noreply.github.com>
Co-authored-by: 5Amogh <amoghavarsh@navadhiti.com>
Co-authored-by: Abhijeet <abhijeetw035@email.com>
Co-authored-by: Abhijeet <149177534+abhijeetw035@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants