Skip to content

This web system designed to support structured decision-making and employee performance evaluations using the Analytic Hierarchy Process (AHP) methodelogy.

Notifications You must be signed in to change notification settings

zennmhtr/ahp_performance_assessment

Repository files navigation

AHP Performance Assesment

AHP Performance Assesment is a website designed to provide a decision support system using the AHP (Analytic Hierarchy Process) method. This site enables users to analyze various decision alternatives based on defined criteria, assisting in determining the best choice in a systematic and transparent way. With a user-friendly interface, users can easily input data and obtain in-depth analysis results to support more accurate decision-making.

Framework & Languange

Features

Installation

Follow the steps below to clone and run the project in your local environment:

  1. Clone repository:

    https://github.com/zennmhtr/ahp_performance_assessment.git
  2. Install dependencies use Composer and NPM:

    - composer install
    - composer update
    - npm install
    - npm update
  3. Copy file .env.example to .env:

    cp .env.example .env
  4. Generate application key:

    php artisan key:generate
  5. Setup database in the .env file:

    DB_CONNECTION=mysql
    DB_HOST=127.0.0.1
    DB_PORT=3306
    DB_DATABASE=spk-atl
    DB_USERNAME=root
    DB_PASSWORD=
    
  6. Run migration database:

    php artisan migrate
  7. Run seeder database:

    php artisan db:seed
  8. Run website:

    php artisan serve

Screenshot

  • Dashboard

Halaman Dashboard

  • Criteria Page

Halaman Kriteria

  • AHP Method Page

Halaman Metode AHP

  • Criteria Sub Page

Halaman Sub Kriteria

  • Alternative Assesment Page

Halaman Penilaian Alternatif

  • Final Assesment Result Page

Halaman Hasil Akhir Penilaian

About

This web system designed to support structured decision-making and employee performance evaluations using the Analytic Hierarchy Process (AHP) methodelogy.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages