- 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
11 KiB
JSON
1 line
11 KiB
JSON
{"nodes": [{"id": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_appointment_entity_weeklyschedule_php", "label": "WeeklySchedule.php", "file_type": "code", "source_file": "src/Appointment/Entity/WeeklySchedule.php", "source_location": "L1"}, {"id": "entity_weeklyschedule_weeklyschedule", "label": "WeeklySchedule", "file_type": "code", "source_file": "src/Appointment/Entity/WeeklySchedule.php", "source_location": "L9"}, {"id": "doctor", "label": "Doctor", "file_type": "code", "source_file": "src/Appointment/Entity/WeeklySchedule.php", "source_location": "L31"}, {"id": "entity_weeklyschedule_weeklyschedule_construct", "label": ".__construct()", "file_type": "code", "source_file": "src/Appointment/Entity/WeeklySchedule.php", "source_location": "L44"}, {"id": "entity_weeklyschedule_weeklyschedule_getid", "label": ".getId()", "file_type": "code", "source_file": "src/Appointment/Entity/WeeklySchedule.php", "source_location": "L53"}, {"id": "entity_weeklyschedule_weeklyschedule_getuuid", "label": ".getUuid()", "file_type": "code", "source_file": "src/Appointment/Entity/WeeklySchedule.php", "source_location": "L54"}, {"id": "entity_weeklyschedule_weeklyschedule_getdoctor", "label": ".getDoctor()", "file_type": "code", "source_file": "src/Appointment/Entity/WeeklySchedule.php", "source_location": "L55"}, {"id": "entity_weeklyschedule_weeklyschedule_getsetting", "label": ".getSetting()", "file_type": "code", "source_file": "src/Appointment/Entity/WeeklySchedule.php", "source_location": "L56"}, {"id": "entity_weeklyschedule_weeklyschedule_setsetting", "label": ".setSetting()", "file_type": "code", "source_file": "src/Appointment/Entity/WeeklySchedule.php", "source_location": "L58"}, {"id": "self", "label": "self", "file_type": "code", "source_file": "src/Appointment/Entity/WeeklySchedule.php", "source_location": "L58"}, {"id": "entity_weeklyschedule_weeklyschedule_getmeta", "label": ".getMeta()", "file_type": "code", "source_file": "src/Appointment/Entity/WeeklySchedule.php", "source_location": "L70"}, {"id": "entity_weeklyschedule_weeklyschedule_setmeta", "label": ".setMeta()", "file_type": "code", "source_file": "src/Appointment/Entity/WeeklySchedule.php", "source_location": "L75"}, {"id": "entity_weeklyschedule_weeklyschedule_getdayschedule", "label": ".getDaySchedule()", "file_type": "code", "source_file": "src/Appointment/Entity/WeeklySchedule.php", "source_location": "L89"}, {"id": "entity_weeklyschedule_weeklyschedule_toarray", "label": ".toArray()", "file_type": "code", "source_file": "src/Appointment/Entity/WeeklySchedule.php", "source_location": "L96"}], "edges": [{"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_appointment_entity_weeklyschedule_php", "target": "doctor", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Appointment/Entity/WeeklySchedule.php", "source_location": "L5", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_appointment_entity_weeklyschedule_php", "target": "mapping", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Appointment/Entity/WeeklySchedule.php", "source_location": "L6", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_appointment_entity_weeklyschedule_php", "target": "uuid", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Appointment/Entity/WeeklySchedule.php", "source_location": "L7", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_appointment_entity_weeklyschedule_php", "target": "entity_weeklyschedule_weeklyschedule", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/Appointment/Entity/WeeklySchedule.php", "source_location": "L9", "weight": 1.0}, {"source": "entity_weeklyschedule_weeklyschedule", "target": "doctor", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Entity/WeeklySchedule.php", "source_location": "L31", "weight": 1.0, "context": "field"}, {"source": "entity_weeklyschedule_weeklyschedule", "target": "entity_weeklyschedule_weeklyschedule_construct", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Appointment/Entity/WeeklySchedule.php", "source_location": "L44", "weight": 1.0}, {"source": "entity_weeklyschedule_weeklyschedule_construct", "target": "doctor", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Entity/WeeklySchedule.php", "source_location": "L44", "weight": 1.0, "context": "parameter_type"}, {"source": "entity_weeklyschedule_weeklyschedule", "target": "entity_weeklyschedule_weeklyschedule_getid", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Appointment/Entity/WeeklySchedule.php", "source_location": "L53", "weight": 1.0}, {"source": "entity_weeklyschedule_weeklyschedule", "target": "entity_weeklyschedule_weeklyschedule_getuuid", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Appointment/Entity/WeeklySchedule.php", "source_location": "L54", "weight": 1.0}, {"source": "entity_weeklyschedule_weeklyschedule", "target": "entity_weeklyschedule_weeklyschedule_getdoctor", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Appointment/Entity/WeeklySchedule.php", "source_location": "L55", "weight": 1.0}, {"source": "entity_weeklyschedule_weeklyschedule_getdoctor", "target": "doctor", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Entity/WeeklySchedule.php", "source_location": "L55", "weight": 1.0, "context": "return_type"}, {"source": "entity_weeklyschedule_weeklyschedule", "target": "entity_weeklyschedule_weeklyschedule_getsetting", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Appointment/Entity/WeeklySchedule.php", "source_location": "L56", "weight": 1.0}, {"source": "entity_weeklyschedule_weeklyschedule", "target": "entity_weeklyschedule_weeklyschedule_setsetting", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Appointment/Entity/WeeklySchedule.php", "source_location": "L58", "weight": 1.0}, {"source": "entity_weeklyschedule_weeklyschedule_setsetting", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Entity/WeeklySchedule.php", "source_location": "L58", "weight": 1.0, "context": "return_type"}, {"source": "entity_weeklyschedule_weeklyschedule", "target": "entity_weeklyschedule_weeklyschedule_getmeta", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Appointment/Entity/WeeklySchedule.php", "source_location": "L70", "weight": 1.0}, {"source": "entity_weeklyschedule_weeklyschedule", "target": "entity_weeklyschedule_weeklyschedule_setmeta", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Appointment/Entity/WeeklySchedule.php", "source_location": "L75", "weight": 1.0}, {"source": "entity_weeklyschedule_weeklyschedule_setmeta", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Entity/WeeklySchedule.php", "source_location": "L75", "weight": 1.0, "context": "return_type"}, {"source": "entity_weeklyschedule_weeklyschedule", "target": "entity_weeklyschedule_weeklyschedule_getdayschedule", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Appointment/Entity/WeeklySchedule.php", "source_location": "L89", "weight": 1.0}, {"source": "entity_weeklyschedule_weeklyschedule", "target": "entity_weeklyschedule_weeklyschedule_toarray", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Appointment/Entity/WeeklySchedule.php", "source_location": "L96", "weight": 1.0}, {"source": "entity_weeklyschedule_weeklyschedule_setmeta", "target": "entity_weeklyschedule_weeklyschedule_getmeta", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Appointment/Entity/WeeklySchedule.php", "source_location": "L77", "weight": 1.0}, {"source": "entity_weeklyschedule_weeklyschedule_toarray", "target": "entity_weeklyschedule_weeklyschedule_getuuid", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Appointment/Entity/WeeklySchedule.php", "source_location": "L100", "weight": 1.0}, {"source": "entity_weeklyschedule_weeklyschedule_toarray", "target": "entity_weeklyschedule_weeklyschedule_getdayschedule", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Appointment/Entity/WeeklySchedule.php", "source_location": "L101", "weight": 1.0}, {"source": "entity_weeklyschedule_weeklyschedule_toarray", "target": "entity_weeklyschedule_weeklyschedule_getmeta", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Appointment/Entity/WeeklySchedule.php", "source_location": "L102", "weight": 1.0}], "raw_calls": [{"caller_nid": "entity_weeklyschedule_weeklyschedule_construct", "callee": "toRfc4122", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Entity/WeeklySchedule.php", "source_location": "L46", "receiver": null}, {"caller_nid": "entity_weeklyschedule_weeklyschedule_construct", "callee": "Uuid", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Entity/WeeklySchedule.php", "source_location": "L46", "receiver": null}, {"caller_nid": "entity_weeklyschedule_weeklyschedule_construct", "callee": "time", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Entity/WeeklySchedule.php", "source_location": "L49", "receiver": null}, {"caller_nid": "entity_weeklyschedule_weeklyschedule_construct", "callee": "time", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Entity/WeeklySchedule.php", "source_location": "L50", "receiver": null}, {"caller_nid": "entity_weeklyschedule_weeklyschedule_setsetting", "callee": "time", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Entity/WeeklySchedule.php", "source_location": "L66", "receiver": null}, {"caller_nid": "entity_weeklyschedule_weeklyschedule_getmeta", "callee": "array_merge", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Entity/WeeklySchedule.php", "source_location": "L72", "receiver": null}, {"caller_nid": "entity_weeklyschedule_weeklyschedule_setmeta", "callee": "in_array", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Entity/WeeklySchedule.php", "source_location": "L81", "receiver": null}, {"caller_nid": "entity_weeklyschedule_weeklyschedule_setmeta", "callee": "time", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Entity/WeeklySchedule.php", "source_location": "L85", "receiver": null}]} |