Coder Social home page Coder Social logo

egovernments / divoc Goto Github PK

View Code? Open in Web Editor NEW
162.0 162.0 203.0 265.69 MB

Open source digital platform for large scale vaccination and digital credentialing programs. Built for India scale, addresses future vaccination scenarios, digital credentialing, and beyond.

License: MIT License

Go 34.41% Makefile 1.39% HTML 4.26% CSS 3.12% JavaScript 43.75% Shell 1.24% FreeMarker 6.75% Java 1.30% Dockerfile 0.69% Python 0.80% Scala 1.36% Jinja 0.93%

divoc's People

Contributors

ajay-beehyv avatar ajay-egov avatar akashdeep217 avatar bhanuprakash-egov avatar bharatkashyap avatar burhanrashid52 avatar dileepbapat avatar egov-joy avatar gajenc avatar himeshr avatar himeshr-egov avatar itzk7 avatar juhijha01 avatar kesavanp123 avatar kuldeep-beehyv avatar kuldeep-kg avatar pramodkvarma avatar prasanna-egov avatar sai-sathvik avatar saiprakash-egov avatar saiprakash-v avatar samarthgr avatar snyk-bot avatar srprasanna avatar tejash-jl avatar varadeth avatar vishi24 avatar vishwajeet-egov avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

divoc's Issues

Controller UI is not loading after login

Describe the bug
After logging as controller UI is blank and only there is logout option.
mobile number :0000000001 password: 1234
In the Browser console I find the below error:
react-dom.production.min.js:216 TypeError: O.replaceAll is not a function
at L (FacilityController.js:36)
at FacilityController.js:29
at Lu (react-dom.production.min.js:262)
at t.unstable_runWithPriority (scheduler.production.min.js:18)
at Wo (react-dom.production.min.js:122)
at Mu (react-dom.production.min.js:261)
at react-dom.production.min.js:261
at D (scheduler.production.min.js:16)

To Reproduce
Steps to reproduce the behavior:

  1. Login as controller
  2. You will not find any features after login. you can only see a blank screen with logout option.
  3. See error
    From the Browser Console:
    react-dom.production.min.js:216 TypeError: O.replaceAll is not a function
    at L (FacilityController.js:36)
    at FacilityController.js:29
    at Lu (react-dom.production.min.js:262)
    at t.unstable_runWithPriority (scheduler.production.min.js:18)
    at Wo (react-dom.production.min.js:122)
    at Mu (react-dom.production.min.js:261)
    at react-dom.production.min.js:261
    at D (scheduler.production.min.js:16)

Expected behavior
After logged in as controller we should be able to see the options provided to the controller.

Screenshots
ControllerLogin

Desktop (please complete the following information):

  • OS: Ubuntu 18.04
  • Browser Chrome
  • Version 90.0.4430.93

Create Vaccine request failed

Describe the bug
I have logged in as system admin and tried to create Vaccine. But it is getting failed because of the request model mismatch,
From UI the request model is going different than expected.

To Reproduce
Steps to reproduce the behavior:

  1. Login as system admin.

  2. Click on Vaccine link to create Vaccine. After filling the form try saving the Vaccine It will not get saved.

  3. Request going to the registry service: {"administrationType":"muscular injection","schedule":{"repeatTimes":2,"repeatInterval":2},"name":"CoviShield","provider":"seeram","effectiveUntil":8,"status":"Active","price":200}

  4. 05:19:58.514 [http-nio-8081-exec-3] ERROR i.o.v.j.j.JsonValidationServiceImpl:61 - #/Medicine/doseIntervals: expected type: JSONArray, found: Null : expected type: JSONArray, found: Null
    05:19:58.516 [http-nio-8081-exec-3] INFO i.o.r.e.CustomExceptionHandler:27 - Exception thrown-#/Medicine/doseIntervals: expected type: JSONArray, found: Null

  5. If I change the request model as per yaml it is working fine through postman.

  6. {
    "name": "Covaxin",
    "provider": "Bharat Biotech",
    "vaccinationMode": "muscular injection",
    "doseIntervals": [
    {
    "min": 2,
    "max": 42
    }
    ],
    "effectiveUntil": 6,
    "status": "Active",
    "price": 200
    }

Expected behavior
We should be able to create Vaccine when I login as system admin through UI.

Desktop (please complete the following information):

  • OS: Ubuntu 18.04
  • Browser Chrome
  • Version 90.0.4430.93

Additional context
Mismatch in the Vaccine Request Model either in the back end or Front End.
From FrontEnd it is not generating the request as per the admin API yaml

[BUG] nging configution error

I am installing the application on ec2 instance on amazon linux 2 . NGINX and Notification dockers are not starting .
[ec2-user@ip-172-31-51-251 DIVOC]$ docker-compose up -d
Building with native build. Learn about native build in Compose here: https://docs.docker.com/go/compose-native-build/
Starting divoc_es_1 ... done
Starting divoc_zookeeper_1 ... done
Starting divoc_clickhouse-server_1 ... done
Starting divoc_digilocker_support_api_1 ... done
Starting divoc_db_1 ... done
Starting divoc_analytics_feed_1 ... done
Starting divoc_flagr_1 ... done
Starting divoc_keycloak_1 ... done
Starting divoc_registry_1 ... done
Starting divoc_kafka_1 ... done
Starting divoc_certificate_processor_1 ... done
Starting divoc_certificate_signer_1 ... done
Starting divoc_notification-service_1 ... done
Starting divoc_vaccination_api_1 ... done
Starting divoc_portal_api_1 ... done
Starting divoc_nginx_1 ... done
[ec2-user@ip-172-31-51-251 DIVOC]$ docker-compose ps
Name Command State Ports

divoc_analytics_feed_1 /app/analytics_feed Exit 2
divoc_certificate_processor_1 /app/certificate_processor Up
divoc_certificate_signer_1 docker-entrypoint.sh npm start Up
divoc_clickhouse-server_1 /entrypoint.sh Up 0.0.0.0:8123->8123/tcp, 0.0.0.0:9000->9000/tcp, 9009/tcp
divoc_db_1 docker-entrypoint.sh postgres Up 5432/tcp
divoc_digilocker_support_api_1 /app/digilocker_support_api Up
divoc_es_1 /tini -- /usr/local/bin/do ... Up 0.0.0.0:9200->9200/tcp, 0.0.0.0:9300->9300/tcp
divoc_flagr_1 /bin/sh -c ./flagr Up 0.0.0.0:18000->18000/tcp
divoc_kafka_1 /etc/confluent/docker/run Up (healthy) 0.0.0.0:9092->9092/tcp
divoc_keycloak_1 /opt/jboss/tools/docker-en ... Up (healthy) 0.0.0.0:8080->8080/tcp, 8443/tcp, 0.0.0.0:9990->9990/tcp
divoc_nginx_1 /docker-entrypoint.sh ngin ... Exit 1
divoc_notification-service_1 /app/notification-service ... Exit 2
divoc_portal_api_1 /app/divoc-portal-api-serv ... Up 0.0.0.0:8001->8001/tcp
divoc_registry_1 java -Xms1024m -Xmx2048m - ... Up 0.0.0.0:8081->8081/tcp
divoc_vaccination_api_1 /app/divoc-server --scheme ... Up 0.0.0.0:8000->8000/tcp
divoc_zookeeper_1 /etc/confluent/docker/run Up 0.0.0.0:2181->2181/tcp, 2888/tcp, 3888/tcp
[ec2-user@ip-172-31-51-251 DIVOC]$

[BUG] : Issue in deployment

Describe the bug
While registering the new vaccines in the release 1.23.2. http 500 - Internal server is encountered.

To Reproduce
Steps to reproduce the behavior:
Post deployment, create a new vaccine

Expected behavior
Vaccines should get registered

Screenshots
Necessary log file attached for register service

VM details (please complete the following information):

  • OS: Cent OS 8/ 6 GB RAM
  • Browser chrome
  • Version : Latest

Smartphone (please complete the following information):
NA

Additional context
Add any other context about the problem here.
This error is consistently coming for the from 1.21 release
registry_error.txt

correct spelling mistake in certificate

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like
A clear and concise description of what you want to happen.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.
There is small spelling correction in certificate . The last letter has come as CAPITAL . It should be "Bhat" but showing "BhaT"

[BUG] Another Person registered using my phone number without OTP

Describe the bug
A clear and concise description of what the bug is.

I try to register for Vaccination using my phone number, but after entering the OTP in CoWIN/Arogya Setu App, the page is showing up details of an another person who had already received the first dose of vaccination with certificate. I am still bewildered as to how other person was able to register without the OTP.

My phone num : 8867265618

To Reproduce
Steps to reproduce the behavior:

  1. Go to 'https://www.cowin.gov.in/home'
  2. Click on 'Click Register/Sign In yourself'
  3. Scroll down to 'Enter your phone number and enter the OTP which you have received to register for Vaccination'
  4. See error

Expected behavior

Without OTP other person should not register using my phone number

Screenshots
If applicable, add screenshots to help explain your problem.
image

Desktop (please complete the following information):

  • OS: [e.g. iOS]
  • Browser [e.g. chrome, safari]
  • Version [e.g. 22]

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Browser [e.g. stock browser, safari]
  • Version [e.g. 22]

Additional context
Please fix this issue ASAP

[BUG] Showing 1st Dose instead of 2nd Dose.

Describe the bug

My father just got vaccinated and the registeration guy registered wrongly as 1st dose even though it was 2nd dose.
I would suggest that with aadhar there is should be no option to register for the same dose again.

Also would want to rectify the error and get the proper vaccination certificate.

To Reproduce
Steps to reproduce the behavior:
Issue seen after downloading the certificate.

Expected behavior
Shouldnt allow for same dose again. Also recitification of the issue reuqired.

Screenshots
N/a

Desktop (please complete the following information):

  • OS: [e.g. iOS]
  • Browser [e.g. chrome, safari]
  • Version [e.g. 22]

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Browser [e.g. stock browser, safari]
  • Version [e.g. 22]

Additional context
Add any other context about the problem here.

Upload Facilities getting failed

Describe the bug
I am not able to upload the facilities file. I have downloaded the template and added some entries and uploaded the same file.
Because of some field mismatch the upload is getting failed. Template is not updated It is missing some Fields.
After adding the missing field also it is throwing error.

To Reproduce
Steps to reproduce the behavior:

  1. Login as system admin and downloaded the facilities template file and added some entries in the file.
  2. Uploaded the file. Upload got successful but it is getting failed in reading the records because some field mismatch.
  3. errors
    #/Facility: required key [serialNum] not found

Expected behavior
Facilities Template should be updated. We should be able to create the facilities through that template.

Desktop (please complete the following information):

  • OS: Ubuntu 18.04
  • Browser Chrome
  • Version 90.0.4430.93

Additional context
Facilities template was not updated. Even after adding the missing fields(serialNum) we are not able to create facilities.

[BUG]

Describe the bug

Please do not enter any personal information, for COWIN / registration / certificate related issues login to https://www.cowin.gov.in/home and report issue

A clear and concise description of what the bug is (only DIVOC api / module).

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: [e.g. iOS]
  • Browser [e.g. chrome, safari]
  • Version [e.g. 22]

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Browser [e.g. stock browser, safari]
  • Version [e.g. 22]

Additional context
Add any other context about the problem here.

DepShield encountered errors while building your project

The project could not be analyzed because of build errors. Please review the error messages here. Another build will be scheduled when a change to a manifest file* occurs. If the build is successful this issue will be closed, otherwise the error message will be updated.

This is an automated GitHub Issue created by Sonatype DepShield. GitHub Apps, including DepShield, can be managed from the Developer settings of the repository administrators.

* Supported manifest files are: pom.xml, package.json, package-lock.json, npm-shrinkwrap.json, Cargo.lock, Cargo.toml, main.rs, lib.rs, build.gradle, build.gradle.kts, settings.gradle, settings.gradle.kts, gradle.properties, gradle-wrapper.properties, go.mod, go.sum

[BUG]

Hey I am ishika my father was vaccinated dose1 on 5 may but cowin is showing not vaccinated so he was unable to download the certificate.

A already got vaccinated on 6th May but on cowin it's still no showing and I'm unable to download certificate of vaccination ...[BUG]

Describe the bug

Please do not enter any personal information, for COWIN / registration / certificate related issues login to https://www.cowin.gov.in/home and report issue

A clear and concise description of what the bug is (only DIVOC api / module).

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: [e.g. iOS]
  • Browser [e.g. chrome, safari]
  • Version [e.g. 22]

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Browser [e.g. stock browser, safari]
  • Version [e.g. 22]

Additional context
Add any other context about the problem here.

Vaccination today at Victoria hospital Bangalore for dose 1. But it is not updated and cowin shows that I have not been vaccinated. How to get it rectified? [DOC]

Is your suggestion to fix an issue with documentation or to improve it?
A clear and concise description of the request helps. Ex. Line starting with "install ..." needs to be corrected to [...]

provide link to the documentation page if any including reference to the line/para
A clear and concise description of what you want to happen.

Additional context
Add any other context or screenshots about the feature request here.

[BUG] Name on Covid Vaccine Certificate Wrong

Surname on Covid Vaccine Certificate is spelt wrongly as "SurI" instead of correct "Suri". Please note that in both the cases the letter is "i". Since it is showing in CAPS in the wrong case, it can be misinterpreted as letter L (small) by authorities. To verify this, I have already ctrl + c the letter "I" and pasted it in notepad where I changed the Font to verify that it was acually CAPITAL i.
I would like to inform that during the initial registering of my name at the CoWin portal I entered my name in all CAPS however it was saved with the above error. Therefore, I believe that there is a bug in the system.
Please understand that due to the nature of my overseas job which requires visiting several countries in a month with addition of more more countries favouring vaccine passports, the above error can be an END to my career.
Also note that the vaccine certificates are showing Aadhaar card as xxxx xxxx 1234. The certificate should display the full Aadhaar card number so that it can be verified by autorities. Showing only the last 4 digits seems to be of no use.

Covid vaccination certificate issue

Is your suggestion to fix an issue with documentation or to improve it?
" even after my second dose of covishield vaccine on 10 march 2021, i am getting only first dose provisional vaccination certificate, please help me to get the final certificate"

provide link to the documentation page if any including reference to the line/para
A clear and concise description of what you want to happen.

Additional context

UI and API Intigration

  • Slide animation on page navigation
  • Setup model for API calls
  • Fix UI aligment and desgin.
  • Check internet connection.
  • Setup fonts

Vaccination certificate

My mother's 1st dose vaccination was done on 27th of march in Landmark Hospital CVC but it's not updated and its showing not vaccinated in COWIN. Please find the evidences
Peddakotla Padmavathi
Aadhar Number: 5154 2191 1886

IMG_9964
IMG_9951

[DOC] : Design document is missing

Is your suggestion to fix an issue with documentation or to improve it?
Need design document for DIVOC which should include, but not limited to
-- Feature
-- API description
-- Database dictionary
-- Teck stack
-- Imp configuration
-- A word about security at various levels would be helpful

Further installation document / SOP for deploying on Kubernetes will be helpful. Easy deployment on K8 would allow enthusiast to benchmark it and can contribute to performance upscaling.

Further DIVOC would need to publish why DIVOC is scalable and performance achiever for country with population at scale like India. What all improvement at application, database and other software components should also be mentioned, for external world to appreciate it.

provide link to the documentation page if any including reference to the line/para
NA

Additional context
NA

Name wrong in corona vaccination certificate [DOC]

I have got my name spelling mistake in corona vaccination certificate.. Its spelled as Aaankush kumar instead of original name Ankush Kumar.. Please tell me how to correct it.. Send the reply to email id

[FEATURE] : Screen to register a new facility

Is your feature request related to a problem? Please describe.
I am trying to bulk register a few facilities and it failed die to some reason. I had to spent some time to resolve it but luck not favoring me

Describe the solution you'd like
Provide a simple screen / API to register 1 facility at a time. In a chaos situation, when there are problems in dealing in bulk operations like bulk registration etc, single record based operation, in the form of screen, would ease the tension of the hour

Describe alternatives you've considered
None

Additional context
Where ever ther are bulk file upload based operations, single record based screen operation would help

[BUG] 2nd dose certificate updated as 1st dose certificate. How to get corrected. Both dose vaccination is completed. Now dose-1 certificate is missing because 2nd dose is reflecting as 1st dose. Next dose schedule is reflecting. Please guide on correction. Varanasi CMO office number is not connecting.

313CF665-3D62-49A4-B88D-F66BACC6BCA4
AC173929-D027-494E-B0AF-67BD13D2E98D

Is your suggestion to fix an issue with documentation or to improve it?
A clear and concise description of the request helps. Ex. Line starting with "install ..." needs to be corrected to [...]

provide link to the documentation page if any including reference to the line/para
A clear and concise description of what you want to happen.

Additional context
Add any other context or screenshots about the feature request here.

Vaccine center register wrong mobile number.

Vaccine center register wrong mobile number, my parents got their vaccination but we can't access certificate as register number is wrong please help solve this problem, or provide a way to access certificate.

[BUG] : Mistach of file format for bulk registeration of facilities

Describe the bug

Error while uploading csv file for bulk registration of facilities in admin login

To Reproduce
Steps to reproduce the behavior:

  1. login with admin login Divoc
  2. Click on facilities tab and upload the csv file attached
  3. See error. Error file also attached

Expected behavior
File is created as per file format mentioned in the application. file should get uploaded and facilities should get registered

Screenshots
Added

error.zip

Desktop (please complete the following information):

  • OS: win 10
  • Browser chrome
  • Version latest

Smartphone (please complete the following information): - NA

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Browser [e.g. stock browser, safari]
  • Version [e.g. 22]

Additional context
Error talk about some serial number column missing in the file, however the download template csv does not include the said column

when I run this doccker-compose keycloak pointing to https://divoc.xiv.in/auth

Hello All ,

I am working with Alabama university for covid vaccine solution , I thought this is a suitable solution, When i compose using docker-compose and up and running

my http://x.xx.xx.xx/portal pointing to https://divoc.xiv.in/auth.

/portal/public/keycloak,json
{
"realm": "divoc",
"auth-server-url": "https://divoc.xiv.in/auth/",
"ssl-required": "external",
"resource": "facility-admin-portal",
"public-client": true,
"verify-token-audience": true,
"use-resource-role-mappings": true,
"confidential-port": 0
}

modify to my server keycloak ,

Thanks,
TK

[DOC] Not able to download 1st dose covid vaccination certificate, only final dose certificate available to downloadfrom cowin portal,Need both dose vaccination certificate please help

**Is your suggestion to fix an issue with documentation or to improve it?**
A clear and concise description of the request helps. Ex. Line starting with "install ..." needs to be corrected to [...]

provide link to the documentation page if any including reference to the line/para
A clear and concise description of what you want to happen.

Additional context
Add any other context or screenshots about the feature request here.

I had my first dose of covidshield on 31-03-2021 at lucknow at lucknow on paid basis. My second dose was due on 10th. On 13th may I sheduled for 2nd dose at UPHC Jiamau, lucknow but the registration showed me first dose only. I got my second dose at scheduled centre but my certificate is not downloading.

Describe the bug

Please do not enter any personal information, for COWIN / registration / certificate related issues login to https://www.cowin.gov.in/home and report issue

A clear and concise description of what the bug is (only DIVOC api / module).

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: [e.g. iOS]
  • Browser [e.g. chrome, safari]
  • Version [e.g. 22]

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Browser [e.g. stock browser, safari]
  • Version [e.g. 22]

Additional context
Add any other context about the problem here.

[BUG]

IMG-20210508-WA0007
Screenshot_20210508-072342_Chrome

My neighbour Have had 1st dose but not reflect in cowin or arogyasetu app kindly update .

Certificate attached

Testing issue/idea reporting by user community

This is to test issue/idea reporting by DIVOC user community using Github issue tracker. Not sure how categorization can be done appropriately. Don't see any button to tag it as a particular category.

Wrong vaccine name- unable to book online

I am writing in reference to the covid vaccination registration done from mobile no 9664890736

The vaccine is incorrectly shown as COVAXIN in place of Covishield for following registered persons

SANJEEVA BOOBA SHETTY Ref id 4085516727621
ROHINI SANJEEVA SHETTY Ref I'd 9750722538054

Certificate mentions vaccine as Covishield. Attaching certificates for your reference
certificate.pdf
certificate (2).pdf
Screenshot_20210505-155010_Chrome
Screenshot_20210505-155033_Chrome

[BUG] Security Issue in Identity Access management

Please check the email sent out 16:16 PM 15-05-2021 at [email protected] this email. I could not report this here due to sensitivity of the issue.

To Reproduce

Expected behavior

Screenshots

Desktop (please complete the following information):

Smartphone (please complete the following information):

Additional context
Add any other context about the problem here.

[BUG]

Describe the bug
Certificate is generated automatically after the slot duration without any second level of confirmation from the vaccinated person or from the doctor.

To Reproduce
Steps to reproduce the behavior:

  1. Login and Schedule an appointment
  2. Wait till the duration is over
  3. Re-login and verify that certificate is generated

Expected behavior
After the duration , there should be some sort of confirmation call to the vaccinated person before certificate generation

Screenshots
image

Desktop (please complete the following information):

  • OS: [e.g. iOS]
  • Browser [e.g. chrome, safari]
  • Version [e.g. 22]

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Browser [e.g. stock browser, safari]
  • Version [e.g. 22]

Additional context
*Citizen received a SMS at 2:17PM saying successfully vaccinated
*Citizen walked in to the centre and was denied vaccination on the scheduled slot
*Citizen was advised to come the following day morning slot but not vaccinated citing the fake certificate generated on system

Vaccine center registered wrong mobile number

My Dad took his 1st dose of vaccine on 28th April.. After so many days of vaccination there is no confirmation of 1st dose on sms and it's also not showing at cowin website under registered number. May be center registered my Dad under wrong number by there clerical mistake. But there is no solution for this problem. Solve this asap

[BUG]Age is reflecting incorrect

The age on the certificate is showing incorrect. It is showing as current_age + 1 in the certificate. Though i have entered the correct birth year. Please correct it.

Integration of 1st Vaccine Dose with Beneficiary Reference ID to book 2nd Vaccine Slot Online

Problem
Cannot book online slot for 2nd Dose for my friend as during his time, COWIN Portal was not fully functional.

A lot of you must be facing the similar issue that before COWIN was launched, people who got vaccinated with 1st Dose are not able to book Online slot for 02nd Dose. Because when you register them on the COWIN Portal through any mobile number with all the details like Aadhar Number, Aadhar Name, Date of Birth...it considers that person FIRST time and request them to book a slot for their 1st Dose.

So the main problem is that COWIN Portal should automatically show "Partially Vaccinated" or Due Date or anything as soon as I enter the information (Like Aadhar Card or whichever details was submitted during the 1st Dose of Vaccination) for the same person so that 2nd Dose slot can be booked online. Therefore, this issue is legit and should be corrected ASAP.

Appropriate Solution
Integrate the details of the all the people like "Name, Date of Birth, Vaccination Date, Vaccination Centre and etc." on COWIN Portal who got vaccinated before Online booking criteria. And when adding the new beneficiary/member through mobile number, Under the "Proof Of Document", it should ask for "Beneficiary Reference ID" also like other prelisted options. So that the servers/system can fetch the details of that person who got 1st Dose and automatically requests for 2nd Dose when booking online.

Alternate Solution
Create a separate tab/button for people with 1st Dose Certificate to scan and upload it on COWIN Portal so that they can be given option to book for 2nd Slot when successfully verified by the Medical/Govt. Official or AI System.

[BUG]

My Mom got her 1st dose on 6th April 2021 @ IGMH Bhiwandi, however, when I go for her 2nd dose booking the registration shows the schd for 1st dose only and I don't even get a vaccine certificate for the 1st dose!
What should I do? How will I get here the 2nd dose? @CoWIN20India
08CD4AB6-4258-46BA-B2B0-22605E0036F7
Uploading F9C35847-D0E2-40D6-B8E8-4632424FA8A7.jpeg…

[BUG] i have taken 2doses of covaxine.But in umang app I am able to download only the 1st dose vaccination certificate.It is showing missed dose for 2nd vaccine.Help

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: [e.g. iOS]
  • Browser [e.g. chrome, safari]
  • Version [e.g. 22]

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Browser [e.g. stock browser, safari]
  • Version [e.g. 22]

Additional context
Add any other context about the problem here.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.