erpeel-a / Sistem-Pengaduan-Sekolah-SMKN2Karanganyar

Project Sistem Pengaduan Sekolah yang dibangun untuk memudahkan warga sekolah untuk menyalurkan aspirasi maupun pengaduan secara online (Project Gabut + Project Mapel PKK sebagai team)
9 stars 3 forks source link

List Features #2

Open Zainal21 opened 3 years ago

Zainal21 commented 3 years ago

@muhammadafin @hendraaagil @AdhaNoer4 @perdanamb @NFebri monggo yen pengen garap list feature lumayan ngo gabut-an wkwk

user (Progress Convert HTML to blade)

admin

Endpoint Backend API Service

Zainal21 commented 3 years ago

@NFebri Migrasi database udah di buat ? Sekalian implement login + menu dashboard... sek sisi user tak kerjakke

NFebri commented 3 years ago

@Zainal21 proses

NFebri commented 3 years ago

@Zainal21 cek branch nfebri

afiiin commented 3 years ago

hmm, tiba-tiba

Pada tanggal Sel, 26 Jan 2021 pukul 16.18 Niko Febriyanto < notifications@github.com> menulis:

@Zainal21 https://github.com/Zainal21 cek branch nfebri

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/erpeel-a/Sistem-Pengaduan-Sekolah-SMKN2Karanganyar/issues/2#issuecomment-767410941, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOOUGTDRA2ZE2ILC3YG52ULS32CF7ANCNFSM4WSVZQZQ .

Zainal21 commented 3 years ago

@Zainal21 cek branch nfebri

@NFebri Oke... sek wes/arep mbok kerjakke checklist-en sek

Zainal21 commented 3 years ago

hmm, tiba-tiba Pada tanggal Sel, 26 Jan 2021 pukul 16.18 Niko Febriyanto < notifications@github.com> menulis: @Zainal21 https://github.com/Zainal21 cek branch nfebri — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub <#2 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOOUGTDRA2ZE2ILC3YG52ULS32CF7ANCNFSM4WSVZQZQ .

@muhammadafin mau ngerjakan yang mana wkwk?

Zainal21 commented 3 years ago

@hendraaagil API-ne pake JWT/Sanctum/Passport buat Authorization e ?

hendraaagil commented 3 years ago

@hendraaagil API-ne pake JWT/Sanctum/Passport buat Authorization e ?

JWT wae, urung nyobo kabeh 😂 kyone gampang JWT

Zainal21 commented 3 years ago

@hendraaagil API-ne pake JWT/Sanctum/Passport buat Authorization e ?

JWT wae, urung nyobo kabeh joy kyone gampang JWT

oke... nk sisi backend podo ae sih...kayakke sama-sama basis ngo token..

Zainal21 commented 3 years ago

@NFebri bar git pull run iki sek php artisan vendor:publish --provider="Tymon\JWTAuth\Providers\LaravelServiceProvider" trus run php artisan jwt:secret + migrasine di refresh sek, ndek mau enek penambahan role user

Zainal21 commented 3 years ago

@NFebri DB structure e ganti neh lo wkwk..migrasi neh... tambah 1 field ngo pengaduan mbi 3 field ngo user.. iso langsung di cek ae

Zainal21 commented 3 years ago

Screenshot from 2021-01-27 21-04-31

@hendraaagil Response e tak gawe ngene ya ?.. berkas pendukung nullable, iso diisi, iso ora. nomor_induk, nama, email iso jikuk ko data user sek login

hendraaagil commented 3 years ago

siapp

NFebri commented 3 years ago

@Zainal21 bug pas login sebagai petugas

Zainal21 commented 3 years ago

@Zainal21 bug pas login sebagai petugas

Done..btw menu master data di hidden ae yen sek login petugas..

NB : Kesalahan e pas ngeset nang middleware checkrole e/keluwihan spasi wkwkw

NFebri commented 3 years ago

Done..btw menu master data di hidden ae yen sek login petugas..

NB : Kesalahan e pas ngeset nang middleware checkrole e/keluwihan spasi wkwkw

@Zainal21 ok

Zainal21 commented 3 years ago

@NFebri tulung .env bagian mail config isinen iki.. nk gak gaweo mailtrap ngo testing notif email e

MAIL_MAILER=smtp
MAIL_HOST=smtp.mailtrap.io
MAIL_PORT=2525
MAIL_USERNAME=a242fa5c872d7d
MAIL_PASSWORD=b3b578eef8adc8
MAIL_ENCRYPTION=tls
MAIL_FROM_ADDRESS=pengaduan.smkn2kra@gmail.com
MAIL_FROM_NAME="${APP_NAME}"
hendraaagil commented 3 years ago

urung di fix om? https://github.com/erpeel-a/Sistem-Pengaduan-Sekolah-SMKN2Karanganyar/blob/b37e29f0a224837d70ec656a1c1ac9753ceef266/app/Http/Controllers/API/PengaduanController.php#L36

min: 11, max: 13

NFebri commented 3 years ago

commit sak huruf :laughing:

hendraaagil commented 3 years ago

wingi kyone wes mbok ganti kok saiki ngno neh 😂

Zainal21 commented 3 years ago

wkwkw parah..

Zainal21 commented 3 years ago

@NFebri gantinen..sekalian sek validasi update + store pengaduan nang sitecontroller

hendraaagil commented 3 years ago

image

value prev_page_url & next_page_url iso diganti pora om?

ben nek request URL e ora ngene:

image

dadi value ne mung /pengaduan?page=2 mergane baseURLku wis tak set: baseURL: 'http://localhost:8000/api/v1/' nek ra enek coro liyane pora? tanpa ganti value ne kui 😂

Zainal21 commented 3 years ago

image

value prev_page_url & next_page_url iso diganti pora om?

ben nek request URL e ora ngene:

image

dadi value ne mung /pengaduan?page=2 mergane baseURLku wis tak set: baseURL: 'http://localhost:8000/api/v1/' nek ra enek coro liyane pora? tanpa ganti value ne kui

gak iso di custom....kwi fitur pagination bawaan laravel e....

hendraaagil commented 3 years ago

wadoo, oke

hendraaagil commented 3 years ago

solved!, nggo `/pengaduan?page=${complaints.current_page - 1}` & `/pengaduan?page=${complaints.current_page + 1}` 😂

NFebri commented 3 years ago

@NFebri gantinen..sekalian sek validasi update + store pengaduan nang sitecontroller

@Zainal21 tak ganti sak API ne

Zainal21 commented 3 years ago

Testing notif email production .env mail config arahke nang kene

MAIL_MAILER=smtp
MAIL_HOST=smtp.googlemail.com
MAIL_PORT=465
MAIL_USERNAME=muhammadzaindev.22@gmail.com
MAIL_PASSWORD=Zainal123
MAIL_ENCRYPTION=ssl
MAIL_FROM_ADDRESS=pengaduan.smkn2kra@gmail.com
MAIL_FROM_NAME="${APP_NAME}"

sekalian testing production... tambah user ngo email asli sek.. ngo testing notifikasi email e... tpi mung support gmail http://pengaduansmkn2kradev.herokuapp.com/

hendraaagil commented 3 years ago

iso nding 😂 mantap

hendraaagil commented 3 years ago

aku ndue email e kelas nal @Zainal21 ganti kui pie?

Zainal21 commented 3 years ago

aku ndue email e kelas nal @Zainal21 ganti kui pie?

oke..bukakken protokol smtpne.. ngko tak setting e nang server development e

hendraaagil commented 3 years ago

bukak e ng ndi? 😂

Zainal21 commented 3 years ago

bukak e ng ndi? joy

Manage Account -> Security -> Bagian Less secure app access di On ke

hendraaagil commented 3 years ago

image

Done! rplaskandakra@gmail.com

Zainal21 commented 3 years ago

image

Done! rplaskandakra@gmail.com

Pass ?

hendraaagil commented 3 years ago

Pass ?

RPLaSMKN2KRA

Zainal21 commented 3 years ago

@hendraaagil kog ngo email kelas raiso ki... ngko cbo otak-atiken.. email herokumu? tak invite e

hendraaagil commented 3 years ago

google keras 🤣 etuk email terus aku

agilsyaputra26@gmail.com

Zainal21 commented 3 years ago

wkwkw...parah...

wes tak invite..otak-atiken bagian iki.

Screenshot from 2021-02-07 16-16-32

hendraaagil commented 3 years ago

MAIL_USERNAME mbi MAIL_PASSWORD tok?

Zainal21 commented 3 years ago

MAIL_USERNAME mbi MAIL_PASSWORD tok?

iyo..

Zainal21 commented 3 years ago

@NFebri bagian admin dashboard di isi opo ngono..gen kethok akeh.. wkwkkw

hendraaagil commented 3 years ago

heroku free ga support storage kyone, berkas e ga iso didownload 😂

Zainal21 commented 3 years ago

pindah nang web hosting gratisan sek piye? infinity free/yang lain

hendraaagil commented 3 years ago

sip, yo rapopo

Zainal21 commented 3 years ago

@NFebri akun infinity free mu ijek ? wkwk.. ngon ku wes kanggo kbh

hendraaagil commented 3 years ago

tapi iso di force https ora? netlify API ne kudu https

NFebri commented 3 years ago

@NFebri akun infinity free mu ijek ? wkwk.. ngon ku wes kanggo kbh

@Zainal21 lali password e :laughing:

Zainal21 commented 3 years ago

tapi iso di force https ora? netlify API ne kudu https

nk https kudu akun premium kyone

hendraaagil commented 3 years ago

@Zainal21 lali password e 😆

Lupa password