infini-coffee

byMeghna Rajawat

I want to build website for a coffee machine manufacturing include variety of models checkpit page blogs prices process.draft me. Scope of work for this requirement

Home
Home

Comments (0)

No comments yet. Be the first!

Project Tasks19

#1

Implement Theme & Base Structure

To Do

As a developer, I want to implement the global color theme, typography, and layout structure across all scaffold pages so that every page reflects the infini-coffee brand identity (Soft Beige #F5F3F0, Pure White #FFFFFF, Rich Coffee Brown #3E2723, Warm Coral #FF6F61, Light Mocha #D7CCC8) using the Inter font family. Remove any pages not in scope (welcome page, signup page, generic dashboard sub-pages). Set up shared CSS variables/tokens, global styles, and reusable layout components (Navbar, Footer). This task must be completed before any page-specific implementation begins.

AI 80%
Human 20%
High Priority
2 days
AI Credits:5
Frontend Developer
#2

Build Home Page

To Do

As a user, I want to use the Home page to explore the infini-coffee brand, view featured products, USPs, testimonials, blog highlights, and navigate to Products, Process, Blog, and Contact pages. Implement the Home page based on the existing JSX design (v2) which includes: NavBar, Hero with parallax & steam animations, BrandStory, FeaturedProducts, CoffeeJourneyTimeline, WhyChooseUs, ManufacturingProcessTeaser, Testimonials, BlogHighlights, CallToAction, and Footer sections. Scrolling background transitions from soft beige to rich brown. All CTAs (Shop Now, Explore Models) must be functional links.

Depends on:#1
Waiting for dependencies
AI 90%
Human 10%
High Priority
3 days
AI Credits:8
Frontend Developer
#11

Build Contact Page

To Do

As a distributor or user, I want to submit an inquiry on the Contact page and receive confirmation that my message was received. Implement the Contact page: contact form (name, email, phone, message, subject dropdown), company address and map embed, email and phone display, submit CTA button in coral. Form submission calls backend contact API. Follows Distributor flow: Product Detail -> Contact.

Depends on:#1
Waiting for dependencies
AI 80%
Human 20%
Medium Priority
1 day
AI Credits:4
Frontend Developer
#17

Implement Blog Backend API

To Do

As a user, I want to use the backend API to fetch, filter, and read blog posts. As an admin, I want to create, update, and publish posts. Implement FastAPI endpoints: GET /blogs (with category/pagination params), GET /blogs/{id}, POST /blogs (admin), PUT /blogs/{id} (admin), DELETE /blogs/{id} (admin). Backed by MySQL with Alembic migration for blogs table.

Depends on:#1
Waiting for dependencies
AI 82%
Human 18%
Medium Priority
1.5 days
AI Credits:5
Backend Developer
#3

Build Admin Login Page

To Do

As an admin, I want to use a secure Admin Login page to sign in with my credentials and be redirected to the Dashboard. Implement the Admin Login page with the infini-coffee theme: centered card on Soft Beige background, logo, email/password fields, coral CTA login button. Validate credentials against the backend auth API. Show error state on failed login. On success redirect to Dashboard.

Depends on:#1
Waiting for dependencies
AI 85%
Human 15%
High Priority
1 day
AI Credits:4
Frontend Developer
#5

Build Products Listing Page

To Do

As a user, I want to browse coffee machine models on the Products page with filters (price, type, capacity, features) and sorting options, and click through to Product Detail. Implement the Products listing page: responsive grid of product cards (image, name, tagline, price in INR, star rating, Add to Cart & View Details actions), filter sidebar/drawer, sort dropdown. On mobile, cards display as a single column. Links to Product Detail page per card. Supports both guest and authenticated users per the user flows for Individual Buyer, Business Buyer, and Distributor.

Depends on:#1
Waiting for dependencies
AI 85%
Human 15%
High Priority
2.5 days
AI Credits:7
Frontend Developer
#18

Implement Contact Form API

To Do

As a user or distributor, I want to use the backend API to submit contact inquiries and receive email confirmation. Implement FastAPI endpoint: POST /contact — accepts name, email, phone, subject, message; stores in DB; sends confirmation email via SMTP/SendGrid. Backed by MySQL contacts table.

Depends on:#1
Waiting for dependencies
AI 80%
Human 20%
Low Priority
1 day
AI Credits:3
Backend Developer
#15

Implement Products Backend API

To Do

As a user, I want to use the backend API to browse, filter, sort, and retrieve coffee machine product data. Implement FastAPI endpoints: GET /products (with filter/sort query params), GET /products/{id}, POST /products (admin), PUT /products/{id} (admin), DELETE /products/{id} (admin). Include image/video upload support. Backed by MySQL with Alembic migration for products table.

Depends on:#1
Waiting for dependencies
AI 82%
Human 18%
High Priority
2 days
AI Credits:6
Backend Developer
#10

Build Process Page

To Do

As a guest or distributor, I want to explore the manufacturing process on the Process page to build trust in the brand's craftsmanship and quality. Implement the Process page: full-bleed rich brown background, step-by-step visual storytelling (sourcing, manufacturing, quality assurance, innovation) with illustrated icons, descriptive text, looping muted video or image gallery of factory floor, quality assurance highlights section. Follows Distributor flow: Home -> Process -> Products.

Depends on:#1
Waiting for dependencies
AI 82%
Human 18%
Medium Priority
2 days
AI Credits:6
Frontend Developer
#9

Build Blog Listing Page

To Do

As a user, I want to browse industry insight blog posts on the Blog page, filter by category, and click through to read full articles. Implement the Blog listing page: 3-column grid on desktop (1-column mobile), blog cards with landscape thumbnail, coral category badge, bold title, 2-line excerpt, publish date, Read More link. Category filter tabs at top. Visit Blog section links from Home page BlogHighlights. Follows Business Buyer flow: Product Detail -> Blog.

Depends on:#1
Waiting for dependencies
AI 85%
Human 15%
Medium Priority
1.5 days
AI Credits:5
Frontend Developer
#16

Implement Orders & Checkout API

To Do

As a user, I want to use the backend API to place orders, process payments via Razorpay/Stripe/PayPal, and receive order confirmation. Implement FastAPI endpoints: POST /orders, GET /orders (admin), GET /orders/{id}, PATCH /orders/{id}/status, POST /payments/initiate, POST /payments/confirm. Integrate payment gateway webhooks. Generate invoice PDF on order completion.

Depends on:#15
Waiting for dependencies
AI 75%
Human 25%
High Priority
3 days
AI Credits:8
Backend Developer
#4

Build Dashboard Page

To Do

As an admin, I want to use the Dashboard page to get an overview of orders, products, and blog posts, and navigate to manage listings, publish posts, and generate invoices. Implement a Dashboard overview page with the infini-coffee theme: sidebar navigation linking to Products, Blog, Orders sections; summary stat cards (total orders, active products, published blogs); recent orders table; quick action buttons. Follows the user flow: Admin Login -> Dashboard -> Products / Blog / Orders.

Depends on:#3
Waiting for dependencies
AI 80%
Human 20%
High Priority
2 days
AI Credits:6
Frontend Developer
#6

Build Product Detail Page

To Do

As a user, I want to view detailed specifications, images, videos, and pricing of a coffee machine on the Product Detail page, and either add it to cart or submit a bulk enquiry. Implement the Product Detail page: image gallery with 3D rotate-on-hover, spec table, price display in INR, Add to Cart button (coral filled), Bulk Enquiry form for business buyers, related products section. Navigates from Products listing and links to Cart. Follows Individual Buyer and Business Buyer flows.

Depends on:#5
Waiting for dependencies
AI 85%
Human 15%
High Priority
2.5 days
AI Credits:7
Frontend Developer
#14

Build Blog Admin Page

To Do

As an admin, I want to publish and manage blog posts on the Blog admin page, categorize them, and upload visuals. Implement the Blog admin page: list of all posts with edit/delete/publish actions, rich text editor for new post creation, category assignment, thumbnail upload, publish/draft toggle. Follows Admin flow: Dashboard -> Blog -> Publish Post.

Depends on:#4
Waiting for dependencies
AI 78%
Human 22%
Medium Priority
2 days
AI Credits:6
Frontend Developer
#7

Build Cart Page

To Do

As a user, I want to review items in my cart, update quantities, remove items, and proceed to checkout from the Cart page. Implement the Cart page with the infini-coffee theme: line items with product thumbnail, name, quantity stepper, unit price, subtotal; order summary panel with total in INR; Proceed to Checkout coral CTA button; Continue Shopping link back to Products. Follows Individual Buyer and Business Buyer flows (Product Detail -> Cart -> Checkout).

Depends on:#6
Waiting for dependencies
AI 80%
Human 20%
High Priority
1.5 days
AI Credits:5
Frontend Developer
#12

Build Orders Management Page

To Do

As an admin, I want to view and manage all customer orders on the Orders page, track their status, and generate invoices. Implement the Orders management page: paginated orders table (order ID, customer, product, amount in INR, status, date), status filter and search, order detail drill-down panel, Generate Invoice button per order that produces a downloadable PDF/invoice. Follows Admin flow: Dashboard -> Orders.

Depends on:#4
Waiting for dependencies
AI 78%
Human 22%
Medium Priority
2 days
AI Credits:6
Frontend Developer
#13

Build Products Admin Page

To Do

As an admin, I want to manage product listings on the Products admin page — add, edit, and remove coffee machine models and upload visuals. Implement the Products admin page: table/grid of all products with edit/delete actions, Add New Model modal/form (name, description, specs, price, images, videos upload, category), inline status toggle (active/inactive). Follows Admin flow: Dashboard -> Products -> Add/Edit Model.

Depends on:#4
Waiting for dependencies
AI 78%
Human 22%
Medium Priority
2 days
AI Credits:6
Frontend Developer
#8

Build Checkout Page

To Do

As a user, I want to securely complete my purchase on the Checkout page with payment gateway integration and receive an order confirmation. Implement the Checkout page: shipping address form, order summary, payment method selection (Razorpay, Stripe, PayPal), place order CTA, order confirmation/invoice screen post-payment. Validate form fields, handle payment success/failure states. Follows Individual Buyer flow: Cart -> Checkout.

Depends on:#7
Waiting for dependencies
AI 75%
Human 25%
High Priority
3 days
AI Credits:8
Frontend Developer
#19

Connect Frontend Pages to APIs

To Do

As a developer, I want to wire all frontend pages to their respective backend API endpoints so that data is live and dynamic. Tasks include: connecting Products listing & detail to products API, Cart/Checkout to orders & payments API, Blog listing to blogs API, Contact form to contact API, Admin pages (Products, Blog, Orders) to their respective admin APIs. Implement loading states, error boundaries, and toast notifications for user feedback.

Depends on:#15#5#13#16#12#6#9#7#8#14#11#17#18
Waiting for dependencies
AI 78%
Human 22%
High Priority
3 days
AI Credits:7
Frontend Developer
Home design preview
Admin Login: Sign In
Dashboard: View Orders
Products: Manage Listings
Products: Add Edit Model
Blog: Publish Post
Orders: Generate Invoice