Skip to content

Meeting Agenda

Syed Salman Reza edited this page Dec 25, 2021 · 13 revisions

Meeting Minutes 1

Assigned Task

@Sadia Tahasin

  1. Add Product
  2. Edit/Delete
  3. Price/Price Update

12:38

@seaum.zaman

  1. Home Page
  2. About Page/ Con.
  3. Products Details

12:39

@sun.debnath

  1. Add to cart
  2. Checkout
  3. Cart item update

12:40

@Syed Salman Reza

  1. Admin Login
  2. Dashboard
  3. Product View
  4. Products
  5. View Order
  6. Order Confirm
  7. Email send to customer

Meeting Minutes 2

Date: 25/11/2021 Attendances: Sadia Tahsin(ST) Seaum Ibn Zaman(SIZ) Syed Salman Reza(SSR) Sun Debnath (SD) Start Time: 9:00 PM End Time: 11:00 PM

Decisions

Talked About Several Software, How they react to our project. How to install. What we'll do is within a week.

Actions

Software:

  1. Xampp: https://www.apachefriends.org/index.html
  2. Node Js: https://nodejs.org/en/
  3. Composer: https://getcomposer.org/
  4. Laravel: In cmd -----------> composer global require laravel/installer
  5. IDE: Sublime Text Laravel Project Create:
  6. Create project:----------------> laravel new digital_product_e-commerce
  7. Start laravel server:----------> php artisan serve
  8. Database Create: Start Xampp && Create a new database [dbName=ecommerce]
  9. Open Project in IDE: VS Code or Sublime Text
  10. Assigning database: Open file name .env && Change database na
    DB_DATABASE=[dbName] && Save
  11. For Login/Reg Via Jetstream: --> composer require laravel/jetstream
  12. Install Livewire: -------------> php artisan jetstream:install livewire //After running commands table will be auto created for our database
  13. Install npm:-------------------> npm install && ---------------> npm run dev
  14. Migrate into Database: -------> php artisan migrate
  15. Start laravel server: --------> php artisan serve

Meeting Minutes 3

Date: 25/12/2021 Attendances: Seaum Ibn Zaman(SIZ) Syed Salman Reza(SSR) Start Time: 9:00 PM End Time: 11:00 PM

Decisions

  1. Blade Template.
  2. Created Index
  3. Decisions about implementation.
  4. Trello Board Updated
Clone this wiki locally