Files
clinicpro/graphify-out/cache/ast/v0.8.44/283d4f4300d6202a7ab924d3bf130f7b2d90716a520b6d40ba35edd27cc88059.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
8.2 KiB
JSON

{"nodes": [{"id": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_tag_repository_tagrepository_php", "label": "TagRepository.php", "file_type": "code", "source_file": "src/Tag/Repository/TagRepository.php", "source_location": "L1"}, {"id": "repository_tagrepository_tagrepository", "label": "TagRepository", "file_type": "code", "source_file": "src/Tag/Repository/TagRepository.php", "source_location": "L9"}, {"id": "serviceentityrepository", "label": "ServiceEntityRepository", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "repository_tagrepository_tagrepository_construct", "label": ".__construct()", "file_type": "code", "source_file": "src/Tag/Repository/TagRepository.php", "source_location": "L11"}, {"id": "managerregistry", "label": "ManagerRegistry", "file_type": "code", "source_file": "src/Tag/Repository/TagRepository.php", "source_location": "L11"}, {"id": "repository_tagrepository_tagrepository_findactive", "label": ".findActive()", "file_type": "code", "source_file": "src/Tag/Repository/TagRepository.php", "source_location": "L17"}, {"id": "repository_tagrepository_tagrepository_save", "label": ".save()", "file_type": "code", "source_file": "src/Tag/Repository/TagRepository.php", "source_location": "L26"}, {"id": "tag", "label": "Tag", "file_type": "code", "source_file": "src/Tag/Repository/TagRepository.php", "source_location": "L26"}, {"id": "repository_tagrepository_tagrepository_remove", "label": ".remove()", "file_type": "code", "source_file": "src/Tag/Repository/TagRepository.php", "source_location": "L32"}], "edges": [{"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_tag_repository_tagrepository_php", "target": "tag", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Tag/Repository/TagRepository.php", "source_location": "L5", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_tag_repository_tagrepository_php", "target": "serviceentityrepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Tag/Repository/TagRepository.php", "source_location": "L6", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_tag_repository_tagrepository_php", "target": "managerregistry", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Tag/Repository/TagRepository.php", "source_location": "L7", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_tag_repository_tagrepository_php", "target": "repository_tagrepository_tagrepository", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/Tag/Repository/TagRepository.php", "source_location": "L9", "weight": 1.0}, {"source": "repository_tagrepository_tagrepository", "target": "serviceentityrepository", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "src/Tag/Repository/TagRepository.php", "source_location": "L9", "weight": 1.0}, {"source": "repository_tagrepository_tagrepository", "target": "repository_tagrepository_tagrepository_construct", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Tag/Repository/TagRepository.php", "source_location": "L11", "weight": 1.0}, {"source": "repository_tagrepository_tagrepository_construct", "target": "managerregistry", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Tag/Repository/TagRepository.php", "source_location": "L11", "weight": 1.0, "context": "parameter_type"}, {"source": "repository_tagrepository_tagrepository", "target": "repository_tagrepository_tagrepository_findactive", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Tag/Repository/TagRepository.php", "source_location": "L17", "weight": 1.0}, {"source": "repository_tagrepository_tagrepository", "target": "repository_tagrepository_tagrepository_save", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Tag/Repository/TagRepository.php", "source_location": "L26", "weight": 1.0}, {"source": "repository_tagrepository_tagrepository_save", "target": "tag", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Tag/Repository/TagRepository.php", "source_location": "L26", "weight": 1.0, "context": "parameter_type"}, {"source": "repository_tagrepository_tagrepository", "target": "repository_tagrepository_tagrepository_remove", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Tag/Repository/TagRepository.php", "source_location": "L32", "weight": 1.0}, {"source": "repository_tagrepository_tagrepository_remove", "target": "tag", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Tag/Repository/TagRepository.php", "source_location": "L32", "weight": 1.0, "context": "parameter_type"}, {"source": "repository_tagrepository_tagrepository_construct", "target": "tag", "relation": "references_constant", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "src/Tag/Repository/TagRepository.php", "source_location": "L13", "weight": 1.0}], "raw_calls": [{"caller_nid": "repository_tagrepository_tagrepository_construct", "callee": "parent", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Tag/Repository/TagRepository.php", "source_location": "L13", "receiver": null}, {"caller_nid": "repository_tagrepository_tagrepository_findactive", "callee": "getResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Tag/Repository/TagRepository.php", "source_location": "L19", "receiver": null}, {"caller_nid": "repository_tagrepository_tagrepository_findactive", "callee": "getQuery", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Tag/Repository/TagRepository.php", "source_location": "L19", "receiver": null}, {"caller_nid": "repository_tagrepository_tagrepository_findactive", "callee": "orderBy", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Tag/Repository/TagRepository.php", "source_location": "L19", "receiver": null}, {"caller_nid": "repository_tagrepository_tagrepository_findactive", "callee": "where", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Tag/Repository/TagRepository.php", "source_location": "L19", "receiver": null}, {"caller_nid": "repository_tagrepository_tagrepository_findactive", "callee": "createQueryBuilder", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Tag/Repository/TagRepository.php", "source_location": "L19", "receiver": null}, {"caller_nid": "repository_tagrepository_tagrepository_save", "callee": "persist", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Tag/Repository/TagRepository.php", "source_location": "L28", "receiver": null}, {"caller_nid": "repository_tagrepository_tagrepository_save", "callee": "getEntityManager", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Tag/Repository/TagRepository.php", "source_location": "L28", "receiver": null}, {"caller_nid": "repository_tagrepository_tagrepository_save", "callee": "flush", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Tag/Repository/TagRepository.php", "source_location": "L29", "receiver": null}, {"caller_nid": "repository_tagrepository_tagrepository_save", "callee": "getEntityManager", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Tag/Repository/TagRepository.php", "source_location": "L29", "receiver": null}, {"caller_nid": "repository_tagrepository_tagrepository_remove", "callee": "getEntityManager", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Tag/Repository/TagRepository.php", "source_location": "L34", "receiver": null}, {"caller_nid": "repository_tagrepository_tagrepository_remove", "callee": "flush", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Tag/Repository/TagRepository.php", "source_location": "L35", "receiver": null}, {"caller_nid": "repository_tagrepository_tagrepository_remove", "callee": "getEntityManager", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Tag/Repository/TagRepository.php", "source_location": "L35", "receiver": null}]}