2a62787c3b
Merge pull request #63 from HamzaSha1/feature/kyc-onboarding-metadata
...
refactor: remove unused PoiValidationRule class from KycMetadataRespo
2025-11-18 15:16:33 +03:00
91dea22f45
refactor: remove unused PoiValidationRule class from KycMetadataResponseDto
2025-11-18 15:14:47 +03:00
ef28c75f9b
Merge pull request #62 from HamzaSha1/feature/kyc-onboarding-metadata
...
feat: add KYC onboarding metadata endpoint with POI validation
2025-11-18 15:06:50 +03:00
c007ac584f
feat: add KYC onboarding metadata endpoint with POI validation
2025-11-18 15:03:42 +03:00
d2d83549b2
Merge pull request #61 from HamzaSha1/fix/junior-profile-picture-refresh-on-update
...
Enhance profile picture handling in JuniorService to ensure foreign
2025-11-09 12:43:54 +03:00
506974afc8
Enhance profile picture handling in JuniorService to ensure foreign key consistency and validate document ownership before assignment.
2025-11-09 12:42:48 +03:00
95f8cfbfdf
Merge pull request #60 from HamzaSha1/fix/junior-profile-picture-refresh-on-update
...
Update return value in updateJunior method to fetch updated junior dtails by ID instead of returning the junior object directly.
2025-11-09 12:26:44 +03:00
8b00cda23d
Update return value in updateJunior method to fetch updated junior details by ID instead of returning the junior object directly.
2025-11-09 12:25:37 +03:00
12cc88a50e
Merge pull request #59 from HamzaSha1/money-request-to-use-the-parint-account
...
Refactor balance check in increaseReservedBalance method to delegate …
2025-11-02 12:41:51 +03:00
2172051093
Refactor balance check in increaseReservedBalance method to delegate validation to the caller, improving clarity and responsibility separation.
2025-11-02 12:41:16 +03:00
a6a573957c
Merge pull request #58 from HamzaSha1/money-request-to-use-the-parint-account
...
add more loggs
2025-11-02 12:35:31 +03:00
d6fb5f48d9
add more loggs
2025-11-02 12:34:41 +03:00
b0011eb7cc
Merge pull request #57 from HamzaSha1/money-request-to-use-the-parint-account
...
Money request to use the parint account
2025-11-02 12:07:13 +03:00
99af65a300
money-request to use the parent card
2025-11-02 11:57:41 +03:00
0c9b40132a
Merge pull request #56 from HamzaSha1/ZOD-344-after-a-child-completes-registration-using-the-qr-code-the-same-qr-code-remains-valid-and-allows-the-child-to-register-again-instead-of-expiring
...
ZOD-344-Add QR code validation error handling and localization support
2025-11-02 11:02:25 +03:00
3b295ea79f
ZOD-344-Add QR code validation error handling and localization support
...
- Introduced new error handling for already used or expired QR codes in JuniorService.
- Added corresponding localization entries in Arabic and English app.json files for QR code validation messages.
2025-11-02 10:52:43 +03:00
5ffe18ede3
Merge pull request #54 from HamzaSha1/fix/verfy-email
...
Implement OTP generation and email verification logic in UserService
2025-10-28 16:17:51 +03:00
a3a61b4923
Implement OTP generation and email verification logic in UserService
2025-10-28 15:52:24 +03:00
39d5fc1869
Merge pull request #52 from HamzaSha1/ZOD-349-weekly-spending-data-not-displaying-in-the-child-profile-parent-view
...
Enhance weekly summary functionality to accept optional date range pa…
2025-10-28 11:22:52 +03:00
05a6ad2d84
Enhance weekly summary functionality to accept optional date range parameters in CardService, TransactionService, JuniorService, and JuniorController. Update API documentation to reflect new query parameters for start and end dates.
2025-10-28 11:20:49 +03:00
5649d24724
Merge pull request #50 from HamzaSha1/ZOD-349-weekly-spending-data-not-displaying-in-the-child-profile-parent-view
...
git checkout -b ZOD-349-weekly-spending-data-not-displaying-in-the-child-profile-parent-view
2025-10-26 16:05:00 +03:00
bbeece9e03
git checkout -b ZOD-349-weekly-spending-data-not-displaying-in-the-child-profile-parent-view
2025-10-26 13:14:35 +03:00
596562f6dc
Merge pull request #48 from HamzaSha1/feat/neoleap-integration
...
Feat/neoleap integration
2025-10-21 14:56:38 +03:00
10de8f69c9
Merge pull request #47 from HamzaSha1/ZOD-341-junior-a-child-can-edit-their-email-to-an-existing-email-causing-multiple-child-accounts-to-share-the-same-login
...
Remove duplicate email cleanup logic and add unique constraint to use…
2025-10-21 14:15:03 +03:00
8a6b1cc900
Remove duplicate email cleanup logic and add unique constraint to user email
2025-10-21 14:10:14 +03:00
d16ae66252
Merge pull request #46 from HamzaSha1/ZOD-341-junior-a-child-can-edit-their-email-to-an-existing-email-causing-multiple-child-accounts-to-share-the-same-login
...
ZOD-341-Add unique constraint to user email and clean up duplicates
2025-10-21 10:51:12 +03:00
e966f95463
ZOD-341-Add unique constraint to user email and clean up duplicates
2025-10-21 10:49:43 +03:00
2714255dd1
Merge pull request #45 from HamzaSha1/ZOD-341-junior-a-child-can-edit-their-email-to-an-existing-email-causing-multiple-child-accounts-to-share-the-same-login
...
ZOD-341 Add email uniqueness validation to prevent duplicate emails
2025-10-20 14:31:11 +03:00
39a0b131b8
Merge pull request #44 from HamzaSha1/ZOD-341-junior-a-child-can-edit-their-email-to-an-existing-email-causing-multiple-child-accounts-to-share-the-same-login
...
Zod 341 junior a child can edit their email to an existing email causing multiple child accounts to share the same login
2025-10-20 14:27:40 +03:00
4f778f7904
* ZOD-341-junior-a-child-can-edit-their-email-to-an-existing-email-causing-multiple-child-accounts-to-share-the-same-login
2025-10-20 14:25:53 +03:00
7e9bc397a9
Merge pull request #43 from HamzaSha1/ZOD-204-view-spending-from-child-login
...
git checkout -b ZOD-204-view-spending-from-child-login
2025-10-20 10:30:27 +03:00
7bfc14f0d9
Merge pull request #42 from HamzaSha1/ZOD-204-view-spending-from-child-login
...
ZOD-204-view-spending-from-child-login
2025-10-19 15:44:16 +03:00
d2e084d3e4
git checkout -b ZOD-204-view-spending-from-child-login
2025-10-19 15:26:47 +03:00
f81714a525
Merge pull request #41 from HamzaSha1/ZOD-339-child-profile-gender-update-is-not-reflected-after-editing
...
ZOD-339-child-profile-gender-update-is-not-reflected-after-editing
2025-10-19 11:07:39 +03:00
f3282a680b
Merge pull request #40 from HamzaSha1/ZOD-339-child-profile-gender-update-is-not-reflected-after-editing
...
Zod 339 child profile gender update is not reflected after editing
2025-10-19 11:02:40 +03:00
7b57277a7f
ZOD-339-child-profile-gender-update-is-not-reflected-after-editing
2025-10-19 11:01:52 +03:00
fdd2e23669
Merge pull request #39 from HamzaSha1/ZOD-333-junior-incorrect-relationship-label-displayed-as-child-instead-of-daughter-or-son-in-child-confirmation-details-after-the-scan-the-qr-code
...
ZOD-333-junior-incorrect-relationship-label-displayed-as-child-instea
2025-10-19 10:47:51 +03:00
d70ab09960
Merge pull request #38 from HamzaSha1/ZOD-333-junior-incorrect-relationship-label-displayed-as-child-instead-of-daughter-or-son-in-child-confirmation-details-after-the-scan-the-qr-code
...
Zod 333 junior incorrect relationship label displayed as child instead of daughter or son in child confirmation details after the scan the qr code
2025-10-19 09:58:57 +03:00
297a2fe5ad
ZOD-333-junior-incorrect-relationship-label-displayed-as-child-instead-of-daughter-or-son-in-child-confirmation-details-after-the-scan-the-qr-code
2025-10-19 09:57:35 +03:00
33b4f13ec8
Merge pull request #37 from HamzaSha1/feat/neoleap-integration
...
Feat/neoleap integration
2025-10-16 14:50:23 +03:00
310233c519
Merge pull request #36 from HamzaSha1/ZOD-309-child-transaction-history-parent-→-child-transfers
...
ZOD-309-child-transaction-history-parent-→-child-transfers
2025-10-16 12:26:50 +03:00
15621124ad
ZOD-309-child-transaction-history-parent-→-child-transfers
2025-10-16 12:25:16 +03:00
7fc1918de0
Merge pull request #35 from HamzaSha1/feat/parent-topups-and-child-transfers
...
feat: add guardian transactions feature with response DTOs and service integration
2025-10-15 14:17:08 +03:00
f6fa74897a
feat: add guardian transactions feature with response DTOs and service integration
2025-10-15 14:14:59 +03:00
dd6886ff2b
Merge pull request #34 from HamzaSha1/feat/neoleap-integration
...
match the neoleap-integration branch with dev
2025-10-14 12:20:19 +03:00
649191f3f4
Merge pull request #33 from HamzaSha1/fix/customer-gender-missing-in-get-profile
...
fix: add gender property to UserResponseDto
2025-10-14 12:14:01 +03:00
183f6b4475
fix: add gender property to UserResponseDto
...
fix: add gender property to UserResponseDto
2025-10-12 16:06:39 +03:00
8f601b26ae
fix: add gender property to UserResponseDto
2025-10-12 16:03:25 +03:00
918b15c315
fix: add swagger
2025-09-23 09:00:41 +03:00
1830d92cbd
feat: weekly stats for junior
2025-09-23 08:56:57 +03:00