Feature #29944
openFeature #29528: SEO Module Technology Upgrade to React- Node with Postgre SQL
Implementation of Top Flight routes and Hotels in Top cities
100%
client/components/features/top_flight_routes/
->forms/TopFlightDestinationForm.tsx
->forms/TopFlightRoutesForm.tsx
->forms/ViewMoreForm.tsx
->hooks/useTopFlightDestinations.ts
->hooks/useTopFlightRoutes.ts
->hooks/useTopFlightViewMore.ts
->services/topFlightDestinationService.ts
->services/topFlightRoutesService.ts
->services/viewMoreService.ts
->TopFlightDestination.tsx
->TopFlightFromDestination.tsx
->TopFlightRoutes.tsx
->ViewMore_TopFlight.tsx
client/components/features/hotels_in_topcities/
->forms/components/BannerImageUpload.tsx
->RecommendedHotelsModal.tsx
->TopDestinationForm.tsx
->TopHotelForm.tsx
->ViewMoreForm.tsx
->hooks/useTopDestinations.ts
->hooks/useTopHotels.ts
->hooks/useViewMore.ts
->services/topDestinationService.ts
->services/topHotelService.ts
->services/viewMoreService.ts
->types/types.ts
->TopDestination.tsx
->TopHotel.tsx
->ViewMore_hotel.tsx
server/
->controllers/topFlightRoutesController.js
->middlewares/topFlightDestinationMulterMiddleware.js
->middlewares/topFlightRoutesMulterMiddleware.js
->middlewares/topFlightViewMoreMulterMiddleware.js
->routes/topFlightRoutes.js
->server.js
Updated by Fayaz E Azeez 10 days ago
- Status changed from Assigned to In Progress
Updated by Fayaz E Azeez 10 days ago
- % Done changed from 0 to 10
Hotels in Top cities Frontend Design
City API called and shown data in suggestions
Updated by Fayaz E Azeez 9 days ago
- % Done changed from 10 to 50
- Hotel Top Destination section completed
- Top Hotel CRUD operations completed
Updated by Fayaz E Azeez 6 days ago
- Status changed from In Progress to Fixed not Tested
- % Done changed from 50 to 100
- Top Flight Routes completed (CRUD)
- Top Flight from destination (CRUD)
- View more (CRUD)