- 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
16 KiB
JSON
1 line
16 KiB
JSON
{"nodes": [{"id": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_blog_repository_blogrepository_php", "label": "BlogRepository.php", "file_type": "code", "source_file": "src/Blog/Repository/BlogRepository.php", "source_location": "L1"}, {"id": "repository_blogrepository_blogrepository", "label": "BlogRepository", "file_type": "code", "source_file": "src/Blog/Repository/BlogRepository.php", "source_location": "L9"}, {"id": "serviceentityrepository", "label": "ServiceEntityRepository", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "repository_blogrepository_blogrepository_construct", "label": ".__construct()", "file_type": "code", "source_file": "src/Blog/Repository/BlogRepository.php", "source_location": "L11"}, {"id": "managerregistry", "label": "ManagerRegistry", "file_type": "code", "source_file": "src/Blog/Repository/BlogRepository.php", "source_location": "L11"}, {"id": "repository_blogrepository_blogrepository_findbyuuid", "label": ".findByUuid()", "file_type": "code", "source_file": "src/Blog/Repository/BlogRepository.php", "source_location": "L13"}, {"id": "blog", "label": "Blog", "file_type": "code", "source_file": "src/Blog/Repository/BlogRepository.php", "source_location": "L13"}, {"id": "repository_blogrepository_blogrepository_findbyslug", "label": ".findBySlug()", "file_type": "code", "source_file": "src/Blog/Repository/BlogRepository.php", "source_location": "L14"}, {"id": "repository_blogrepository_blogrepository_findpublished", "label": ".findPublished()", "file_type": "code", "source_file": "src/Blog/Repository/BlogRepository.php", "source_location": "L17"}, {"id": "repository_blogrepository_blogrepository_countpublished", "label": ".countPublished()", "file_type": "code", "source_file": "src/Blog/Repository/BlogRepository.php", "source_location": "L31"}, {"id": "repository_blogrepository_blogrepository_applytagfilter", "label": ".applyTagFilter()", "file_type": "code", "source_file": "src/Blog/Repository/BlogRepository.php", "source_location": "L43"}, {"id": "querybuilder", "label": "QueryBuilder", "file_type": "code", "source_file": "src/Blog/Repository/BlogRepository.php", "source_location": "L43"}, {"id": "repository_blogrepository_blogrepository_save", "label": ".save()", "file_type": "code", "source_file": "src/Blog/Repository/BlogRepository.php", "source_location": "L53"}, {"id": "repository_blogrepository_blogrepository_remove", "label": ".remove()", "file_type": "code", "source_file": "src/Blog/Repository/BlogRepository.php", "source_location": "L54"}], "edges": [{"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_blog_repository_blogrepository_php", "target": "blog", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Blog/Repository/BlogRepository.php", "source_location": "L5", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_blog_repository_blogrepository_php", "target": "serviceentityrepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Blog/Repository/BlogRepository.php", "source_location": "L6", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_blog_repository_blogrepository_php", "target": "managerregistry", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Blog/Repository/BlogRepository.php", "source_location": "L7", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_blog_repository_blogrepository_php", "target": "repository_blogrepository_blogrepository", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/Blog/Repository/BlogRepository.php", "source_location": "L9", "weight": 1.0}, {"source": "repository_blogrepository_blogrepository", "target": "serviceentityrepository", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "src/Blog/Repository/BlogRepository.php", "source_location": "L9", "weight": 1.0}, {"source": "repository_blogrepository_blogrepository", "target": "repository_blogrepository_blogrepository_construct", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Blog/Repository/BlogRepository.php", "source_location": "L11", "weight": 1.0}, {"source": "repository_blogrepository_blogrepository_construct", "target": "managerregistry", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Blog/Repository/BlogRepository.php", "source_location": "L11", "weight": 1.0, "context": "parameter_type"}, {"source": "repository_blogrepository_blogrepository", "target": "repository_blogrepository_blogrepository_findbyuuid", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Blog/Repository/BlogRepository.php", "source_location": "L13", "weight": 1.0}, {"source": "repository_blogrepository_blogrepository_findbyuuid", "target": "blog", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Blog/Repository/BlogRepository.php", "source_location": "L13", "weight": 1.0, "context": "return_type"}, {"source": "repository_blogrepository_blogrepository", "target": "repository_blogrepository_blogrepository_findbyslug", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Blog/Repository/BlogRepository.php", "source_location": "L14", "weight": 1.0}, {"source": "repository_blogrepository_blogrepository_findbyslug", "target": "blog", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Blog/Repository/BlogRepository.php", "source_location": "L14", "weight": 1.0, "context": "return_type"}, {"source": "repository_blogrepository_blogrepository", "target": "repository_blogrepository_blogrepository_findpublished", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Blog/Repository/BlogRepository.php", "source_location": "L17", "weight": 1.0}, {"source": "repository_blogrepository_blogrepository", "target": "repository_blogrepository_blogrepository_countpublished", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Blog/Repository/BlogRepository.php", "source_location": "L31", "weight": 1.0}, {"source": "repository_blogrepository_blogrepository", "target": "repository_blogrepository_blogrepository_applytagfilter", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Blog/Repository/BlogRepository.php", "source_location": "L43", "weight": 1.0}, {"source": "repository_blogrepository_blogrepository_applytagfilter", "target": "querybuilder", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Blog/Repository/BlogRepository.php", "source_location": "L43", "weight": 1.0, "context": "parameter_type"}, {"source": "repository_blogrepository_blogrepository", "target": "repository_blogrepository_blogrepository_save", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Blog/Repository/BlogRepository.php", "source_location": "L53", "weight": 1.0}, {"source": "repository_blogrepository_blogrepository_save", "target": "blog", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Blog/Repository/BlogRepository.php", "source_location": "L53", "weight": 1.0, "context": "parameter_type"}, {"source": "repository_blogrepository_blogrepository", "target": "repository_blogrepository_blogrepository_remove", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Blog/Repository/BlogRepository.php", "source_location": "L54", "weight": 1.0}, {"source": "repository_blogrepository_blogrepository_remove", "target": "blog", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Blog/Repository/BlogRepository.php", "source_location": "L54", "weight": 1.0, "context": "parameter_type"}, {"source": "repository_blogrepository_blogrepository_construct", "target": "blog", "relation": "references_constant", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "src/Blog/Repository/BlogRepository.php", "source_location": "L11", "weight": 1.0}, {"source": "repository_blogrepository_blogrepository_findpublished", "target": "blog", "relation": "references_constant", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "src/Blog/Repository/BlogRepository.php", "source_location": "L21", "weight": 1.0}, {"source": "repository_blogrepository_blogrepository_findpublished", "target": "repository_blogrepository_blogrepository_applytagfilter", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Blog/Repository/BlogRepository.php", "source_location": "L26", "weight": 1.0}, {"source": "repository_blogrepository_blogrepository_countpublished", "target": "blog", "relation": "references_constant", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "src/Blog/Repository/BlogRepository.php", "source_location": "L36", "weight": 1.0}, {"source": "repository_blogrepository_blogrepository_countpublished", "target": "repository_blogrepository_blogrepository_applytagfilter", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Blog/Repository/BlogRepository.php", "source_location": "L38", "weight": 1.0}], "raw_calls": [{"caller_nid": "repository_blogrepository_blogrepository_construct", "callee": "parent", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Repository/BlogRepository.php", "source_location": "L11", "receiver": null}, {"caller_nid": "repository_blogrepository_blogrepository_findbyuuid", "callee": "findOneBy", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Repository/BlogRepository.php", "source_location": "L13", "receiver": null}, {"caller_nid": "repository_blogrepository_blogrepository_findbyslug", "callee": "findOneBy", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Repository/BlogRepository.php", "source_location": "L14", "receiver": null}, {"caller_nid": "repository_blogrepository_blogrepository_findpublished", "callee": "setMaxResults", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Repository/BlogRepository.php", "source_location": "L19", "receiver": null}, {"caller_nid": "repository_blogrepository_blogrepository_findpublished", "callee": "setFirstResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Repository/BlogRepository.php", "source_location": "L19", "receiver": null}, {"caller_nid": "repository_blogrepository_blogrepository_findpublished", "callee": "orderBy", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Repository/BlogRepository.php", "source_location": "L19", "receiver": null}, {"caller_nid": "repository_blogrepository_blogrepository_findpublished", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Repository/BlogRepository.php", "source_location": "L19", "receiver": null}, {"caller_nid": "repository_blogrepository_blogrepository_findpublished", "callee": "where", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Repository/BlogRepository.php", "source_location": "L19", "receiver": null}, {"caller_nid": "repository_blogrepository_blogrepository_findpublished", "callee": "createQueryBuilder", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Repository/BlogRepository.php", "source_location": "L19", "receiver": null}, {"caller_nid": "repository_blogrepository_blogrepository_findpublished", "callee": "getResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Repository/BlogRepository.php", "source_location": "L28", "receiver": null}, {"caller_nid": "repository_blogrepository_blogrepository_findpublished", "callee": "getQuery", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Repository/BlogRepository.php", "source_location": "L28", "receiver": null}, {"caller_nid": "repository_blogrepository_blogrepository_countpublished", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Repository/BlogRepository.php", "source_location": "L33", "receiver": null}, {"caller_nid": "repository_blogrepository_blogrepository_countpublished", "callee": "where", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Repository/BlogRepository.php", "source_location": "L33", "receiver": null}, {"caller_nid": "repository_blogrepository_blogrepository_countpublished", "callee": "select", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Repository/BlogRepository.php", "source_location": "L33", "receiver": null}, {"caller_nid": "repository_blogrepository_blogrepository_countpublished", "callee": "createQueryBuilder", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Repository/BlogRepository.php", "source_location": "L33", "receiver": null}, {"caller_nid": "repository_blogrepository_blogrepository_countpublished", "callee": "getSingleScalarResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Repository/BlogRepository.php", "source_location": "L40", "receiver": null}, {"caller_nid": "repository_blogrepository_blogrepository_countpublished", "callee": "getQuery", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Repository/BlogRepository.php", "source_location": "L40", "receiver": null}, {"caller_nid": "repository_blogrepository_blogrepository_applytagfilter", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Repository/BlogRepository.php", "source_location": "L49", "receiver": null}, {"caller_nid": "repository_blogrepository_blogrepository_applytagfilter", "callee": "andWhere", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Repository/BlogRepository.php", "source_location": "L49", "receiver": null}, {"caller_nid": "repository_blogrepository_blogrepository_applytagfilter", "callee": "json_encode", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Repository/BlogRepository.php", "source_location": "L50", "receiver": null}, {"caller_nid": "repository_blogrepository_blogrepository_save", "callee": "persist", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Repository/BlogRepository.php", "source_location": "L53", "receiver": null}, {"caller_nid": "repository_blogrepository_blogrepository_save", "callee": "getEntityManager", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Repository/BlogRepository.php", "source_location": "L53", "receiver": null}, {"caller_nid": "repository_blogrepository_blogrepository_save", "callee": "flush", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Repository/BlogRepository.php", "source_location": "L53", "receiver": null}, {"caller_nid": "repository_blogrepository_blogrepository_save", "callee": "getEntityManager", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Repository/BlogRepository.php", "source_location": "L53", "receiver": null}, {"caller_nid": "repository_blogrepository_blogrepository_remove", "callee": "getEntityManager", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Repository/BlogRepository.php", "source_location": "L54", "receiver": null}, {"caller_nid": "repository_blogrepository_blogrepository_remove", "callee": "flush", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Repository/BlogRepository.php", "source_location": "L54", "receiver": null}, {"caller_nid": "repository_blogrepository_blogrepository_remove", "callee": "getEntityManager", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Repository/BlogRepository.php", "source_location": "L54", "receiver": null}]} |