- Clone repository ini
- Copy file
.env.example
ke.env
- Edit file .env >
DB_DATABASE = insurance
- Run
php artisan migrate:fresh
- Run
git checkout -b pbiX
> X diganti angka - Cari file yang harus diedit:
ctrl + shift + f
> masukinNama
> edit file
- Run
git add .
- Run
git commit -m "Commit Message"
- Run
git push origin nama
Nama | Task | PBI |
---|---|---|
cantika | Claim (2) | 1 |
fildzah | Dashboard (3) | 2 |
dila | Subscription (5) | 3 |
rudi | Policy (4) | 4 |
ghufron | Checkout (1) | 6 |
- Edit file migrations di folder
/database/migrations
- Edit file model di folder
/app/Models
- Edit file view di folder
/resources/views/
- Edit file di folder
/routes
- Edit file controller di folder
/app/Htpp/Controllers
Ga harus 100% sama kayak ERD, boleh ditambah / dikurang.
User (Cust.)
- dapat liat daftar polis yang tersedia (
Policy
) - dapat mendaftar polis (
Subscription
) - dapat membuat klaim sesuai polis yang dipunya (
Claim
)
User (Admin)
- dapat menerima/menolak pendaftaran polis (
Subscription
) - CRUD
Policy
User (Agent)
: TBD