Commit Graph
135 Commits
Author SHA1 Message Date
hamed 73a608c3dd Refactor code structure for improved readability and maintainability; no functional changes made. 2026-07-25 17:54:43 +03:30
hamed 21bb434053 Add AST JSON representation for PublishScheduledBlogsMessage.php 2026-07-23 22:26:53 +03:30
hamed 6e9cf59d39 feat(doctor): hide deactivated doctors from public listing and update filters 2026-07-23 19:40:10 +03:30
hamed 46be6a4575 Refactor code structure for improved readability and maintainability 2026-07-23 19:21:20 +03:30
hamed 48b0f684f5 Add AST JSON representation for TenantTagController with detailed node and edge mappings 2026-07-23 19:10:26 +03:30
hamed 1116ac14cb Update manifest.json with new mtime and ast_hash for multiple components and pages 2026-07-23 18:40:51 +03:30
hamed 83a6dc6158 Refactor code structure for improved readability and maintainability 2026-07-23 18:23:02 +03:30
hamed 2fbb7233ef Update manifest.json with new mtime and ast_hash for modified files 2026-07-23 18:12:48 +03:30
hamed d986cff255 Add AST JSON representation for appointment API documentation
- Created a new JSON file containing nodes and edges representing the structure of the appointment API documentation.
- The file includes various endpoints, their parameters, responses, and error handling details.
- This addition enhances the documentation's accessibility and usability for developers.
2026-07-23 18:02:32 +03:30
hamed 653dd57300 Add AST JSON representation for DoctorSecretary entity
- Created a new JSON file containing the abstract syntax tree (AST) for the DoctorSecretary.php entity.
- The file includes nodes representing the class, its methods, and properties, along with edges indicating relationships and references between them.
- This addition enhances the project's ability to analyze and visualize the structure of the DoctorSecretary entity.
2026-07-23 17:31:10 +03:30
hamed b9189700b3 Add AST JSON representation for SecretaryResourceEnforcementTest.php with detailed node and edge mappings 2026-07-23 17:12:02 +03:30
hamed 8a69ed8d91 Add AST JSON representation for DoctorSecretary entity
- Created a new JSON file containing the abstract syntax tree (AST) for the DoctorSecretary.php entity.
- Included nodes representing the class, its methods, and properties with their respective source locations.
- Established edges to illustrate relationships such as imports, references, and method calls within the entity.
2026-07-23 16:37:12 +03:30
hamed f00ed23f00 Refactor code structure for improved readability and maintainability 2026-07-23 15:47:17 +03:30
hamed a0a2eb1799 Add migration to enhance session_payments table with payment_method_uuid and reference fields for split-payment details 2026-07-23 15:37:58 +03:30
hamed 1d1c3d5f30 Update community IDs and source locations in graph.json and manifest.json
- Adjusted source location for mockPricing() in AppointmentBookingModal.test.tsx from L144 to L149.
- Updated community IDs for various migration entries and commands in graph.json to reflect new community associations.
- Modified timestamps and AST hashes for AppointmentBookingModal.test.tsx and AppointmentsPage.tsx in manifest.json.
2026-07-23 15:18:59 +03:30
hamed 36f13ac7d3 Update manifest.json with new mtime and ast_hash for AppointmentsPage and AppointmentBookingModal test 2026-07-23 15:13:38 +03:30
hamed 0edaf6518f Add JSON files for security audit and test data
- Created a JSON file for the security audit report dated 2026-07-19, detailing various security findings and their relationships.
- Added a JSON file for seed test data, including user creation logic and dependencies in the `seed_testdata.php` file.
- Introduced a JSON file for the AdminCspSubscriberTest, outlining test cases and their structure in the `AdminCspSubscriberTest.php`.
2026-07-23 15:12:37 +03:30
hamed e279812b96 Add JSON files for insurance API documentation and purge doctors command tests
- Created a new JSON file for the insurance API documentation, detailing endpoints, parameters, and responses.
- Added a JSON file for the PurgeDoctorsCommandTest, including test methods and their relationships to the command and other components.
2026-07-22 16:49:32 +03:30
hamed 97e5acdf18 Add AST cache for MaintenanceSubscriber with detailed node and edge relationships 2026-07-19 22:06:36 +03:30
hamed 7e4e4b9157 Add AST JSON representation for DisplayName.php with method and import details 2026-07-19 08:38:34 +03:30
hamed a4b07c2f80 feat(blog): add city_id to blogs for city-specific scoping
- Introduced a new nullable city_id column in the blogs table to allow scoping of blog posts to specific cities.
- Updated Blog entity to include a ManyToOne relationship with the City entity.
- Enhanced BlogController to handle city_id in the request, allowing filtering of posts by city.
- Modified BlogRepository to support querying published posts based on city_id.
- Added tests to ensure correct behavior for city-scoped and nationwide posts, including creation and updating of posts with city associations.
2026-07-19 08:23:57 +03:30
hamedandClaude Opus 4.8 bd66b213c2 chore(graphify): rebuild code graph after doctor list location change
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-19 08:09:09 +03:30
hamedandClaude Opus 4.8 63bf2cdd12 chore(graphify): rebuild code graph after booking-context fix
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-18 14:35:41 +03:30
hamedandClaude Opus 4.8 8d31ebb3cb chore(graphify): rebuild code graph after test-profiling change
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-18 14:06:47 +03:30
hamedandClaude Opus 4.8 9724504527 chore(graphify): rebuild code graph after next_available_at rework
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-18 13:59:23 +03:30
hamedandClaude Opus 4.8 ae6ecc5cf7 chore(graphify): rebuild code graph after opening-hours change
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-18 13:53:39 +03:30
hamedandClaude Opus 4.8 45814f254c chore(graphify): rebuild code graph after booking-context change
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-18 13:38:29 +03:30
hamed 2553b45990 Add AST cache files for VisitPriceRequirementResolver, Version20260717093000, and DiscountRuleRepository
- Created JSON representation for VisitPriceRequirementResolver.php, including nodes and edges for methods and imports.
- Added AST cache for migrations/Version20260717093000.php, detailing methods and their relationships.
- Introduced AST cache for DiscountRuleRepository.php, capturing methods, imports, and their interactions.
2026-07-18 12:38:15 +03:30
hamed 880c4c06cb chore: update graphify graph 2026-07-16 15:44:45 +03:30
hamed 2e69af1f74 chore: update graphify graph 2026-07-16 15:39:11 +03:30
hamed 0ba4bf383b chore: update graphify graph 2026-07-16 14:39:00 +03:30
hamed 3b2b22f7d6 chore: update graphify graph 2026-07-16 14:21:02 +03:30
hamed d7b06108f0 chore: update graphify graph 2026-07-16 13:32:39 +03:30
hamed 73ae4baa66 chore: update graphify graph 2026-07-16 12:51:54 +03:30
hamed d4fd6c0020 chore: update graphify graph 2026-07-16 12:22:55 +03:30
hamed 22474653b5 chore: update graphify graph 2026-07-16 11:57:00 +03:30
hamed 4a70c87a8b chore: update graphify graph 2026-07-16 11:41:05 +03:30
hamed b82ab4db9c chore: update graphify graph 2026-07-16 11:30:35 +03:30
hamed 7b87fda8f9 chore: update graphify graph 2026-07-16 11:16:40 +03:30
hamed 2e2b63f72d chore: update graphify graph 2026-07-16 10:59:43 +03:30
hamed 8feaf0f22a chore: update graphify graph 2026-07-16 10:53:05 +03:30
hamed 78396d3275 chore: update graphify graph 2026-07-16 10:41:24 +03:30
hamed 08aa3a78b8 chore: update graphify graph 2026-07-16 10:10:56 +03:30
hamed d76fd73529 chore: update graphify graph 2026-07-16 09:57:11 +03:30
hamed 110c210cf4 chore: update graphify graph 2026-07-16 09:45:13 +03:30
hamed a6c11a20bd chore: update graphify graph 2026-07-16 09:18:53 +03:30
hamed f378bf58e6 Add AST JSON representation for BookingScopeTest.php with nodes and edges 2026-07-15 18:14:59 +03:30
hamed 141ce478a2 chore: update graphify graph 2026-07-15 17:45:07 +03:30
hamedandClaude Opus 4.8 810293764a chore: update graphify graph
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-15 17:06:42 +03:30
hamedandClaude Opus 4.8 edf3cea51f chore: update graphify graph
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-15 16:48:58 +03:30