Commit Graph
5 Commits
Author SHA1 Message Date
hamed 2fc74a664e Refactor state data structure: replace string IDs with integers, add UUIDs, status, and weight attributes for each state 2026-06-21 15:37:19 +03:30
ehsan 0db121150d update field doctors, cities, states and specialties 2025-09-25 17:06:57 +03:30
Ehsan 254d5d4ebd change format all file 2025-05-18 01:18:35 +03:30
hamed 8e87b7a346 Add data and edite readme... 2025-05-02 11:07:45 +03:30
hamed 574f7bf005 feat: Implement dynamic state and city selection
- Load states and cities from JSON data files
- Filter cities based on selected state
- Update UI to disable city dropdown until state is selected
- Fix AutoCompleteSelect component to properly handle selection
- Reset city selection when state changes
- Display selected state and city in button
2025-04-25 17:11:24 +03:30