swarooppatilx / scruter

Scruter is a local classifieds and community site designed to bring people together for buying, selling, and exchanging goods and services.
https://scruter.vercel.app
GNU General Public License v3.0
28 stars 135 forks source link

[Feat] [Level 3] Guide Seller to Upload First Product on Signup Using Multi-Step Form #326

Closed ShivanshPlays closed 2 weeks ago

ShivanshPlays commented 3 weeks ago

Description

πŸ“ Issue Description

In the fresh revamp of the website to Next.js, I will be implementing a multi-step form to guide sellers in uploading their first product during the signup process. This form will enhance the seller onboarding experience and improve usability.

The multi-step form will feature:


πŸ“‹ Task Breakdown

  1. Setup Multi-Step Form Structure

    • Design form steps (e.g., Product Details).
    • Implement Next.js pages or components for each step.
  2. Global Context for State Management

    • Use React's Context API to manage form data across steps.
    • Ensure data persists on navigation between form steps.
  3. Frontend Validation

    • Integrate form validation to handle required fields and input formats.
    • Provide user-friendly error messages.

πŸš€ Expected Outcome

⚠️ Additional Notes


πŸ› οΈ Environment


Please review this issue and provide any additional feedback if needed.

Screenshots

No response

Checklist