Muhammad A. Ghorbani
b7ca24027b
feat: implement marriage profile normalization logic and schema-based UI navigation adapters
2 weeks ago
mortezaei
8830dee187
fix ssr loading
3 weeks ago
mortezaei
714bd677dd
feat: localize country names across all supported languages and update exit navigation flow
3 weeks ago
Muhammad A. Ghorbani
970d277231
feat: implement phone input component with Flutter-based geolocation, country-specific formatting, and validation testing
3 weeks ago
mortezaei
5f033fc822
feat: add bottom sheet for currency selection with auto-mapping based on location country code
4 weeks ago
mortezaei
b609b1363b
refactor: improve birthplace parsing logic, add auto-detection throttling, and include integration tests for country-city state management
4 weeks ago
mortezaei
73758ec53f
refactor: improve geo-location handling by standardizing country name resolution and forwarding client IP headers to the backend
4 weeks ago
mortezaei
7e82acb605
feat: ensure 1-to-1 canonical option keys across all languages for countries and languages
4 weeks ago
Muhammad A. Ghorbani
cc42f3d353
feat: implement phone input component with geo-based auto-detection, loading indicators, and supporting schema logic.
4 weeks ago
ghorbani
857537fc73
feat: implement dynamic question renderer system with specialized input components and multi-step form flow support
1 month ago
ghorbani
ce60a97090
feat: scaffold marriage feature with new pages, components, hooks, and localization support
1 month ago
ghorbani
088261a52c
feat: initialize application structure with new UI components, internationalization support, and core matchmaking pages
1 month ago
ghorbani
3103665420
feat: implement marriage matching application flow and internationalization support
1 month ago
ghorbani
3c41f10913
feat: add multilingual support and new navigation components for candidate interaction
1 month ago
ghorbani
2f17a0f367
feat: implement marriage case contact and outcome management flows with related UI and translations
1 month ago
ghorbani
a386e3880a
feat: implement comprehensive marriage profile viewing system with multi-language support and custom UI components
1 month ago
ghorbani
ae1c830517
feat: implement multi-language infrastructure and dynamic question components for marriage matching system
1 month ago
ghorbani
12eb4c6f71
feat: implement comprehensive marriage matching system with multi-language support and core UI components
1 month ago
ghorbani
e7c5aef173
feat: implement persistent local storage for marriage question answers with auto-sync and multi-language support
1 month ago
ghorbani
ab8b055d8a
feat: implement core matchmaking application structure and multi-language support
2 months ago
ghorbani
6309fe2897
feat: implement multi-language support and comprehensive question-based marriage matching workflow
2 months ago
ghorbani
8ab2bef94d
feat: implement question flow system with localized support and UI components
2 months ago
ghorbani
0facb88510
feat: implement core marriage matching application architecture including UI components, question workflows, and multi-language support.
2 months ago
ghorbani
20c3ca2045
feat: initialize internationalization support with multi-language locale files and add dynamic form components
2 months ago
ghorbani
a3bda4ecd3
feat: implement question flow system with dynamic components and custom styling
2 months ago
ghorbani
f3a9e95529
feat: implement multi-language support and new question-related UI components and pages
2 months ago
ghorbani
3ce51853ac
feat: implement multi-language support and core marriage matchmaking workflow including question flows and request management
2 months ago
ghorbani
8d19026fd4
feat: implement test questions flow component and question detail client handler
2 months ago
ghorbani
1dd7dc564c
feat: implement question flow system with card UI and test introduction pages
2 months ago
sina_sajjadi
28d8e61fb3
feat: implement marriage onboarding progress tracking with new types, helpers, and UI components
3 months ago
sina_sajjadi
63a4edc24f
feat: add OpenAPI documentation, question management components, and section-specific data hooks
3 months ago
sina_sajjadi
3076f8089a
feat: implement core question workflow with multi-step navigation, storage, and onboarding screens
3 months ago
sina_sajjadi
c14d577aa0
feat: add QuestionCheckbox component for handling multiple choice questions with "Doesn't matter" option
4 months ago
sina_sajjadi
f0edf39d58
feat: implement modular question components, match summary display, and profile navigation infrastructure
4 months ago
sina_sajjadi
b0c2b89410
feat: add marriage profile and section data hooks
- Implemented `useMarriageProfileQuery` and `getMarriageProfile` for fetching main marriage profile data.
- Created `useMarriageSectionDataQuery` and `updateMarriageSectionData` for managing section data with query and mutation hooks.
- Added `useMarriageSectionsQuery` for retrieving available marriage sections.
feat: add temporary media upload hook
- Introduced `useUploadTmpMediaMutation` and `uploadTmpMedia` for handling temporary media uploads.
feat: implement internationalization support
- Added localization configuration and dictionaries for English and Persian languages.
- Created `I18nProvider` for managing locale and dictionary context.
- Implemented utility functions for locale management and path localization.
feat: define API communication layer
- Established an HTTP client using Axios with proxy path handling for API requests.
5 months ago
sina_sajjadi
2fe0ee1af5
feat: add question detail and list pages with dynamic routing
- Implemented `QuestionDetailPage` to display individual questions based on slug.
- Created `QuestionsListPage` to list all questions with navigation.
- Added various question components: `QuestionButton`, `QuestionDate`, `QuestionDropdown`, `QuestionFile`, `QuestionNumber`, `QuestionRadio`, `QuestionSlider`, and `QuestionText`.
- Introduced `BookingTermsCard` for displaying terms and conditions.
- Added SVG icon for play action.
- Integrated `InformationSheet` component for user guidance.
- Created mock data for questions and structured data handling in `question-data.ts`.
- Developed a utility to add data locators for easier debugging in development.
5 months ago