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

{"nodes": [{"id": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_shared_controller_homecontroller_php", "label": "HomeController.php", "file_type": "code", "source_file": "src/Shared/Controller/HomeController.php", "source_location": "L1"}, {"id": "controller_homecontroller_homecontroller", "label": "HomeController", "file_type": "code", "source_file": "src/Shared/Controller/HomeController.php", "source_location": "L9"}, {"id": "abstractcontroller", "label": "AbstractController", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "controller_homecontroller_homecontroller_index", "label": ".index()", "file_type": "code", "source_file": "src/Shared/Controller/HomeController.php", "source_location": "L11"}, {"id": "response", "label": "Response", "file_type": "code", "source_file": "src/Shared/Controller/HomeController.php", "source_location": "L11"}], "edges": [{"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_shared_controller_homecontroller_php", "target": "abstractcontroller", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Shared/Controller/HomeController.php", "source_location": "L5", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_shared_controller_homecontroller_php", "target": "response", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Shared/Controller/HomeController.php", "source_location": "L6", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_shared_controller_homecontroller_php", "target": "route", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Shared/Controller/HomeController.php", "source_location": "L7", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_shared_controller_homecontroller_php", "target": "controller_homecontroller_homecontroller", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/Shared/Controller/HomeController.php", "source_location": "L9", "weight": 1.0}, {"source": "controller_homecontroller_homecontroller", "target": "abstractcontroller", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "src/Shared/Controller/HomeController.php", "source_location": "L9", "weight": 1.0}, {"source": "controller_homecontroller_homecontroller", "target": "controller_homecontroller_homecontroller_index", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Shared/Controller/HomeController.php", "source_location": "L11", "weight": 1.0}, {"source": "controller_homecontroller_homecontroller_index", "target": "response", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Shared/Controller/HomeController.php", "source_location": "L11", "weight": 1.0, "context": "return_type"}], "raw_calls": [{"caller_nid": "controller_homecontroller_homecontroller_index", "callee": "render", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Shared/Controller/HomeController.php", "source_location": "L14", "receiver": null}]}