Feature #30761
openFeature #30648: Nextjs - Middleware settings
Feature #30757: Home Page integration
Home Page integration
40%
Updated by Meenu Krishnan 5 months ago
- Status changed from Assigned to In Progress
- % Done changed from 0 to 40
-Builds the API URL
-Retrieves the selected user currency
-Sends the request using the shared API utility
-Generates a redirect link with all search parameters.
-function constructLink(deal) creates a full flight search URL.
Updated by Meenu Krishnan 4 months ago
-Constructs the API endpoint URL for hotel deals.
-Retrieves the user's currency via getCurrency().
-Calls fetchFromApi to get hotel deals from the backend.
-Processes the returned deals with process Hotel Details.
-Calls constructLink to generate a redirect URL for the deal.
Updated by Meenu Krishnan 4 months ago
-Refactored link creation logic for hotel search results.
-Improved isTokenExpired() with safer numeric parsing.
-Improved setAuthCookies() function for reliability.
-Strengthened token lifetime logic.