https://github.com/rizki36/escoring
Aplikasi penilaian paskib v2
https://github.com/rizki36/escoring
laravel php
Last synced: 3 months ago
JSON representation
Aplikasi penilaian paskib v2
- Host: GitHub
- URL: https://github.com/rizki36/escoring
- Owner: Rizki36
- Created: 2020-03-11T14:19:04.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-11-17T05:55:38.000Z (7 months ago)
- Last Synced: 2025-01-30T09:41:55.208Z (5 months ago)
- Topics: laravel, php
- Language: PHP
- Homepage:
- Size: 33.4 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 32
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Escoring
Aplikasi penilaian paskib v2
Digunakan untuk penilaian lomba paskibra di SMAN 3 Jombang.
## Requirment
- PHP 7.3 or latest
- Composer
- MySql## How To Run
insede folder imlucky
- Create database imlucky then import `database_contoh.sql` or `database_kosong.sql`
- Copy `.env.example` into `.env`
- Open cmd / terminal and run `php arisan serve`
- Open `http://127.0.0.1:8000` or another port you are using## Words to know
- `Kategori` : Category competition
it's have one or many Sub Kategori.
- `Sub Kategori` : Sub Category competition
it's have one or many Sub2 Kategori and it's has scores where are Juri can rate.
- `Sub2 Kategori` : Sub2 Category
it's the point judged by the jury
- `Juri` : Jury / Scorer in the competition
it's can assigned to Group Kategori
- `Group Kategori` : it's grouping Kategori and Juri where are admin can generate List Form Penilaian
- `List Form Penilaian` : rating list
- `Peleton` : Contestants
- `Pinalti` : Deduction due to Peleton mistake
- `Ballot` : Extra scores
- `Sortasi` : list of competition winners## Access Role
- Admin
- CRUD Kategori, Sub Kategori, Sub2 Kategori
- CRUD Juri
- CRUD Group Juri
- CRUD Peleton (its can import from excel)
- CRUD Generate List Form Penilaian
- Change jury rating
- Give Pinalti into Peleton
- Print out Peleton scores
- Print out Sortasi
- Juri
- Give rates / scores into Peleton## Attachment
- Database Schema
- Network Setup (Ms Visio)
- ERD (Ms Visio)## Screenshots
- Admin Dashboard

- Kategori Page

- Sortasi Page

- Juri judging page
