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
Merge branch 'develop' into add-qr-validation
tahmidrahman-dsi committed Jan 28, 2025
commit 60f86d786067311cfc1e5641d4cf74cc1dd75745
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -65,7 +65,7 @@
"@hapi/hapi": "^20.0.1",
"@hapi/inert": "^6.0.3",
"@opencrvs/mosip": "^1.7.0-alpha.14",
"@opencrvs/toolkit": "0.0.30",
"@opencrvs/toolkit": "0.0.32-jr",
"@types/chalk": "^2.2.0",
"@types/csv2json": "^1.4.0",
"@types/fhir": "^0.0.30",
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
@@ -790,15 +790,15 @@
dependencies:
"@octokit/openapi-types" "^18.0.0"

"@opencrvs/mosip@^1.7.0-alpha.13":
version "1.7.0-alpha.13"
resolved "https://registry.yarnpkg.com/@opencrvs/mosip/-/mosip-1.7.0-alpha.13.tgz#7fa45cfb389247f3d5d3e201f15aa0b5c209da17"
integrity sha512-aOOA/CnyjADyYS+YxIshKWyiAlVynkMEHf3jUDnddRQKTxObPj7K4Gm36iF+BDZIoRkBQMJch5LeJPqGXdxRRg==

"@opencrvs/[email protected].31-rr":
version "0.0.31-rr"
resolved "https://registry.yarnpkg.com/@opencrvs/toolkit/-/toolkit-0.0.31-rr.tgz#d7e5ca7dc19e205b7784134f9f43c471e1d94651"
integrity sha512-uldvtVncmuXAeC4/IGmCw1MWpiyxrxxny92GAnPLULKcJlQsRlYV6SFH8fd9NTm/W3el+hsyI5X/vbv1aoCbHA==
"@opencrvs/mosip@^1.7.0-alpha.14":
version "1.7.0-alpha.14"
resolved "https://registry.yarnpkg.com/@opencrvs/mosip/-/mosip-1.7.0-alpha.14.tgz#77fc64cb35e235eef334a7b6cdfed3334701c88f"
integrity sha512-bXgu1vBOfqRZ4SvtMjazYdFuAACOPn8t50Z99Whyr+mDfP8WSclbM99C+gUqAaY1QIiRAHWXFEmKS7fVCk7o7g==

"@opencrvs/[email protected].32-jr":
version "0.0.32-jr"
resolved "https://registry.yarnpkg.com/@opencrvs/toolkit/-/toolkit-0.0.32-jr.tgz#69187597d01f67de7a0cd5d8d639b687df5f27c2"
integrity sha512-97heLb0mGJYoRIVCugaGiYxK+oi3bcggPZf2nLXu/0SHlcwZCgGCsRu+up3kvBN6QmOGZq05zNQrosvh0fa54w==
dependencies:
"@trpc/client" "^11.0.0-rc.648"
"@trpc/server" "^11.0.0-rc.532"

Unchanged files with check annotations Beta

OPENID_PROVIDER_CLAIMS,
OPENID_PROVIDER_CLIENT_ID
} from '@countryconfig/constants'
import { and, objectHasProperty } from '@opencrvs/toolkit/conditionals'

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

GitHub Actions / test

Module '"@opencrvs/toolkit/conditionals"' has no exported member 'objectHasProperty'.
// import { createCustomFieldExample } from '../custom-fields'
// ======================= FORM CONFIGURATION =======================
You are viewing a condensed version of this merge commit. You can view the full changes here.