Add JSON files for skill and patient update profile test data

- Created a new JSON file for skills related to Figma features, including nodes and edges representing the structure and relationships of skills.
- Added another JSON file for the PatientUpdateProfileTest, detailing the test structure, methods, and their relationships with other components in the codebase.
This commit is contained in:
hamed
2026-07-13 11:52:36 +03:30
parent dda7d74b84
commit 272da4ad9d
16 changed files with 4351 additions and 1371 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
{"nodes": [{"id": "users_hamed_pj_my_pj_clinic_pro_clinicpro_migrations_version20260713074150_php", "label": "Version20260713074150.php", "file_type": "code", "source_file": "migrations/Version20260713074150.php", "source_location": "L1"}, {"id": "migrations_version20260713074150_version20260713074150", "label": "Version20260713074150", "file_type": "code", "source_file": "migrations/Version20260713074150.php", "source_location": "L13"}, {"id": "abstractmigration", "label": "AbstractMigration", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "migrations_version20260713074150_version20260713074150_getdescription", "label": ".getDescription()", "file_type": "code", "source_file": "migrations/Version20260713074150.php", "source_location": "L15"}, {"id": "migrations_version20260713074150_version20260713074150_up", "label": ".up()", "file_type": "code", "source_file": "migrations/Version20260713074150.php", "source_location": "L20"}, {"id": "schema", "label": "Schema", "file_type": "code", "source_file": "migrations/Version20260713074150.php", "source_location": "L20"}, {"id": "migrations_version20260713074150_version20260713074150_down", "label": ".down()", "file_type": "code", "source_file": "migrations/Version20260713074150.php", "source_location": "L26"}], "edges": [{"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_migrations_version20260713074150_php", "target": "schema", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "migrations/Version20260713074150.php", "source_location": "L7", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_migrations_version20260713074150_php", "target": "abstractmigration", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "migrations/Version20260713074150.php", "source_location": "L8", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_migrations_version20260713074150_php", "target": "migrations_version20260713074150_version20260713074150", "relation": "contains", "confidence": "EXTRACTED", "source_file": "migrations/Version20260713074150.php", "source_location": "L13", "weight": 1.0}, {"source": "migrations_version20260713074150_version20260713074150", "target": "abstractmigration", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "migrations/Version20260713074150.php", "source_location": "L13", "weight": 1.0}, {"source": "migrations_version20260713074150_version20260713074150", "target": "migrations_version20260713074150_version20260713074150_getdescription", "relation": "method", "confidence": "EXTRACTED", "source_file": "migrations/Version20260713074150.php", "source_location": "L15", "weight": 1.0}, {"source": "migrations_version20260713074150_version20260713074150", "target": "migrations_version20260713074150_version20260713074150_up", "relation": "method", "confidence": "EXTRACTED", "source_file": "migrations/Version20260713074150.php", "source_location": "L20", "weight": 1.0}, {"source": "migrations_version20260713074150_version20260713074150_up", "target": "schema", "relation": "references", "confidence": "EXTRACTED", "source_file": "migrations/Version20260713074150.php", "source_location": "L20", "weight": 1.0, "context": "parameter_type"}, {"source": "migrations_version20260713074150_version20260713074150", "target": "migrations_version20260713074150_version20260713074150_down", "relation": "method", "confidence": "EXTRACTED", "source_file": "migrations/Version20260713074150.php", "source_location": "L26", "weight": 1.0}, {"source": "migrations_version20260713074150_version20260713074150_down", "target": "schema", "relation": "references", "confidence": "EXTRACTED", "source_file": "migrations/Version20260713074150.php", "source_location": "L26", "weight": 1.0, "context": "parameter_type"}], "raw_calls": [{"caller_nid": "migrations_version20260713074150_version20260713074150_up", "callee": "addSql", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260713074150.php", "source_location": "L23", "receiver": null}, {"caller_nid": "migrations_version20260713074150_version20260713074150_down", "callee": "addSql", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260713074150.php", "source_location": "L29", "receiver": null}]}
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
{"nodes": [{"id": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_shared_constant_errorcodes_php", "label": "ErrorCodes.php", "file_type": "code", "source_file": "src/Shared/Constant/ErrorCodes.php", "source_location": "L1"}, {"id": "constant_errorcodes_errorcodes", "label": "ErrorCodes", "file_type": "code", "source_file": "src/Shared/Constant/ErrorCodes.php", "source_location": "L5"}, {"id": "constant_errorcodes_errorcodes_message", "label": ".message()", "file_type": "code", "source_file": "src/Shared/Constant/ErrorCodes.php", "source_location": "L108"}], "edges": [{"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_shared_constant_errorcodes_php", "target": "constant_errorcodes_errorcodes", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/Shared/Constant/ErrorCodes.php", "source_location": "L5", "weight": 1.0}, {"source": "constant_errorcodes_errorcodes", "target": "constant_errorcodes_errorcodes_message", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Shared/Constant/ErrorCodes.php", "source_location": "L108", "weight": 1.0}], "raw_calls": []}
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long