Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
65160XXX นายจิรายุส อาบกิ่ง
ไฟล์ UserController | 10 คะแนน
[x] 1 | มี function สำหรับแสดงข้อมูลหน้า home | 1 คะแนน
[x] 2 | มี function สำหรับแสดงข้อมูลหน้า add | 1 คะแนน
[x] 3 | มี function สำหรับแสดงข้อมูลหน้า edit | 2 คะแนน
[x] 4 | สามารถบันทึกข้อมูลที่เพิ่ม (Add) | 2 คะแนน
5 | สามารถบันทึกข้อมูลที่แก้ไข (Edit) | 2 คะแนน
6 | สามารถลบข้อมูล | 2 คะแนน
ไฟล์ routes/web.php | 5 คะแนน
1 | ใช้ Controller ในการจัดการ หรือไม่มีการใช้ function และเรียกไฟล์ view ใน route | 3 คะแนน
[x] 2 | สร้าง route ให้มี url ที่ครบและใช้งานได้ | 2 คะแนน
ไฟล์ homepage.blade.php | 10 คะแนน
1 | มีการแสดงข้อมูลตามที่มีในฐานข้อมูล | 3 คะแนน
2 | สามารถแสดงรูป และถ้าไม่มีรูปก็มีการแสดงคำว่า “ไม่มีรูป” | 2 คะแนน
3 | หน้าจอเหมือนกับตัวอย่าง | 3 คะแนน
4 | มี Sweet Alert | 2 คะแนน
ไฟล์ addpage.blade.php | 15 คะแนน
1 | หน้าจอเหมือนกับตัวอย่าง | 3 คะแนน
[x] 2 | สามารถเพิ่มข้อมูลได้ | 5 คะแนน
[x] 3 | เรียงลำดับ title ตาม tit_order ในการแสดง | 2 คะแนน
[x] 4 | อัพโหลดไฟล์รูป | 5 คะแนน
ไฟล์ editpage.blade.php | 10 คะแนน
1 | หน้าจอเหมือนกับตัวอย่าง | 3 คะแนน
2 | อัพเดทข้อมูลได้ | 5 คะแนน
3 | อัพเดทข้อมูลรูปได้ | 2 คะแนน