Skip to content
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

feat: add qr validation #11

Merged
merged 23 commits into from
Feb 6, 2025
Merged
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
86b8e82
feat: provide validation options to qr reader component
tahmidrahman-dsi Jan 28, 2025
c73b115
chore: bump mosip package version
tahmidrahman-dsi Jan 28, 2025
244e81c
chore: bump toolkit version
tahmidrahman-dsi Jan 28, 2025
4468b17
chore: handle nid in qr data
tahmidrahman-dsi Jan 28, 2025
dd790e1
chore: add translation message
tahmidrahman-dsi Jan 28, 2025
60f86d7
Merge branch 'develop' into add-qr-validation
tahmidrahman-dsi Jan 28, 2025
7fa7f13
chore(interim): use legacy version toolkit in parallel with the lates…
tahmidrahman-dsi Jan 28, 2025
de5764d
feat: provide mapping for verified field
Zangetsu101 Jan 29, 2025
d938ebb
fix: remove opencrvs-toolkit-legacy
tahmidrahman-dsi Jan 30, 2025
aaafe4d
feat: implement id reader fields to mother, father in addition with i…
tahmidrahman-dsi Jan 30, 2025
5de1274
fix: remove skip and update snapshot
tahmidrahman-dsi Jan 30, 2025
fd06f49
fix: unintended update flag
tahmidrahman-dsi Jan 30, 2025
59f5e6b
chore: pre-pop fields of mother and father section
tahmidrahman-dsi Jan 30, 2025
f2f4546
chore: update form configs
tahmidrahman-dsi Jan 31, 2025
33afcb2
fix: error message
tahmidrahman-dsi Jan 31, 2025
2661b08
chore: bump mosip package version
tahmidrahman-dsi Jan 31, 2025
60ce05a
fix: update copies
tahmidrahman-dsi Feb 3, 2025
dfb6de3
feat: add handlers for review & approval actions
Zangetsu101 Jan 29, 2025
151c938
Merge pull request #13 from opencrvs/online-verification
tahmidrahman-dsi Feb 3, 2025
b21435d
feat: authenticated status related messages
tahmidrahman-dsi Feb 3, 2025
ed67df3
fix: typo with ids
tahmidrahman-dsi Feb 4, 2025
16a38e3
fix: typo
tahmidrahman-dsi Feb 4, 2025
fb88f6d
fix: add missing env vars
tahmidrahman-dsi Feb 4, 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
Prev Previous commit
Next Next commit
fix: error message
tahmidrahman-dsi committed Jan 31, 2025

Verified

This commit was signed with the committer’s verified signature.
oliviertassinari Olivier Tassinari
commit 33afcb2d0acd189224a0d0212a20bd17c4316564
2 changes: 1 addition & 1 deletion src/translations/client.csv
Original file line number Diff line number Diff line change
@@ -1215,7 +1215,7 @@ form.field.nidVerificationOngoing,Label for indicating offline status for the us
form.field.nidVerified,,Authenticated,Authentifié
form.field.previewGroups.primaryAddress,,Usual place of residence,Adresse résidentielle
form.field.previewGroups.secondaryAddress,,Secondary address,Adresse secondaire
form.field.qr.validation.error,Error message for QR code validation,This QR code is not recognised. Please try again.,Ce code QR n'est pas reconnu. Veuillez réessayer.
form.field.qr.validation.error,Error message for QR code validation,This QR code is not recognised.,Ce code QR n'est pas reconnu.
form.field.select.placeholder,,Select,Sélectionnez
form.field.showLabel,Button to show section,Show,Afficher
form.field.tooltip.tooltipNationalID,,The National ID can only be numeric and must be 10 digits long,Il s'agit d'une info-bulle pour guider l'utilisateur dans la saisie de l'identifiant national.

Unchanged files with check annotations Beta

import { getReasonForLateRegistration } from '../custom-fields'
import { getIDNumberFields, getIDType } from '../custom-fields'
import { getGenderCustom } from './custom-fields'
import { idReaderFields, getInitialValueFromIDReader } from '@opencrvs/mosip'

Check failure on line 86 in src/form/birth/index.ts

GitHub Actions / test

Module '"@opencrvs/mosip"' has no exported member 'idReaderFields'.

Check failure on line 86 in src/form/birth/index.ts

GitHub Actions / test

Module '"@opencrvs/mosip"' has no exported member 'getInitialValueFromIDReader'.
import { esignetConfig, qrCodeConfig } from '../common/id-reader-configurations'
// import { createCustomFieldExample } from '../custom-fields'