Skip to content

Meeting Agenda

Syed Salman Reza edited this page Jan 4, 2022 · 13 revisions

Meeting Minutes 1

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

Assigned Task

Name Task
Sadia Tahsin 1. Add Product 2. Edit 3. Delete
Seaum Zaman 1. Home Page 2. About Page 3. Products Details
Sun Debnath 1. Add to cart 2. Checkout 3. Cart item update
Syed Salman Reza 1. Admin Login 2. Dashboard 3. Add Category 4. View Order 5. Order Confirm

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. Discussion about Blade Template.
  2. Decisions about implementation of Homepage.

Actions

  1. Modify Index files
  2. Trello Board Updated

Meeting Minutes 4

Date: 4/1/2021 Attendances: Seaum Ibn Zaman(SIZ) Syed Salman Reza(SSR) Sadia Tahasin(ST) Sun Debnath(SD) Start Time: 10:30 PM End Time: 11:30 PM

Decisions

  1. Discussion About Unit Testing.
  2. Discussion about Project Presentation.
  3. Talked about the Overall Project.

Actions

  1. Slack/Trell Board Updated.