Files
clinicpro/graphify-out/cache/ast/v0.8.44/50306f63113ee6dfa84443fe08d91f9fb9b17b7b9f86a85539bcd3a05215c51a.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
7.4 KiB
JSON

{"nodes": [{"id": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_config_repository_siteconfigrepository_php", "label": "SiteConfigRepository.php", "file_type": "code", "source_file": "src/Config/Repository/SiteConfigRepository.php", "source_location": "L1"}, {"id": "repository_siteconfigrepository_siteconfigrepository", "label": "SiteConfigRepository", "file_type": "code", "source_file": "src/Config/Repository/SiteConfigRepository.php", "source_location": "L9"}, {"id": "serviceentityrepository", "label": "ServiceEntityRepository", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "repository_siteconfigrepository_siteconfigrepository_construct", "label": ".__construct()", "file_type": "code", "source_file": "src/Config/Repository/SiteConfigRepository.php", "source_location": "L40"}, {"id": "managerregistry", "label": "ManagerRegistry", "file_type": "code", "source_file": "src/Config/Repository/SiteConfigRepository.php", "source_location": "L40"}, {"id": "repository_siteconfigrepository_siteconfigrepository_get", "label": ".get()", "file_type": "code", "source_file": "src/Config/Repository/SiteConfigRepository.php", "source_location": "L45"}, {"id": "repository_siteconfigrepository_siteconfigrepository_getall", "label": ".getAll()", "file_type": "code", "source_file": "src/Config/Repository/SiteConfigRepository.php", "source_location": "L54"}, {"id": "repository_siteconfigrepository_siteconfigrepository_set", "label": ".set()", "file_type": "code", "source_file": "src/Config/Repository/SiteConfigRepository.php", "source_location": "L70"}], "edges": [{"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_config_repository_siteconfigrepository_php", "target": "siteconfig", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Config/Repository/SiteConfigRepository.php", "source_location": "L5", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_config_repository_siteconfigrepository_php", "target": "serviceentityrepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Config/Repository/SiteConfigRepository.php", "source_location": "L6", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_config_repository_siteconfigrepository_php", "target": "managerregistry", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Config/Repository/SiteConfigRepository.php", "source_location": "L7", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_config_repository_siteconfigrepository_php", "target": "repository_siteconfigrepository_siteconfigrepository", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/Config/Repository/SiteConfigRepository.php", "source_location": "L9", "weight": 1.0}, {"source": "repository_siteconfigrepository_siteconfigrepository", "target": "serviceentityrepository", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "src/Config/Repository/SiteConfigRepository.php", "source_location": "L9", "weight": 1.0}, {"source": "repository_siteconfigrepository_siteconfigrepository", "target": "repository_siteconfigrepository_siteconfigrepository_construct", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Config/Repository/SiteConfigRepository.php", "source_location": "L40", "weight": 1.0}, {"source": "repository_siteconfigrepository_siteconfigrepository_construct", "target": "managerregistry", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Config/Repository/SiteConfigRepository.php", "source_location": "L40", "weight": 1.0, "context": "parameter_type"}, {"source": "repository_siteconfigrepository_siteconfigrepository", "target": "repository_siteconfigrepository_siteconfigrepository_get", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Config/Repository/SiteConfigRepository.php", "source_location": "L45", "weight": 1.0}, {"source": "repository_siteconfigrepository_siteconfigrepository", "target": "repository_siteconfigrepository_siteconfigrepository_getall", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Config/Repository/SiteConfigRepository.php", "source_location": "L54", "weight": 1.0}, {"source": "repository_siteconfigrepository_siteconfigrepository", "target": "repository_siteconfigrepository_siteconfigrepository_set", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Config/Repository/SiteConfigRepository.php", "source_location": "L70", "weight": 1.0}], "raw_calls": [{"caller_nid": "repository_siteconfigrepository_siteconfigrepository_construct", "callee": "parent", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Config/Repository/SiteConfigRepository.php", "source_location": "L42", "receiver": null}, {"caller_nid": "repository_siteconfigrepository_siteconfigrepository_get", "callee": "find", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Config/Repository/SiteConfigRepository.php", "source_location": "L47", "receiver": null}, {"caller_nid": "repository_siteconfigrepository_siteconfigrepository_get", "callee": "getValue", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Config/Repository/SiteConfigRepository.php", "source_location": "L49", "receiver": null}, {"caller_nid": "repository_siteconfigrepository_siteconfigrepository_getall", "callee": "findAll", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Config/Repository/SiteConfigRepository.php", "source_location": "L56", "receiver": null}, {"caller_nid": "repository_siteconfigrepository_siteconfigrepository_getall", "callee": "getKey", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Config/Repository/SiteConfigRepository.php", "source_location": "L59", "receiver": null}, {"caller_nid": "repository_siteconfigrepository_siteconfigrepository_getall", "callee": "getValue", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Config/Repository/SiteConfigRepository.php", "source_location": "L59", "receiver": null}, {"caller_nid": "repository_siteconfigrepository_siteconfigrepository_getall", "callee": "isset", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Config/Repository/SiteConfigRepository.php", "source_location": "L63", "receiver": null}, {"caller_nid": "repository_siteconfigrepository_siteconfigrepository_set", "callee": "find", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Config/Repository/SiteConfigRepository.php", "source_location": "L72", "receiver": null}, {"caller_nid": "repository_siteconfigrepository_siteconfigrepository_set", "callee": "persist", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Config/Repository/SiteConfigRepository.php", "source_location": "L75", "receiver": null}, {"caller_nid": "repository_siteconfigrepository_siteconfigrepository_set", "callee": "getEntityManager", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Config/Repository/SiteConfigRepository.php", "source_location": "L75", "receiver": null}, {"caller_nid": "repository_siteconfigrepository_siteconfigrepository_set", "callee": "setValue", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Config/Repository/SiteConfigRepository.php", "source_location": "L77", "receiver": null}]}