- 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.
1 line
9.2 KiB
JSON
1 line
9.2 KiB
JSON
{"nodes": [{"id": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_location_repository_provincerepository_php", "label": "ProvinceRepository.php", "file_type": "code", "source_file": "src/Location/Repository/ProvinceRepository.php", "source_location": "L1"}, {"id": "repository_provincerepository_provincerepository", "label": "ProvinceRepository", "file_type": "code", "source_file": "src/Location/Repository/ProvinceRepository.php", "source_location": "L9"}, {"id": "serviceentityrepository", "label": "ServiceEntityRepository", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "repository_provincerepository_provincerepository_construct", "label": ".__construct()", "file_type": "code", "source_file": "src/Location/Repository/ProvinceRepository.php", "source_location": "L11"}, {"id": "managerregistry", "label": "ManagerRegistry", "file_type": "code", "source_file": "src/Location/Repository/ProvinceRepository.php", "source_location": "L11"}, {"id": "repository_provincerepository_provincerepository_findactive", "label": ".findActive()", "file_type": "code", "source_file": "src/Location/Repository/ProvinceRepository.php", "source_location": "L17"}, {"id": "repository_provincerepository_provincerepository_save", "label": ".save()", "file_type": "code", "source_file": "src/Location/Repository/ProvinceRepository.php", "source_location": "L27"}, {"id": "province", "label": "Province", "file_type": "code", "source_file": "src/Location/Repository/ProvinceRepository.php", "source_location": "L27"}, {"id": "repository_provincerepository_provincerepository_remove", "label": ".remove()", "file_type": "code", "source_file": "src/Location/Repository/ProvinceRepository.php", "source_location": "L33"}], "edges": [{"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_location_repository_provincerepository_php", "target": "province", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Location/Repository/ProvinceRepository.php", "source_location": "L5", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_location_repository_provincerepository_php", "target": "serviceentityrepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Location/Repository/ProvinceRepository.php", "source_location": "L6", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_location_repository_provincerepository_php", "target": "managerregistry", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Location/Repository/ProvinceRepository.php", "source_location": "L7", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_location_repository_provincerepository_php", "target": "repository_provincerepository_provincerepository", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/Location/Repository/ProvinceRepository.php", "source_location": "L9", "weight": 1.0}, {"source": "repository_provincerepository_provincerepository", "target": "serviceentityrepository", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "src/Location/Repository/ProvinceRepository.php", "source_location": "L9", "weight": 1.0}, {"source": "repository_provincerepository_provincerepository", "target": "repository_provincerepository_provincerepository_construct", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Location/Repository/ProvinceRepository.php", "source_location": "L11", "weight": 1.0}, {"source": "repository_provincerepository_provincerepository_construct", "target": "managerregistry", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Location/Repository/ProvinceRepository.php", "source_location": "L11", "weight": 1.0, "context": "parameter_type"}, {"source": "repository_provincerepository_provincerepository", "target": "repository_provincerepository_provincerepository_findactive", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Location/Repository/ProvinceRepository.php", "source_location": "L17", "weight": 1.0}, {"source": "repository_provincerepository_provincerepository", "target": "repository_provincerepository_provincerepository_save", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Location/Repository/ProvinceRepository.php", "source_location": "L27", "weight": 1.0}, {"source": "repository_provincerepository_provincerepository_save", "target": "province", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Location/Repository/ProvinceRepository.php", "source_location": "L27", "weight": 1.0, "context": "parameter_type"}, {"source": "repository_provincerepository_provincerepository", "target": "repository_provincerepository_provincerepository_remove", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Location/Repository/ProvinceRepository.php", "source_location": "L33", "weight": 1.0}, {"source": "repository_provincerepository_provincerepository_remove", "target": "province", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Location/Repository/ProvinceRepository.php", "source_location": "L33", "weight": 1.0, "context": "parameter_type"}, {"source": "repository_provincerepository_provincerepository_construct", "target": "province", "relation": "references_constant", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "src/Location/Repository/ProvinceRepository.php", "source_location": "L13", "weight": 1.0}], "raw_calls": [{"caller_nid": "repository_provincerepository_provincerepository_construct", "callee": "parent", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Location/Repository/ProvinceRepository.php", "source_location": "L13", "receiver": null}, {"caller_nid": "repository_provincerepository_provincerepository_findactive", "callee": "getResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Location/Repository/ProvinceRepository.php", "source_location": "L19", "receiver": null}, {"caller_nid": "repository_provincerepository_provincerepository_findactive", "callee": "getQuery", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Location/Repository/ProvinceRepository.php", "source_location": "L19", "receiver": null}, {"caller_nid": "repository_provincerepository_provincerepository_findactive", "callee": "addOrderBy", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Location/Repository/ProvinceRepository.php", "source_location": "L19", "receiver": null}, {"caller_nid": "repository_provincerepository_provincerepository_findactive", "callee": "orderBy", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Location/Repository/ProvinceRepository.php", "source_location": "L19", "receiver": null}, {"caller_nid": "repository_provincerepository_provincerepository_findactive", "callee": "where", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Location/Repository/ProvinceRepository.php", "source_location": "L19", "receiver": null}, {"caller_nid": "repository_provincerepository_provincerepository_findactive", "callee": "createQueryBuilder", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Location/Repository/ProvinceRepository.php", "source_location": "L19", "receiver": null}, {"caller_nid": "repository_provincerepository_provincerepository_save", "callee": "persist", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Location/Repository/ProvinceRepository.php", "source_location": "L29", "receiver": null}, {"caller_nid": "repository_provincerepository_provincerepository_save", "callee": "getEntityManager", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Location/Repository/ProvinceRepository.php", "source_location": "L29", "receiver": null}, {"caller_nid": "repository_provincerepository_provincerepository_save", "callee": "flush", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Location/Repository/ProvinceRepository.php", "source_location": "L30", "receiver": null}, {"caller_nid": "repository_provincerepository_provincerepository_save", "callee": "getEntityManager", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Location/Repository/ProvinceRepository.php", "source_location": "L30", "receiver": null}, {"caller_nid": "repository_provincerepository_provincerepository_remove", "callee": "getEntityManager", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Location/Repository/ProvinceRepository.php", "source_location": "L35", "receiver": null}, {"caller_nid": "repository_provincerepository_provincerepository_remove", "callee": "flush", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Location/Repository/ProvinceRepository.php", "source_location": "L36", "receiver": null}, {"caller_nid": "repository_provincerepository_provincerepository_remove", "callee": "getEntityManager", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Location/Repository/ProvinceRepository.php", "source_location": "L36", "receiver": null}]} |