As a user, I want the application to automatically fetch product details from a supplier API so that I can save time and avoid manual data entry when calculating import costs.
As a user, I want to manually enter product details (price, weight, dimensions) and have them processed by the backend so that I can calculate import costs even when the supplier API is unavailable.
As a user, I want all pages to visually match the mock-design pages so that the application has a consistent and professional appearance from the start, with unneeded pages (login, signup, welcome, dashboard/overview, dashboard/ai-assistant, dashboard/settings) removed and only Home and Results pages remaining.
As a user, I want the application to automatically calculate Canada Post shipping costs from China to Canada based on product weight and dimensions so that I get an accurate real-time shipping estimate in my total cost breakdown.
As a user, I want the backend to convert product prices from CNY to CAD and automatically apply a 100% profit margin so that I can see the accurate retail price I should charge, calculated to two decimal places.
As a user, I want the application to use a consistent color palette (Background #F3F4F6, Surface #FFFFFF, Text #2C2C2C, Accent #0078D4, Muted #A8A8A8) across all components and pages so that the visual experience is cohesive and on-brand.
As a user, I want a Results page that displays a complete total summary of all calculated import costs including price in CAD, profit margin, and shipping cost so that I can review and understand the final pricing breakdown. Implement based on existing Results (v2) JSX design.
As a user, I want an interactive Home page with an Input Panel to enter product details manually or fetch via supplier API, a real-time Cost Breakdown Panel with animations, and a Summary Panel with a slide-in summary card so that I can easily calculate and review the full import cost of a product from China to Canada. Implement based on existing Home (v2) JSX design.
As a user, I want an AI assistant powered by GPT 5.4 to provide user-friendly explanations and guidance throughout the import cost calculation process so that I can better understand my results and make informed purchasing decisions.
As a user, I want the entire application interface to be fully presented in French using i18n so that French-speaking Canadian importers can use the tool comfortably in their preferred language across all pages and components.

No comments yet. Be the first!