- 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
12 KiB
JSON
1 line
12 KiB
JSON
{"nodes": [{"id": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_clinicservice_repository_serviceitemrepository_php", "label": "ServiceItemRepository.php", "file_type": "code", "source_file": "src/ClinicService/Repository/ServiceItemRepository.php", "source_location": "L1"}, {"id": "repository_serviceitemrepository_serviceitemrepository", "label": "ServiceItemRepository", "file_type": "code", "source_file": "src/ClinicService/Repository/ServiceItemRepository.php", "source_location": "L10"}, {"id": "serviceentityrepository", "label": "ServiceEntityRepository", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "repository_serviceitemrepository_serviceitemrepository_construct", "label": ".__construct()", "file_type": "code", "source_file": "src/ClinicService/Repository/ServiceItemRepository.php", "source_location": "L12"}, {"id": "managerregistry", "label": "ManagerRegistry", "file_type": "code", "source_file": "src/ClinicService/Repository/ServiceItemRepository.php", "source_location": "L12"}, {"id": "repository_serviceitemrepository_serviceitemrepository_findbyuuid", "label": ".findByUuid()", "file_type": "code", "source_file": "src/ClinicService/Repository/ServiceItemRepository.php", "source_location": "L17"}, {"id": "serviceitem", "label": "ServiceItem", "file_type": "code", "source_file": "src/ClinicService/Repository/ServiceItemRepository.php", "source_location": "L17"}, {"id": "repository_serviceitemrepository_serviceitemrepository_findbysection", "label": ".findBySection()", "file_type": "code", "source_file": "src/ClinicService/Repository/ServiceItemRepository.php", "source_location": "L22"}, {"id": "servicesection", "label": "ServiceSection", "file_type": "code", "source_file": "src/ClinicService/Repository/ServiceItemRepository.php", "source_location": "L22"}, {"id": "repository_serviceitemrepository_serviceitemrepository_save", "label": ".save()", "file_type": "code", "source_file": "src/ClinicService/Repository/ServiceItemRepository.php", "source_location": "L32"}, {"id": "repository_serviceitemrepository_serviceitemrepository_remove", "label": ".remove()", "file_type": "code", "source_file": "src/ClinicService/Repository/ServiceItemRepository.php", "source_location": "L38"}], "edges": [{"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_clinicservice_repository_serviceitemrepository_php", "target": "serviceitem", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/ClinicService/Repository/ServiceItemRepository.php", "source_location": "L5", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_clinicservice_repository_serviceitemrepository_php", "target": "servicesection", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/ClinicService/Repository/ServiceItemRepository.php", "source_location": "L6", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_clinicservice_repository_serviceitemrepository_php", "target": "serviceentityrepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/ClinicService/Repository/ServiceItemRepository.php", "source_location": "L7", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_clinicservice_repository_serviceitemrepository_php", "target": "managerregistry", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/ClinicService/Repository/ServiceItemRepository.php", "source_location": "L8", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_clinicservice_repository_serviceitemrepository_php", "target": "repository_serviceitemrepository_serviceitemrepository", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/ClinicService/Repository/ServiceItemRepository.php", "source_location": "L10", "weight": 1.0}, {"source": "repository_serviceitemrepository_serviceitemrepository", "target": "serviceentityrepository", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "src/ClinicService/Repository/ServiceItemRepository.php", "source_location": "L10", "weight": 1.0}, {"source": "repository_serviceitemrepository_serviceitemrepository", "target": "repository_serviceitemrepository_serviceitemrepository_construct", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/ClinicService/Repository/ServiceItemRepository.php", "source_location": "L12", "weight": 1.0}, {"source": "repository_serviceitemrepository_serviceitemrepository_construct", "target": "managerregistry", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/ClinicService/Repository/ServiceItemRepository.php", "source_location": "L12", "weight": 1.0, "context": "parameter_type"}, {"source": "repository_serviceitemrepository_serviceitemrepository", "target": "repository_serviceitemrepository_serviceitemrepository_findbyuuid", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/ClinicService/Repository/ServiceItemRepository.php", "source_location": "L17", "weight": 1.0}, {"source": "repository_serviceitemrepository_serviceitemrepository_findbyuuid", "target": "serviceitem", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/ClinicService/Repository/ServiceItemRepository.php", "source_location": "L17", "weight": 1.0, "context": "return_type"}, {"source": "repository_serviceitemrepository_serviceitemrepository", "target": "repository_serviceitemrepository_serviceitemrepository_findbysection", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/ClinicService/Repository/ServiceItemRepository.php", "source_location": "L22", "weight": 1.0}, {"source": "repository_serviceitemrepository_serviceitemrepository_findbysection", "target": "servicesection", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/ClinicService/Repository/ServiceItemRepository.php", "source_location": "L22", "weight": 1.0, "context": "parameter_type"}, {"source": "repository_serviceitemrepository_serviceitemrepository", "target": "repository_serviceitemrepository_serviceitemrepository_save", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/ClinicService/Repository/ServiceItemRepository.php", "source_location": "L32", "weight": 1.0}, {"source": "repository_serviceitemrepository_serviceitemrepository_save", "target": "serviceitem", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/ClinicService/Repository/ServiceItemRepository.php", "source_location": "L32", "weight": 1.0, "context": "parameter_type"}, {"source": "repository_serviceitemrepository_serviceitemrepository", "target": "repository_serviceitemrepository_serviceitemrepository_remove", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/ClinicService/Repository/ServiceItemRepository.php", "source_location": "L38", "weight": 1.0}, {"source": "repository_serviceitemrepository_serviceitemrepository_remove", "target": "serviceitem", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/ClinicService/Repository/ServiceItemRepository.php", "source_location": "L38", "weight": 1.0, "context": "parameter_type"}, {"source": "repository_serviceitemrepository_serviceitemrepository_construct", "target": "serviceitem", "relation": "references_constant", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "src/ClinicService/Repository/ServiceItemRepository.php", "source_location": "L14", "weight": 1.0}], "raw_calls": [{"caller_nid": "repository_serviceitemrepository_serviceitemrepository_construct", "callee": "parent", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/ClinicService/Repository/ServiceItemRepository.php", "source_location": "L14", "receiver": null}, {"caller_nid": "repository_serviceitemrepository_serviceitemrepository_findbyuuid", "callee": "findOneBy", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/ClinicService/Repository/ServiceItemRepository.php", "source_location": "L19", "receiver": null}, {"caller_nid": "repository_serviceitemrepository_serviceitemrepository_findbysection", "callee": "getResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/ClinicService/Repository/ServiceItemRepository.php", "source_location": "L24", "receiver": null}, {"caller_nid": "repository_serviceitemrepository_serviceitemrepository_findbysection", "callee": "getQuery", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/ClinicService/Repository/ServiceItemRepository.php", "source_location": "L24", "receiver": null}, {"caller_nid": "repository_serviceitemrepository_serviceitemrepository_findbysection", "callee": "orderBy", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/ClinicService/Repository/ServiceItemRepository.php", "source_location": "L24", "receiver": null}, {"caller_nid": "repository_serviceitemrepository_serviceitemrepository_findbysection", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/ClinicService/Repository/ServiceItemRepository.php", "source_location": "L24", "receiver": null}, {"caller_nid": "repository_serviceitemrepository_serviceitemrepository_findbysection", "callee": "where", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/ClinicService/Repository/ServiceItemRepository.php", "source_location": "L24", "receiver": null}, {"caller_nid": "repository_serviceitemrepository_serviceitemrepository_findbysection", "callee": "createQueryBuilder", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/ClinicService/Repository/ServiceItemRepository.php", "source_location": "L24", "receiver": null}, {"caller_nid": "repository_serviceitemrepository_serviceitemrepository_save", "callee": "persist", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/ClinicService/Repository/ServiceItemRepository.php", "source_location": "L34", "receiver": null}, {"caller_nid": "repository_serviceitemrepository_serviceitemrepository_save", "callee": "getEntityManager", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/ClinicService/Repository/ServiceItemRepository.php", "source_location": "L34", "receiver": null}, {"caller_nid": "repository_serviceitemrepository_serviceitemrepository_save", "callee": "flush", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/ClinicService/Repository/ServiceItemRepository.php", "source_location": "L35", "receiver": null}, {"caller_nid": "repository_serviceitemrepository_serviceitemrepository_save", "callee": "getEntityManager", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/ClinicService/Repository/ServiceItemRepository.php", "source_location": "L35", "receiver": null}, {"caller_nid": "repository_serviceitemrepository_serviceitemrepository_remove", "callee": "getEntityManager", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/ClinicService/Repository/ServiceItemRepository.php", "source_location": "L40", "receiver": null}, {"caller_nid": "repository_serviceitemrepository_serviceitemrepository_remove", "callee": "flush", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/ClinicService/Repository/ServiceItemRepository.php", "source_location": "L41", "receiver": null}, {"caller_nid": "repository_serviceitemrepository_serviceitemrepository_remove", "callee": "getEntityManager", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/ClinicService/Repository/ServiceItemRepository.php", "source_location": "L41", "receiver": null}]} |