Actions
ClientProject #3431
open[FE] Dev testing issues
Start date:
10/12/2025
Due date:
10/13/2025 (about 6 months late)
% Done:
100%
Estimated time:
12:00 h
Spent time:
Description
To test the changes made in these commits from the UI, follow these steps:
Country Slug Handling & Navigation
- Go to the "Local" page and check country links. Ensure URLs use slugified country names.
- Click a country link and verify the correct products are shown. Try a non-existent country and confirm the NotFound page appears.
Price Filter Functionality
- Use the price filter on product listing pages.
- Select a price range and verify products update accordingly.
- Check that price ranges display as intended in the sidebar.
Not-Found Page UX
- Search for a product or country that does not exist.
- Confirm the NotFound page appears with a "Go to homepage" button that navigates correctly.
Specifications Table & Input Font Sizes
- View product cards and details. Ensure specification tables are readable and consistent.
- Check all input fields (e.g., forms, filters) for correct font sizes on desktop and mobile.
Breadcrumb & Page Titles
- Navigate through various stock pages (Japan, Truck, Korean, Local).
- Verify breadcrumb titles and page titles are accurate and formatted correctly.
Testimonials & Miscellaneous UI
- Visit the testimonials section and confirm text displays correctly.
- Check the "Sign In" button and page for updated labels.
Countries List on Homepage
- Go to the homepage and verify the countries list appears and links work.
- Test these scenarios on both desktop and mobile to ensure UI consistency and correct navigation.
Updated by Nazmul Hossain Shovon 6 months ago
- % Done changed from 0 to 100
ref:
https://github.com/pqsjapan/frontendV1.1/commit/8c743c958116c1bda9e5b55b187cd44a25f80495
Summary of Key Changes:
- Updated input fields across modals and filters to use consistent font sizes (text-xs md:text-sm) for better UI consistency.
- Refactored the primary specifications table in ProductListCard to reduce repetition and improve maintainability.
- Changed car year label from registraion_year to manufacturing_year for accuracy.
- Improved visual styling for "Used" label in AutoListCard.
- Enhanced breadcrumb visibility logic and page title capitalization.
- Minor style and code cleanups for better readability and maintainability.
Updated by Nazmul Hossain Shovon 6 months ago
- Estimated time changed from 8:00 h to 12:00 h
ref:
https://github.com/pqsjapan/frontendV1.1/commit/601b38460cd93071ce201a37d4deae07b969daec
Summary of Key Changes:
- Improved country slug handling using urlSlugify and urlUnSlugify for navigation and filtering.
- Refactored price range filter logic to use a static array and enhanced extraction of min/max price from slugs.
- Replaced "Try Again" link with a "Go to homepage" link for not-found pages.
- Added a new Countries component to display available countries on the homepage.
- Minor UI and text fixes, including testimonial text and layout adjustments.
Updated by Nazmul Hossain Shovon 6 months ago
- Status changed from In Progress to Complete
Actions