Fert Agro Boomi
This project is about Fertilizers,Fungicides,Growth Promoters buying website. The following are my wireframe, problem statement, userflow.
List of features:
User CRUD[Completed]
- User sign up.
- User login.
- User edit data in profile page.
- User delete account.
Product CRUD[Completed]
- Product Create.
- product showing.
- Edit product details.
- Delete product.
Order[Completed]
- Create Order.
- Read Order.
- Delete order.
Wishlist[Completed]
- Wishlist Create.
- Wishlist Read.
- Delete Wishlist.
Add to cart[Completed]
- Add to cart Create.
- Add to cart Read.
- Add to cart Update.
- Add to cart Delete.
Buyer
Login page[Completed]
- Scenario 1: Successfully create an account
- Steps:
- Navigate to the login page.
- Enter the required information such as mobile number, and password.
- Click the "login" button.
- User does not have an account, click "Create an account".
- Expected Result:
- The user is redirected to the Create Your Account page.
- User click on "Login" button and user will be redirected to home page
Register page[Completed]
- Scenario 1: Successfully login in to account
- Steps:
- Navigate to the registration page.
- Enter the required information such as mobile number, email, full name and password.
- Click the "Register" button.
- Expected Result:
- The user is redirected to the login page.
View products/items[Completed]
- Scenario 1: Successfully view products/items
- Steps:
- Log in as a buyer.
- Navigate to the product listing page.
- View the list of available products/items.
- Expected Result:
- The user can view the list of available products/items.
View product/item details[Completed]
- Scenario 1: Successfully view product/item details
- Steps:
- Log in as a buyer.
- Navigate to the product listing page.
- Select a product/item to view its details.
- Expected Result:
- The user can view the details of the selected product/item.
Buy a product/item[Completed]
- Scenario 1: Successfully purchase a product/item
- Steps:
- Log in as a buyer.
- Navigate to the product listing page.
- Select a product/item to view its details.
- Click the "BUY NOW" button.
- The user is redirected to the order summary page then user click "Continue" button.
- The user is Confirm the shipping address.
- Click the "Save & Deliver here" button.
- Expected Result:
- The user is redirected to the "Thank you for your order" page.
Add product/item to cart[Completed]
- Scenario 1: Successfully add product/item to cart
- Steps:
- Log in as a buyer.
- Navigate to the product listing page.
- Select a product/item to add to cart.
- Click the "GO TO CART" button.
- Expected Result:
- The product/item is added to the user's cart.
View items in cart[Completed]
- Scenario 1: Successfully view items in cart
- Steps:
- Log in as a buyer.
- Navigate to the cart page.
- View the list of items in the cart.
- Expected Result:
- The user can view the list of items in the cart.
Remove item from cart[Completed]
- Scenario 1: Successfully remove item from cart
- Steps:
- Log in as a buyer.
- Navigate to the cart page.
- Remove the selected item from the cart.
- Expected Result:
- The item is removed from the user's cart.
Add product/item to wishlist[Completed]
- Scenario 1: Successfully add product/item to wishlist
- Steps:
- Log in as a buyer.
- Navigate to the product listing page.
- Select a product/item to wishlist.
- Click the "heart" icon.
- Expected Result:
- The product/item is added to the user's wishlist.
View items in wishlist[Completed]
- Scenario 1: Successfully view items in wishlist
- Steps:
- Log in as a buyer.
- Navigate to the wishlist page.
- View the list of items in the wishlist.
- Expected Result:
- The user can view the list of items in the wishlist.
Remove item from wishlist[Completed]
- Scenario 1: Successfully remove item from wishlist
- Steps:
- Log in as a buyer.
- Navigate to the wishlist page.
- Remove the selected item from the wishlist.
- Expected Result:
- The item is removed from the user's wishlist.
Profile Account[Completed]
- Scenario 1: Successfully created a new profile account
- Steps:
- Log in as a buyer.
- Navigate to the user index page.
- Click "Profile" Icon.
- Expected Result:
- The user is redirected to the Personal Information page.
Edit Profile Account[Completed]
- Scenario 1: Successfully read data in profile account
- Steps:
- Navigate to the user index page.
- If the user wants to edit their profile.
- Click "Edit" Button.
- Expected Result:
- The user is redirected to the Edit Personal Details Page.
Update Profile Account[Completed]
- Scenario 1: Successfully read data in profile account
- Steps:
- Navigate to the user Edit Personal Details Page.
- Enter the required information such as full name, gender, date of birth, Street Name, City Name, District Name and
State Name
- Click "save" Button.
- Expected Result:
- The user is redirected to the Personal Information Page.
Delete Profile Account
- Scenario 1: Successfully delete data in profile account.
- Stepts:
- click the "profile" icon which is at the top right of the page.
- Navigate to the user Profile page.
- Click "Delete" Button.
- "Are you sure you're deleting your account?" A alert message will be displayed. Click OK to delete the user account.
- Expected Result:
- The user is redirected to the index page.
Logout profile
Create Product