Skip to content

Conversation

@devikasuresh20
Copy link
Contributor

@devikasuresh20 devikasuresh20 commented Sep 11, 2024

Summary by CodeRabbit

  • New Features

    • Introduced a comprehensive registration form for beneficiaries, integrating personal, location, and additional information management.
    • Enhanced user interface for managing ABHA details, including buttons for viewing, downloading, and generating ABHA cards.
    • Implemented dynamic forms for capturing location and other information with various input types and validations.
    • Added a personal information form with image upload capabilities and real-time validation feedback.
  • Bug Fixes

    • Addressed styling issues in various components for improved UI consistency.
  • Documentation

    • Updated documentation to reflect new features and usage instructions.
  • Tests

    • Added unit tests for new components to ensure functionality and reliability.

Karyamsetty Helen Grace and others added 2 commits April 29, 2025 18:31

jobs:
lint-and-audit:
uses: PSMRI/.github/.github/workflows/lint_audit.yml@main

Check warning

Code scanning / CodeQL

Workflow does not contain permissions Medium

Actions job or workflow does not limit the permissions of the GITHUB_TOKEN. Consider setting an explicit permissions block, using the following as a minimal starting point: {}

Copilot Autofix

AI 8 months ago

To fix the issue, we will add a permissions block at the root of the workflow file. Since this workflow appears to perform linting and auditing tasks, it likely only requires contents: read permissions. This minimal permission allows the workflow to read the repository's contents without granting unnecessary write access.

The permissions block will be added directly under the name field to apply to all jobs in the workflow.


Suggested changeset 1
.github/workflows/lint_audit.yml

Autofix patch

Autofix patch
Run the following command in your local git repository to apply this patch
cat << 'EOF' | git apply
diff --git a/.github/workflows/lint_audit.yml b/.github/workflows/lint_audit.yml
--- a/.github/workflows/lint_audit.yml
+++ b/.github/workflows/lint_audit.yml
@@ -1,2 +1,4 @@
 name: ESLint and NPM Audit
+permissions:
+  contents: read
 
EOF
@@ -1,2 +1,4 @@
name: ESLint and NPM Audit
permissions:
contents: read

Copilot is powered by AI and may make mistakes. Always verify output.
Karyamsetty Helen Grace and others added 26 commits May 14, 2025 01:52
* fix(feature): ben details patch restriction on abha exists

* fix(bug): family Planning & print abha card changes

---------

Co-authored-by: Karyamsetty Helen Grace <ka40094929@wipro.com>
* fix(feature): ben details patch restriction on abha exists

* fix(bug): family Planning & print abha card changes

* fix(bug): abha id patch

---------

Co-authored-by: Karyamsetty Helen Grace <ka40094929@wipro.com>
* fix(feature): ben details patch restriction on abha exists

* fix(bug): family Planning & print abha card changes

* fix(bug): abha id patch

---------

Co-authored-by: Karyamsetty Helen Grace <ka40094929@wipro.com>
Abdm facilitFamily tagging side panel details patch issue
* fix(bug): Added benFlowId empty condition while patching ben details on left panel

* fix(bug): added benflowid empty condition while patching ben details on left panel
* fix(bug): Added benFlowId empty condition while patching ben details on left panel

* fix(bug): added benflowid empty condition while patching ben details on left panel

* fix: get ben family details changes
* fix(bug): Added benFlowId empty condition while patching ben details on left panel

* fix(bug): added benflowid empty condition while patching ben details on left panel

* fix: get ben family details changes

* hwc to aam changes
* registration comp changes

* minor change for abdm Facility

---------

Co-authored-by: devikasuresh20 <devika.s36@wipro.com>
Co-authored-by: Karyamsetty Helen Grace <ka40094929@wipro.com>
@5Amogh 5Amogh merged commit 6bb2b20 into main Jul 11, 2025
13 of 16 checks passed
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.