Feature #29915
openFeature #29528: SEO Module Technology Upgrade to React- Node with Postgre SQL
Implementation of Islamic and Halal
100%
client/src/components/features/islamic_and_halal_package/forms/ActivitiesBgForm.tsx
client/src/components/features/islamic_and_halal_package/forms/CategoryPackageForm.tsx
client/src/components/features/islamic_and_halal_package/forms/CityPackageForm.tsx
client/src/components/features/islamic_and_halal_package/forms/CountryPackageForm.tsx
client/src/components/features/islamic_and_halal_package/forms/PackageDestinationForm.tsx
client/src/components/features/islamic_and_halal_package/forms/PackagesDestinationForm.tsx
client/src/components/features/islamic_and_halal_package/forms/PackagesViewMoreForm.tsx
client/src/components/features/islamic_and_halal_package/hooks/useActivitiesBg.ts
client/src/components/features/islamic_and_halal_package/hooks/useIslamicHalalCategoryPackages.ts
client/src/components/features/islamic_and_halal_package/hooks/useIslamicHalalCityPackages.ts
client/src/components/features/islamic_and_halal_package/hooks/useIslamicHalalCountryPackages.ts
client/src/components/features/islamic_and_halal_package/hooks/useIslamicHalalDetails.ts
client/src/components/features/islamic_and_halal_package/hooks/usePackagesDestination.ts
client/src/components/features/islamic_and_halal_package/hooks/usePackagesViewMore.ts
client/src/components/features/islamic_and_halal_package/services/activitiesBgService.ts
client/src/components/features/islamic_and_halal_package/services/islamicHalalCategoryPackageService.ts
client/src/components/features/islamic_and_halal_package/services/islamicHalalCityPackageService.ts
client/src/components/features/islamic_and_halal_package/services/islamicHalalCountryPackageService.ts
client/src/components/features/islamic_and_halal_package/services/islamicHalalDetailsService.ts
client/src/components/features/islamic_and_halal_package/services/packagesDestinationService.ts
client/src/components/features/islamic_and_halal_package/services/packagesViewMoreService.ts
Description
Package based on city, Package based on country and Package based on category
Updated by Fayaz E Azeez 5 months ago
- Status changed from Assigned to In Progress
Updated by Fayaz E Azeez 5 months ago
- Status changed from In Progress to On hold
Updated by Fayaz E Azeez 5 months ago
- Status changed from Assigned to In Progress
Updated by Fayaz E Azeez 5 months ago
- % Done changed from 0 to 30
Add Islamic & Halal City Package management: **
Implemented components for managing city packages, including forms, tables, and hooks for CRUD operations. Integrated new service for API interactions and updated routing in the server to handle city package requests.
Add Islamic Halal Country Package management: ++
Implemented components, forms, and hooks for managing country packages, including CRUD operations. Introduced service for API interactions and updated routing to handle country package requests. Enhanced UI with tables and modals for better user experience.
Updated by Fayaz E Azeez 4 months ago
- % Done changed from 30 to 60
- Table created on postgreSQL
- Client CRUD operations design
- Backend controller and routes
- Multer Config
- Table created on postgreSQL
- Client CRUD operations design
- Backend controller and routes
- Multer Config
- Table created on postgreSQL
- Client CRUD operations design
- Backend controller and routes
- Multer Config
- Table created on postgreSQL
- Client CRUD operations design
- Backend controller and routes
- Multer Config
Updated by Fayaz E Azeez 4 months ago
- % Done changed from 60 to 100
- Files Changed updated (diff)
- Client CRUD operations design
- Backend controller and routes
- packagedestination actions seperated from islamic and halal, added new table, routes, hooks
- Alret message added for each creation , deletion and updation on islamicandhalal
- Activies background image upload section added
Refactor PackageDestinationForm: Introduced a utility function to map identifier names to titles, simplifying the title generation logic in the component. This enhances readability and maintainability of the code.
Updated by Fayaz E Azeez 4 months ago
- Status changed from In Progress to Fixed not Tested