Soal LKS Web Technology SMK Kabupaten Kudus Tahun 2023

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 4

LKS WEB TECHNOLOGIES

KABUPATEN KUDUS 2023

MODUL LARAVEL

Time Processing Time Material


1. Laravel 9
08:00 – 11:30 3.5 hours 2. Bootstrap 5 and example
3. Vaccination data

A. INTRODUCTION
The government of a country launches a massive COVID-19 vaccination
program to speed up recovery from the pandemic. Such vaccination programs require
an effective administration platform to manage and monitor vaccine distribution.
To solve this problem, the government built a vaccination administration
website. The website is designed to help with the management of vaccinations across
the country

B. DESRIPTION PROJECT AND TASKS


It is hoped that participants can create an administration website for vaccination
data collection for the community, after the admin has collected the data, the
community can independently check the community's vaccination data. The framework
used in making this administration uses Laravel.

C. REQUIREMENT MENU
1) Web Administrators
a. Login Auth
Sreate a user to access the administrator page
Usernamae : admin
Password : admin123

b. Header
1. Update Password / Edit Profile
2. Logout
LKS WEB TECHNOLOGIES
KABUPATEN KUDUS 2023

c. Sidebar Menu
1. User Account Data
2. Vaccination Master Data
3. Residents / Society Data
4. Vaccination Administration Data

d. Content Data

2) Residents / Society
Check Vaccination Status based on NIK
Make status based on vaccination data
• If you have been vaccinated 4 times, it means very good (blue color)
• If 3 times means good (green color)
• If 2 times means bad (yellow color)
• If it's only once, it means it's very bad (red color)

D. LAYOUT WEB APP (ADMINISTRATOR)


This is example layout administration web for administrator. Please create yourself
LKS WEB TECHNOLOGIES
KABUPATEN KUDUS 2023

E. LAYOUT WEB APP (USER)


This is example layout administration web for user. Please create yourself
LKS WEB TECHNOLOGIES
KABUPATEN KUDUS 2023

F. ENTITY RELATIONSHIP DIAGRAM (ERD)


This is relational database of administration web vaccination.
Create a database according to the erd below with the name db_vaccination

G. INSTRUCTIONS FOR COMPETITORS


• Save your work in the "frontend" folder : XX_module_laravel
• You can use the gui template provided in the media file or not use the gui
template.
• For this module, you must use one of the available frameworks. Applications
developed without using this framework will not be considered. You should
make the most of the framework as possible.
• Dump your database into “db_vaccination.sql” and put it in the laravel root
folder.

Note: XX is the participant number.

You might also like