Files
clinicpro/graphify-out/cache/ast/v0.8.44/7956e81fe8e81b642076d55380a796ca70431e6c3880db06d2fc264c8b078f82.json
T
hamed c2c6ae4d02 feat(migrations): add national_code_verified flag to users and normalize bank_account representation
- Added a new column `national_code_verified` to the `users` table.
- Normalized the `bank_account` field in the `representations` table from a single object to an array of IBANs with a default `verified` status of false.

feat(ApiIrService): implement identity verification client for api.ir

- Created `ApiIrService` to handle identity verification via api.ir.
- Implemented methods for matching national code with mobile and IBAN with national code and birth date.
- Added error handling and logging for external API requests.
2026-06-25 19:38:47 +03:30

1 line
3.6 KiB
JSON

{"nodes": [{"id": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_shared_exception_appexception_php", "label": "AppException.php", "file_type": "code", "source_file": "src/Shared/Exception/AppException.php", "source_location": "L1"}, {"id": "exception_appexception_appexception", "label": "AppException", "file_type": "code", "source_file": "src/Shared/Exception/AppException.php", "source_location": "L7"}, {"id": "runtimeexception", "label": "RuntimeException", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "exception_appexception_appexception_construct", "label": ".__construct()", "file_type": "code", "source_file": "src/Shared/Exception/AppException.php", "source_location": "L9"}, {"id": "exception_appexception_appexception_geterrorcode", "label": ".getErrorCode()", "file_type": "code", "source_file": "src/Shared/Exception/AppException.php", "source_location": "L18"}, {"id": "exception_appexception_appexception_gethttpstatus", "label": ".getHttpStatus()", "file_type": "code", "source_file": "src/Shared/Exception/AppException.php", "source_location": "L19"}, {"id": "exception_appexception_appexception_getfield", "label": ".getField()", "file_type": "code", "source_file": "src/Shared/Exception/AppException.php", "source_location": "L20"}], "edges": [{"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_shared_exception_appexception_php", "target": "errorcodes", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Shared/Exception/AppException.php", "source_location": "L5", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_shared_exception_appexception_php", "target": "exception_appexception_appexception", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/Shared/Exception/AppException.php", "source_location": "L7", "weight": 1.0}, {"source": "exception_appexception_appexception", "target": "runtimeexception", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "src/Shared/Exception/AppException.php", "source_location": "L7", "weight": 1.0}, {"source": "exception_appexception_appexception", "target": "exception_appexception_appexception_construct", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Shared/Exception/AppException.php", "source_location": "L9", "weight": 1.0}, {"source": "exception_appexception_appexception", "target": "exception_appexception_appexception_geterrorcode", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Shared/Exception/AppException.php", "source_location": "L18", "weight": 1.0}, {"source": "exception_appexception_appexception", "target": "exception_appexception_appexception_gethttpstatus", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Shared/Exception/AppException.php", "source_location": "L19", "weight": 1.0}, {"source": "exception_appexception_appexception", "target": "exception_appexception_appexception_getfield", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Shared/Exception/AppException.php", "source_location": "L20", "weight": 1.0}], "raw_calls": [{"caller_nid": "exception_appexception_appexception_construct", "callee": "parent", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Shared/Exception/AppException.php", "source_location": "L15", "receiver": null}, {"caller_nid": "exception_appexception_appexception_construct", "callee": "ErrorCodes", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Shared/Exception/AppException.php", "source_location": "L15", "receiver": null}]}